chore(deps): update rust crate lalrpop to 0.22.0#111
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update rust crate lalrpop to 0.22.0#111renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
e971d49 to
327694a
Compare
327694a to
2fdb77a
Compare
2fdb77a to
d8b5631
Compare
d8b5631 to
c5c56ef
Compare
c5c56ef to
547346c
Compare
547346c to
755cc38
Compare
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.
This PR contains the following updates:
0.20.1→0.22.0Release Notes
lalrpop/lalrpop (lalrpop)
v0.22.2Compare Source
Features
Bugfixes
v0.22.1Compare Source
Bugfixes
lints can trigger on action code.
v0.22.0Compare Source
Breaking changes
lexerfeature no longer implies thestdfeature. Nowlexerisusable in
no_stdenvironments. Inno_std, ParseError only implements theError trait in rust 1.81 or later (since core::error was stablized in 1.81).
Features
alternatives based on cargo features with
not(),any()andall()supportBugfixes
lalrpop_mod!()now handles imports correctlyv0.21.0Compare Source
Since the last release, a fair number of the commits have been focused on cleaning
up and improving LALRPOP's documentation. Shout out to Yudai Takada, George
White, and Dinu Blanovschi.
Features
out an error message and exit.
lalrpop::process_srcis now the recommended function to use inbuild.rsfiles. Previously the documentation incorrectly suggested that
lalrpop::process_rootlooked in./srcinstead of.Bugfixes
exception when trying to handle certain grammars has been resolved.
macro_expansion_limit.Compatibility note
Adding a limit to the number of times that LALRPOP will attempt to expand a
macro is technically a breaking change. However, the default limit of
200should be more than enough for the grammars we are currently aware of (which
almost always need a limit of less than 5). This limit is customizable via
Configuration::set_macro_expansion_limit.If you have a grammar that uses a significant amount of macro expansion steps,
we would be very interested in a PR that adds it to the test suite.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.