Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chpl 1.32 deprecation warnings of check_dep #2798

Closed
stress-tess opened this issue Oct 2, 2023 · 0 comments · Fixed by #2799
Closed

chpl 1.32 deprecation warnings of check_dep #2798

stress-tess opened this issue Oct 2, 2023 · 0 comments · Fixed by #2799
Assignees

Comments

@stress-tess
Copy link
Member

Fix 1.32 deprecation warning for the check_dep files. It seems they're all variants of these 2 warnings

warning: The '%t' format specifier is deprecated; please use '%?' to invoke the type's 'serialize' method instead
warning: the type 'c_string' is deprecated; please 'use CTypes' and replace 'c_string' with 'c_ptrConst(c_char)'
@stress-tess stress-tess self-assigned this Oct 2, 2023
stress-tess pushed a commit to stress-tess/arkouda that referenced this issue Oct 2, 2023
…deps`

This PR (closes Bears-R-Us#2798) updates the `make check-deps` files to use the compat modules to avoid the `1.32` deprecation warnings
stress-tess added a commit that referenced this issue Oct 2, 2023
…#2799)

* Cloases #2798: Resolve `1.32` deprecations for `make check-deps`

This PR (closes #2798) updates the `make check-deps` files to use the compat modules to avoid the `1.32` deprecation warnings

* add writefCompat proc to io compat module

---------

Co-authored-by: Pierce Hayes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant