Open jlapeyre opened 4 years ago
warn was removed from Julia quite a while ago. It should be @warn. This showed up when generating precompile statements because something is failing and then trying to warn.
warn
@warn
warn
was removed from Julia quite a while ago. It should be@warn
. This showed up when generating precompile statements because something is failing and then trying to warn.