grace icon indicating copy to clipboard operation
grace copied to clipboard

A fancy diagnostics library that allows your compilers to exit with grace

Results 18 grace issues
Sort by recently updated
recently updated
newest added

Hello @johnyob, thanks for your work! I'm trying to use `grace` in a compiler. However, our language needs to support unicodes characters as first class-citizens. I wonder what is the...

# Context When printing multi-line labels with empty messages, the 'bottom line' is missing: ## Current Behaviour ``` error[E012]: generic type variable escapes its scope ┌─ expect_test.ml:2:3 1 │ let...

There are a lot of dependencies for `grace`. Is there a way to reduce the number of dependencies? It seems that all the `sexp` stuff etc... could be optional (and...

grace::core
dependencies

I don't have a MWE, but I suspect it is related to EOF. Here is the trace: ```bash Uncaught exception: "Assert_failure lib/ansi_renderer/snippet.ml:319:4" Raised at Grace_ansi_renderer__Snippet.Of_diagnostic.segments_of_labels in file "lib/ansi_renderer/snippet.ml", line 319,...

bug

Rust compiler messages can contain suggestions like in the following diagnostic. ```bash error[E0382]: borrow of moved value: `x` --> src/main.rs:5:15 | 2 | let x = String::from("Hello, world!"); | -...

enhancement
grace::renderer

IIUC, the rationale behind the current design for handling error code is to separate the rendering from the code generating the diagnostic. Trying to use the library in a project,...

The output where the error message may or may not be a tty (for example is the output is redirected to a file). I think it is expected by default...

# Context `Grace_rendering` depends on `core_unix`, which isn't supported on windows

Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5 to 6. Changelog Sourced from wagoid/commitlint-github-action's changelog. 5.3.1 (2023-02-15) 5.3.0 (2022-11-24) Features adds commitDepth as new input param (b0982e3) 5.2.2 (2022-10-24) 5.2.1 (2022-10-24) 5.2.0 (2022-10-08) Bug...

dependencies
github_actions

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.3 to 19.2.1. Release notes Sourced from @​commitlint/cli's releases. v19.2.1 19.2.1 (2024-03-19) Bug Fixes fix(config-nx-scopes): include file extension in nx imports by @​timonmasberg in conventional-changelog/commitlint#3979 Fix regression...

dependencies
javascript