JuliaIO / LibExpat.jl

Julia interface to the Expat XML parser library
Other
9 stars 32 forks source link

Not precompile safe #77

Closed musm closed 7 years ago

musm commented 7 years ago

Would be good if libexpat is precompile safe

stevengj commented 7 years ago

I took a quick glance through the source code, and it seems like the only thing you would have to change would be to make all the cfunction global variables into local variables.

musm commented 7 years ago

That seems to fix things, thanks! I will open a PR.

musm commented 7 years ago

PR https://github.com/JuliaIO/LibExpat.jl/pull/83 should address this (feel free to take a look and approve or request changes)