JLD.jl icon indicating copy to clipboard operation
JLD.jl copied to clipboard

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

Open jonbarkerlondon opened this issue 6 years ago • 0 comments
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:

image

Error is: Error parsing type string Premature end of input

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

jonbarkerlondon avatar Apr 17 '19 20:04 jonbarkerlondon