seamless icon indicating copy to clipboard operation
seamless copied to clipboard

Library-in-library: store exceptions

Open sjdv1982 opened this issue 3 years ago • 0 comments

See pretranslate.py, line 32. Libinstance exceptions inside libinstance constructors are not kept. At runtime, only a synthcontext of the Libinstance is recorded. The exception must be attached to that, either by storing it, or regenerating it dynamically, or a mixture of both (storing just the fact that it failed).

sjdv1982 avatar Oct 11 '21 07:10 sjdv1982