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
Quickbuild currently throws a segfault and coredumps when faced with most incorrect configuration files. This needs to be revamped.
A good starting place would be to tag tokens (and AST fields) with the location of the original data from the config and add a separate error handler which can backtrack and exit gracefully upon an error.
The text was updated successfully, but these errors were encountered:
Quickbuild currently throws a segfault and coredumps when faced with most incorrect configuration files. This needs to be revamped.
A good starting place would be to tag tokens (and AST fields) with the location of the original data from the config and add a separate error handler which can backtrack and exit gracefully upon an error.
The text was updated successfully, but these errors were encountered: