-
Notifications
You must be signed in to change notification settings - Fork 82
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
alexSetUserState
/alexGetUserState
with monadUserState-bytestring
wrapper
#220
Comments
I suggest you try to find the author (e.g. via git blame) and then ask the author... |
@emekoi : Is there a released version of alex that supports
So maybe this isn't a regression, but a feature that never worked. |
I probably should've checked, but I think you're right that this never worked. In a4f43f8 (just before 13fd23e) Also could you clarify what you meant by "alex-3.1.7 (Jan 2016) does not know about that wrapper"? Looking at Github, |
Oh, I got a parse error for the test, so I assumed it was because of the |
I checked 3.1.4; it also does not know about |
## 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.
Is there any reason these are not enabled for the
monadUserState-bytestring
wrapper?alex/data/AlexWrappers.hs
Line 261 in 24ab083
The text was updated successfully, but these errors were encountered: