1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/app/Commands/Dev/Internal
Jan Mas Rovira 138d9e545d
Logger (#2908)
1. Adds the `--log-level LOG_LEVEL` flag to the CLI. This flag can be
given `error`, `warn`, `info`, `progress`, `debug` as argument to filter
the logged messages.
2. Removes the `--only-errors` flag.
3. Adds the `--ide-end-error-char CHAR`, which receives a character as
an argument, which is appended to the end of error messages. This is
handy to facilitate parsing of errors messages from the ide. This
functionality was previously embeded in the old `--only-errors` flag.
2024-07-22 17:14:37 +02:00
..
Pretty Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
Typecheck Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
Options.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Pretty.hs Logger (#2908) 2024-07-22 17:14:37 +02:00
Typecheck.hs Logger (#2908) 2024-07-22 17:14:37 +02:00