Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error index links should be hidden #447

Open
hsyl20 opened this issue Jul 29, 2024 · 0 comments · Fixed by #448
Open

Error index links should be hidden #447

hsyl20 opened this issue Jul 29, 2024 · 0 comments · Fixed by #448

Comments

@hsyl20
Copy link
Contributor

hsyl20 commented Jul 29, 2024

GHC now displays error links. doctest shouldn't display them:

Example:

/home/hsyl20/projects/haskus/packages/haskus-binary/src/lib/Haskus/Binary/Bits.hs:96: failure in expression `getPowerOfFour (10 :: Word)'
expected: Nothing
 but got: <interactive>:603:1: error: [\ESC]8;;https://errors.haskell.org/messages/GHC-88464\ESC\\GHC-88464\ESC]8;;\ESC\\]
          ^
              Variable not in scope: getPowerOfFour :: Word -> t

Notice the error: [\ESC]8;;https://errors.haskell.org/messages/GHC-88464\ESC\\GHC-88464\ESC]8;;\ESC\\]

While it should better be: error: [GHC-88464]

@hsyl20 hsyl20 changed the title Eoor index links should be hidden Error index links should be hidden Jul 29, 2024
hsyl20 added a commit to hsyl20/doctest that referenced this issue Jul 29, 2024
@sol sol closed this as completed in #448 Jul 29, 2024
@sol sol closed this as completed in f930eaa Jul 29, 2024
@sol sol reopened this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants