You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an upcoming Chapel PR (chapel-lang/chapel#20907), the fileWriter.write method will no longer return a boolean value, meaning that MulitTypeSymbolTable would fail to compile.
I'll open a PR to fix this issue.
The text was updated successfully, but these errors were encountered:
In
parseJson()
, the return value frommem.writer().write(names)
is stored but never used:arkouda/src/MultiTypeSymbolTable.chpl
Lines 310 to 315 in 9721bec
In an upcoming Chapel PR (chapel-lang/chapel#20907), the
fileWriter.write
method will no longer return a boolean value, meaning thatMulitTypeSymbolTable
would fail to compile.I'll open a PR to fix this issue.
The text was updated successfully, but these errors were encountered: