tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
494 stars 31 forks source link

jlrun is not consistent on different OS #12

Closed aminya closed 3 years ago

aminya commented 4 years ago

Linux - 3 of them fail https://travis-ci.com/aminya/StaticCompiler.jl/jobs/269898292#L222 MacOS - 1 of them fails https://travis-ci.com/aminya/StaticCompiler.jl/jobs/269898293#L188

So this part of the code seems to be highly dependent on the OS.

tshort commented 4 years ago

Yeah. Not sure what to do about this. It's another sign that @jlrun isn't ready for the main code.