mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
JSSpecCompiler: Start converting crashes to error messages
I got fed up with looking at error messages that tell me "VERIFICATION FAILED: !is_error()". So this commit introduces DiagnosticEngine class whose purpose is to accumulate and print more user-friendly errors.
This commit is contained in:
parent
3aec6952a2
commit
0806ccaeec
8 changed files with 262 additions and 4 deletions
|
@ -17,6 +17,7 @@ set(SOURCES
|
|||
Parser/SpecParser.cpp
|
||||
Parser/TextParser.cpp
|
||||
Parser/XMLUtils.cpp
|
||||
DiagnosticEngine.cpp
|
||||
Function.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue