Ampersand icon indicating copy to clipboard operation
Ampersand copied to clipboard

Give proper error messages when parsing improper AtlasImport file.

Open hanjoosten opened this issue 6 months ago • 1 comments

For the Atlas import, a JSON file is generated by the Atlas. However, there can be issues with the generated file. I.e, the name of a concept cannot be any string. It must abide to the rules for a name. Currently, when this happens, a fatal is thrown. The JSON parser should be refactored, so it doesn't result in a P_Context, but in a Guarded P_Context.

hanjoosten avatar Aug 13 '24 14:08 hanjoosten