Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)
There is currently no way to separate whether UnicodeSyntax is accepted for input from the corresponding output syntax using unicode symbols. This patch implements a separate flag for affecting ghc(i)'s output. Signed-off-by:Bertram Felgenhauer <int-e@gmx.de> Reviewed By: nomeata, austin Differential Revision: https://phabricator.haskell.org/D807 GHC Trac Issues: #8959
Showing
- compiler/main/DynFlags.hs 4 additions, 1 deletioncompiler/main/DynFlags.hs
- docs/users_guide/flags.xml 8 additions, 2 deletionsdocs/users_guide/flags.xml
- docs/users_guide/using.xml 12 additions, 2 deletionsdocs/users_guide/using.xml
- ghc/InteractiveUI.hs 1 addition, 0 deletionsghc/InteractiveUI.hs
- testsuite/tests/ghci/scripts/T8959.script 2 additions, 2 deletionstestsuite/tests/ghci/scripts/T8959.script
- testsuite/tests/ghci/scripts/T8959b.script 1 addition, 0 deletionstestsuite/tests/ghci/scripts/T8959b.script
- testsuite/tests/ghci/scripts/all.T 1 addition, 1 deletiontestsuite/tests/ghci/scripts/all.T
Loading
Please register or sign in to comment