Use U+2018 instead of U+201B quote mark in compiler messages
This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by:Herbert Valerio Riedel <hvr@gnu.org> (cherry picked from commit 018676c7)
Showing
- compiler/main/DynFlags.hs 1 addition, 1 deletioncompiler/main/DynFlags.hs
- compiler/rename/RnEnv.lhs 1 addition, 1 deletioncompiler/rename/RnEnv.lhs
- compiler/utils/Outputable.lhs 1 addition, 1 deletioncompiler/utils/Outputable.lhs
- testsuite/tests/annotations/should_fail/annfail01.stderr 2 additions, 2 deletionstestsuite/tests/annotations/should_fail/annfail01.stderr
- testsuite/tests/annotations/should_fail/annfail02.stderr 2 additions, 2 deletionstestsuite/tests/annotations/should_fail/annfail02.stderr
- testsuite/tests/annotations/should_fail/annfail03.stderr 1 addition, 1 deletiontestsuite/tests/annotations/should_fail/annfail03.stderr
- testsuite/tests/annotations/should_fail/annfail04.stderr 1 addition, 1 deletiontestsuite/tests/annotations/should_fail/annfail04.stderr
- testsuite/tests/annotations/should_fail/annfail06.stderr 1 addition, 1 deletiontestsuite/tests/annotations/should_fail/annfail06.stderr
- testsuite/tests/annotations/should_fail/annfail07.stderr 2 additions, 2 deletionstestsuite/tests/annotations/should_fail/annfail07.stderr
- testsuite/tests/annotations/should_fail/annfail08.stderr 1 addition, 1 deletiontestsuite/tests/annotations/should_fail/annfail08.stderr
- testsuite/tests/annotations/should_fail/annfail09.stderr 1 addition, 1 deletiontestsuite/tests/annotations/should_fail/annfail09.stderr
- testsuite/tests/annotations/should_fail/annfail10.stderr 9 additions, 9 deletionstestsuite/tests/annotations/should_fail/annfail10.stderr
- testsuite/tests/annotations/should_fail/annfail11.stderr 2 additions, 2 deletionstestsuite/tests/annotations/should_fail/annfail11.stderr
- testsuite/tests/annotations/should_fail/annfail13.stderr 1 addition, 1 deletiontestsuite/tests/annotations/should_fail/annfail13.stderr
- testsuite/tests/arrows/should_fail/T5380.stderr 4 additions, 4 deletionstestsuite/tests/arrows/should_fail/T5380.stderr
- testsuite/tests/arrows/should_fail/arrowfail001.stderr 2 additions, 2 deletionstestsuite/tests/arrows/should_fail/arrowfail001.stderr
- testsuite/tests/arrows/should_fail/arrowfail002.stderr 1 addition, 1 deletiontestsuite/tests/arrows/should_fail/arrowfail002.stderr
- testsuite/tests/arrows/should_fail/arrowfail004.stderr 1 addition, 1 deletiontestsuite/tests/arrows/should_fail/arrowfail004.stderr
- testsuite/tests/deSugar/should_compile/GadtOverlap.stderr 1 addition, 1 deletiontestsuite/tests/deSugar/should_compile/GadtOverlap.stderr
- testsuite/tests/deSugar/should_compile/T2395.stderr 1 addition, 1 deletiontestsuite/tests/deSugar/should_compile/T2395.stderr
Loading
Please register or sign in to comment