enhencing trace info of char#252
Merged
andreasabel merged 3 commits intohaskell:masterfrom Dec 30, 2023
Merged
Conversation
Author
Coauthored-by: ZichaoNickFox <384914453@qq.com> Coauthored-by: Andreas Abel <andreas.abel@ifi.lmu.de>
50a4000 to
6f70cbb
Compare
Member
|
I fixed the missing |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Apr 12, 2024
## Changes in 3.5.1.0 * Drop generating output for GHC < 6.4. * Use qualified imports in generated code (except for `Prelude`) ([Issue #258](haskell/alex#258)). * Suppress warnings `tabs` and `unused-imports` for generated code ([Issue #255](haskell/alex#255)). * Tested with GHC 8.0 - 9.8.2. ## Changes in 3.5.0.0 * Add option `--numeric-version`. * Remove deprecated `-v` as alias for `--version`. * Add `-v` as placeholder for a future `--verbose` option. * Make `alex{G,S}etUserState` available with the `monadUserState-bytestring` wrapper ([Issue #220](haskell/alex#220)). * Debugging lexer: print character in addition to its ASCII code ([PR #252](haskell/alex#252)). * Tested with GHC 8.0 - 9.8.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Adding char after char order. For improving debug experience.