jlapeyre / Symata.jl

language for symbolic mathematics
Other
175 stars 15 forks source link

warn used rather than @warn in sjruntests.jl #181

Open jlapeyre opened 4 years ago

jlapeyre commented 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.