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
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)'
The text was updated successfully, but these errors were encountered:
…#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]>
Fix
1.32
deprecation warning for thecheck_dep
files. It seems they're all variants of these 2 warningsThe text was updated successfully, but these errors were encountered: