The Haskell Error Index Lassi Kortela (01 Jul 2024 12:51 UTC)
Re: The Haskell Error Index Stephen De Gabrielle (01 Jul 2024 13:08 UTC)
Re: The Haskell Error Index Arthur A. Gleckler (01 Jul 2024 13:32 UTC)
Re: The Haskell Error Index Jakub T. Jankiewicz (01 Jul 2024 16:33 UTC)
Re: The Haskell Error Index Arthur A. Gleckler (01 Jul 2024 16:45 UTC)
Re: The Haskell Error Index Lassi Kortela (02 Jul 2024 09:31 UTC)
Re: The Haskell Error Index Maxim (05 Jul 2024 16:10 UTC)
Re: The Haskell Error Index Lassi Kortela (08 Jul 2024 11:14 UTC)

Re: The Haskell Error Index Lassi Kortela 08 Jul 2024 11:14 UTC

> Two other good cases in point (including specific error numbers
> mentioned down the thread) are ShellCheck and Rust.

Thanks. Good stuff.

> ShellCheck has an online database with examples of errors and fixes,
> rationale, etc.:
>
> [...]
>
> I personally would rather prefer to be offline-first and avoid putting
> details behind an URL, like rustc's --explain option:

Good idea. We could place the error catalog as S-expression metadata and
text files under https://github.com/schemedoc. Then generate the subsite
under Scheme.org from that metadata.