JuliaInterop / JavaCall.jl

Call Java from Julia
http://juliainterop.github.io/JavaCall.jl
Other
118 stars 53 forks source link

added warning in case of unset JULIA_COPY_STACKS variable #103

Closed ExpandingMan closed 4 years ago

ExpandingMan commented 4 years ago

Seems pretty silly of us not to have had this already.

Current behavior might be pretty bewildering to anyone who's not constantly reading Julia discourse or Slack, which is not at all ideal.

I also took this opportunity to delete the long since deprecated REQUIRE file.

Currently the behavior with unset JULIA_COPY_STACKS is so bad that perhaps we should even consider throwing an explicit exception here.