You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
GHC now displays error links. doctest shouldn't display them:
Example:
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]
The text was updated successfully, but these errors were encountered: