Gabriel Baraldi
Gabriel Baraldi
The fun thing is, it's technically the right one, it's what `sysctl hw.cpufrequency` gives back on a rosetta terminal: ```shell ❯ uname -a Darwin Gabriels-MacBook-Pro.local 21.5.0 Darwin Kernel Version 21.5.0:...
`uv__get_cpu_speed` gives 24000000 as the speed which is where the error comes from, now i don't know enough about IOKit to know if we get the wrong address or if...
@jpsamaroo what was the state of this, I'm thinking of rebasing it since it's the most common error we are hitting right now.
Any idea where the extra time is coming from?
This actually happens in Pkg, when you call `instantiate` on an environment with Flux in it. Edit: From an empty enviroment adding LLVMExtra_jll causes the error 🤔
Reduced to ```julia function foo() try cglobal((c, ) ) catch end end foo() ``` which gives ```julia Expr not allowed in value position Internal error: encountered unexpected error in runtime:...
Is that a false positive then?
Not sure how different this would be compared to turning something from a stdlib to a normal package. Specially if the API remains the same and no extra imports/usings are...
I'm not sure why moving it to a stdlib is so necessary (outside of the Random dep). If the issue is bootstrap. Could we move the new sorting code to...