-
-
Notifications
You must be signed in to change notification settings - Fork 446
Comparing changes
Open a pull request
base repository: lark-parser/lark
base: 1.1.4
head repository: lark-parser/lark
compare: 1.1.5
- 15 commits
- 12 files changed
- 4 contributors
Commits on Nov 2, 2022
-
setup.cfg: Replace deprecated license_file with license_files
Replace the deprecated `license_file` key with `license_files`. The latter has the same semantics and is available since setuptools 42.0.0 (that lark already requires).
Configuration menu - View commit details
-
Copy full SHA for c18f82a - Browse repository at this point
Copy the full SHA c18f82aView commit details -
Merge pull request #1209 from mgorny/licfiles
setup.cfg: Replace deprecated license_file with license_files
Configuration menu - View commit details
-
Copy full SHA for 7ef5c98 - Browse repository at this point
Copy the full SHA 7ef5c98View commit details
Commits on Nov 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a2f914e - Browse repository at this point
Copy the full SHA a2f914eView commit details
Commits on Nov 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4563840 - Browse repository at this point
Copy the full SHA 4563840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0157298 - Browse repository at this point
Copy the full SHA 0157298View commit details -
Merge pull request #1220 from lark-parser/fix_ci_error
Fix Github shenanigans
Configuration menu - View commit details
-
Copy full SHA for 266cf32 - Browse repository at this point
Copy the full SHA 266cf32View commit details -
Merge pull request #1216 from chanicpanic/fix-1214
Fix AmbiguousExpander (Issue #1214)
Configuration menu - View commit details
-
Copy full SHA for ea125d1 - Browse repository at this point
Copy the full SHA ea125d1View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd5ceba - Browse repository at this point
Copy the full SHA dd5cebaView commit details
Commits on Dec 5, 2022
-
Use generator instead of list expand or add method
Generator is memory efficient approach.
Configuration menu - View commit details
-
Copy full SHA for 0b4280e - Browse repository at this point
Copy the full SHA 0b4280eView commit details -
Change some "yield"'s into "yield from"
Also improve performance of "iter_subtrees_topdown" Performance of "iter_subtrees_topdown" method reduce as size of tree increases. Using instance of list method improve the performance.
Configuration menu - View commit details
-
Copy full SHA for d76af7c - Browse repository at this point
Copy the full SHA d76af7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 652b92c - Browse repository at this point
Copy the full SHA 652b92cView commit details -
Merge pull request #1224 from lark-parser/dec3_ip_last_token
Fix EOF line information in InteractiveParser.resume_parse()
Configuration menu - View commit details
-
Copy full SHA for b962bb6 - Browse repository at this point
Copy the full SHA b962bb6View commit details -
Merge pull request #1225 from jmishra01/memory-efficient
Use generator instead of list expand or add method
Configuration menu - View commit details
-
Copy full SHA for c3b2996 - Browse repository at this point
Copy the full SHA c3b2996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031cadd - Browse repository at this point
Copy the full SHA 031caddView commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d9cfa6 - Browse repository at this point
Copy the full SHA 7d9cfa6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.4...1.1.5