You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error is raised but the interpreter does not crash, suggesting its possibly just single line files causing the issue, which I can easily test for outside the library.
@jacobfilik Thanks - I can certainly believe that a single file line was not included in the test suite! But of course, we should not be seg-faulting the interpreter when reading any file! Will investigate...
larch version: 0.9.74
I am writing a web application using larch and XDI files, as part of my testing I have been sending incorrectly formed XDI files to the application.
A simple file containing just:
# XDI/1.0
Seems to make the XDI reader seg fault taking out the interpreter.
The text was updated successfully, but these errors were encountered: