When testing my package with --depwarn=yes on 1.12, I get these warnings:
WARNING: llvmcall with integer pointers is deprecated.
Use actual pointers instead, replacing i32 or i64 with i8* or ptr
They seem to originate from this line:
Atomix.@atomic lengths[i] += 1
When testing my package with
--depwarn=yeson 1.12, I get these warnings:They seem to originate from this line: