The parser is stricter in a few cases where code that was incorrect (according to the Elm compiler) was successfully parsed: tuple patterns and tuple type annotations with more than 3 parts, non-associative operators (so no more a < b < c), lambda indentation
The parser removes incorrect failures with specific operator combinations like a + b /= 0 due to specifics of the pratt parser
Parsing is about 50% faster than the previous release!
[7.3.5] - 2024-08-30
The parser is stricter in a few cases where code that was incorrect (according to the Elm compiler) was successfully parsed: tuple expressions with more than 3 parts, and record access on most things
Parsing is about 6 times faster than the previous release!
[7.3.4] - 2024-07-26
Parsing is faster by ~90%. A big thank you to @lue-bird for finding and introducing a huge amount of performance improvements.
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 stil4m/elm-syntax from 7.3.3 to 7.3.6.
Changelog
Sourced from stil4m/elm-syntax's changelog.
Commits
1e1ae7e
7.3.61093a42
correct float handling of the custom parser09c9b69
clarify what is meant with tuples7a1be94
avoid a new allocation924e9b6
move infixOperatorAndThen into extendedSubExpressionOptimisticLayout27931e1
mention fixed incorrect failures on specific operator combinations in changelogd604554
apply tests for #258 by@jfmengels
8c5a9d6
_ for unused pattern variable5705bc3
remove unused oneOfNs33fe359
correct and speed up infix operator handlingDependabot 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 show