JuliaIO / JLD.jl

Saving and loading julia variables while preserving native types
MIT License
277 stars 55 forks source link

Trouble reading from a JLD file with Translate when compiled with PackageCompiler #256

Open jonbarkerlondon opened 5 years ago

jonbarkerlondon commented 5 years ago

The packagecompiler seems to generate a module namespace Main.##anon_module#363.YourModule.YourClass

So when you attempt to read data, it fails to translate types:

image

Error is: Error parsing type string Premature end of input

Possibly because the # symbols in the name aren't liked?