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
Add a compatibility shim for ioMode to avoid deprecation warnings when making with chpl 1.30
EDIT:
This already exists in ArkoudaFileCompat. I also noticed there's a compat forArkoudaMemDiagnosticsCompat that we should use to avoid breaking gt 1.30 builds
The text was updated successfully, but these errors were encountered:
…oudaMemDiagnosticsCompat` (#2546)
This PR (closes#2545) updates `MemoryMgmt` to use `ArkoudaFileCompat` and `ArkoudaMemDiagnosticsCompat`
Co-authored-by: Pierce Hayes <[email protected]>
Add a compatibility shim for
ioMode
to avoid deprecation warnings when making with chpl1.30
EDIT:
This already exists in
ArkoudaFileCompat
. I also noticed there's a compat forArkoudaMemDiagnosticsCompat
that we should use to avoid breaking gt 1.30 buildsThe text was updated successfully, but these errors were encountered: