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 CI
* Remove inappropriate `@boundscheck`
When running julia with `--check-bounds=no`, the package fails to
precompile. The reason is that compiler elides `@boundscheck`s, which in
this case removes buffer reallocation. I believe that's unwanted.
Issue was [reported on
Discourse](https://discourse.julialang.org/t/json3-fails-to-precompile-due-to-embedded-nuls-in-c-strings/128482) by 0samuraiE.
---------
Co-authored-by: nhz2 <nhz2@cornell.edu>
0 commit comments