Releases: opencastsoftware/yvette
Releases · opencastsoftware/yvette
0.2.0
This release of yvette contains the minimal API changes required in order to enable the use of prettier4j's Doc in diagnostic messages.
This enables the creation of ReportHandler
s which print diagnostics adapted to the chosen rendering width by pretty printing of structured elements like source code and type signatures.
0.1.0
Initial release of this library, containing:
- a port of the basic primitives of miette
- implementations of
GraphicalReportHandler
andToStringReportHandler
(miette calls thisDebugReportHandler
) UncaughtExceptionHandler.install(ReportHandler, PrintStream)
, an equivalent formiette::set_panic_hook
.