error-message-index icon indicating copy to clipboard operation
error-message-index copied to clipboard

A community-driven collection of documentation for Haskell error messages and warnings

Results 147 error-message-index issues
Sort by recently updated
recently updated
newest added

Right now, code examples that are too wide overflow the allowed space. This is especially a problem on mobile browsers. Screenshots: ![Screenshot from 2022-10-20 18-58-01](https://user-images.githubusercontent.com/115330/197012250-2866b8cb-3d35-4d2d-849d-8ee13b397de8.png) ![Screenshot_20221020-185859_Firefox](https://user-images.githubusercontent.com/115330/197012349-3d0c3f3b-b41a-4ffa-9aa1-be4af902ce7f.jpg)

error-message-index-site
css

For example, when I type `Character literals may not be empty` in the search box, I'd expect to see [GHC-11861](https://errors.haskell.org/messages/GHC-11861/index.html), but currently, it returns 0 results presumably because only the...

enhancement
error-message-index-site
error-message-index-improvements

Copied from https://github.com/haskell/error-messages/pull/180, see there for some previous discussion.

Presently, both `[GHC-76037]` (`TcRnNotInScope`) and `[GHC-88464]` (`TcSolverReport (SolverReportWithCtxt { reportContent = ReportHoleError ...`) give very similar string messages, but are distinct: ``` :2:7: error: [GHC-88464] Data constructor not in scope:...

error-message-index-improvements

In haskell/error-messages#100 I only did an example where both names are imported qualified, but I think the error would also be triggered by something like ```hs module Greeting (W.greeting, greeting)...

error-message-index-improvements

We couldn't think up a testcase which causes the nukes to be launched (or a runtime crash) due to orphan instance issues.

error-message-index-improvements

`TcRnUserTypeError` (47403) and `UserTypeError` (64725) really are the same error, but they get triggered in different parts of the compiler. At first I thought one was specifically for constraints and...

error-message-index-improvements

See e.g. haskell/error-messages#65 where there's two possible solutions, so as a workaround I made `before/Main1.hs` and `before/Main2.hs` which are identical, but `after/Main1.hs` and `after/Main2.hs` which are different.

error-message-index-site

It would be nice to have a full-text search feature for the site.

error-message-index-site

Consider this: https://haskell.github.io/error-messages/messages/GHC-99623/example1/index.html because the `before` has an extra trailing newline, the alignment is thrown off. This should probably be formatted the same way

error-message-index-site