I've pushed a couple more fixes which should address these problems.
On 11/10/2025 22:49, vqn wrote:
- PolyML.SaveState.loadModuleBasic and getModuleInfo sometimes raise SysErr ENOENT despite the actual file existing and being a valid module.
Should be fixed by 3145a94.
- Compiling code that depends on values from an exported module sometimes fails and raises `InternalError: BICEval address not code raised`.
I haven't seen this although it could be related to the next problem.
- Exporting may segfault: `exporter.cpp:1036: unsigned int Exporter::findArea(void*): Assertion `0' failed.`
Should be fixed by fb8e56c.
Unless any more problems show up I will merge this branch into master and remove the DependentModules branch.
David