JLD.jl
JLD.jl copied to clipboard
Trouble reading from a JLD file with Translate when compiled with PackageCompiler
trafficstars
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:

Error is: Error parsing type string Premature end of input
Possibly because the # symbols in the name aren't liked?