User story #16461
closedPrettify output of rudder-lang compiler
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.
Updated by Gaëtan POBLON almost 5 years ago
- Pull Request set to https://github.com/Normation/rudder/pull/2689
Updated by Anonymous almost 5 years ago
- Status changed from New to Pending release
Applied in changeset rudder|a647de837ede8fa495ea72fbcac0dc591fc79929.
Updated by Anonymous almost 5 years ago
Applied in changeset rudder|5f36e7669c9f7da053d0a1b32f64d1776e1d85f5.
Updated by Anonymous almost 5 years ago
Applied in changeset rudder|551646131dde9507b10666774b6543b4af8444b5.
Updated by Anonymous almost 5 years ago
Applied in changeset rudder|7a2c45f9f1f4a8353580ee3d76cc3ccdd1c1ab28.
Updated by Anonymous almost 5 years ago
Applied in changeset rudder|f1988901af93e53cf08ab68c6200321ed7c2c47a.
Updated by Anonymous almost 5 years ago
Applied in changeset rudder|252d6e64e1631f751876244821787662a3e15ccf.
Updated by Gaëtan POBLON almost 5 years ago
- Status changed from Pending release to Resolved
- Name check changed from To do to Reviewed
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked