JuliaBerry / PiCraft.jl

Manipulate Minecraft on the Raspberry Pi from Julia
https://juliaberry.github.io/PiCraft.jl/
Other
38 stars 11 forks source link

Some fixes for Julia 1.0 #26

Closed barche closed 6 years ago

barche commented 6 years ago

Also fixes https://github.com/JuliaLang/julia/issues/28613. The problem there was that precompilation is on by default, so the global World variable must be initialized in __init__.

aviks commented 6 years ago

Ah, of course. That explains it. Thanks for investigating.