Skip to content
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

Bump lark-parser from 0.11.2 to 0.12.0 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps lark-parser from 0.11.2 to 0.12.0.

Release notes

Sourced from lark-parser's releases.

0.12.0 - Several improvements + Announcements

Announcements

  • This is likely to be the last major release that supports Python 2 !

We are now working on a Python3.6+ only v1.0 branch, which will soon become the default. See the work in progress: lark-parser/lark#925

Changes

  • Using rule repeat (~ syntax) is now much much faster for large numbers, thanks to @​MegaIng

  • Bugfix for the propagate_positions option. Added option value propagate_positions='ignore_ws'.

  • Fixed reconstructor for when keep_all_tokens=True

  • Added merge_transformers (Thanks Robin!)

  • Many minor bugfixes, and improvements to code and docs

InteractiveParser & Better Cache

Cache

  • Lark now tracks changes in imported grammars (%import), and updates the cache if necessary
  • Added support for atomicwrites, for multiprocess caching and crash recovery

InteractiveParser

  • Now an official interface (renamed from Puppet)
  • Added Lark.parse_interactive() for starting the parser in interactive mode

Other

  • Added ast_utils, to assist in tranforming lark.Tree into a customized AST.

  • Better docs

  • Bugfixes

Notification: Support for Python 2 is ending

In the near future, Lark will drop support for Python 2. We will continue to develop for Python 3.6+ only, which will simplify the code and ease development.

Old releases (including this one) will still work, of course, and should be stable enough to accompany the remaining Python 2 users into the sunset.

If you have any objections, feel free to voice them here: lark-parser/lark#874

Thanks for everyone who helped make Lark better!

Commits
  • 293bf07 Version bump
  • b7eb149 Merge pull request #979 from lark-parser/issue977
  • 8f7e50e Examples: Removed warnings from python3.lark
  • df269f6 Examples: Fixed python3.lark for reconstruction (but maybe a bug in reconstru...
  • d26a1c5 BUGFIX: Regression in lexer-only mode (parser=None)
  • 20f57b9 Updated docs, to accord with PR #980
  • 066fe8f Merge pull request #980 from MegaIng/sort-inside-terminals
  • e0889a3 Sort Options inside a TerminalTree
  • 9c63734 Fix for issue #977
  • 4b70d1d Merge pull request #978 from wiene/fix-typos
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lark-parser](https://github.com/lark-parser/lark) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/lark-parser/lark/releases)
- [Changelog](https://github.com/lark-parser/lark/blob/master/CHANGELOG.md)
- [Commits](lark-parser/lark@0.11.2...0.12.0)

---
updated-dependencies:
- dependency-name: lark-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants