-
-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
GHCissues with particular GHC versionsissues with particular GHC versionsHackathonThis issue is suitable for hackathon sessionsThis issue is suitable for hackathon sessionslevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request
Description
Is your enhancement request related to a problem? Please describe.
Some GHC error messages and warnings can be confusing.
Describe the solution you'd like
The Haskell Foundation has started a project to assign unique numbers to each error or warning emitted by GHC, and a community-driven web site that associates documentation with each code. The codes will be part of GHC 9.6. I'd like to see HLS include links to this documentation from messages in some convenient way.
Describe alternatives you've considered
None.
Additional context
All codes emitted by GHC match GHC-(0-9){5}
. The message index will have addresses of the form https://errors.haskell.org/messages/GHC-NNNNN
. The index is maintained at https://github.com/haskellfoundation/error-message-index/.
georgefst and mrcjkb
Metadata
Metadata
Assignees
Labels
GHCissues with particular GHC versionsissues with particular GHC versionsHackathonThis issue is suitable for hackathon sessionsThis issue is suitable for hackathon sessionslevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress