Actions
User story #16461
closedPrettify output of rudder-lang compiler
Effort required:
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
Until now rudder-lang was not verbose about what was going on behind the scenes. Plus and foremost every compilation error led to a `panic!`, which was wrapping errors, making them ugly and hard to read.
So the goal of this PR is to enhance output of the compiler, displaying what is happening (compilation stages and files) and clearly displaying errors so they are easier to be dealt with.
Actions