JuliaData / NamedTuples.jl

[DEPRECATED] NamedTuples.jl
Other
30 stars 17 forks source link

Segfault when including NamedTuples in pre-compiled packages #32

Open mdavezac opened 7 years ago

mdavezac commented 7 years ago

This pull-request addresses #27 without solving it.

It adds __init__() = __precompile__(false) as per @vtjnash's comment. That gets rid of the segfault and provides an error message that might be meaningful to those further along the Julia dao than myself.

It also adds an explicit warning in the README.

Closes #27