v2.5.5 #788
tomtau
announced in
Announcements
v2.5.5
#788
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Rule::line_doc
for fix Line doc "already defined" error #781 "already defined" error. by @huacnlee in Update validator for ignoreRule::line_doc
for fix #781 "already defined" error. #782LineIndex
instead ofPairs::move_cursor
for improvePairs::next
andPair::line_col
performance. by @huacnlee in AddLineIndex
instead ofPairs::move_cursor
for improvePairs::next
andPair::line_col
performance. #785New Contributors
Full Changelog: v2.5.4...v2.5.5
Warning: Semantic Versioning
The "fast-col-line" feature was removed, because it's superseded by the
line_col
method on Pairs (which has a better or similar performance): #785 (comment)Note that the rustdoc support in 2.5.4: #765 was a semver-breaking change even though it was a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar
between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated
Rule
enum. This is a known issue and will be fixed in the future (e.g. by increasing MSRV and non_exhaustive annotations).This discussion was created from the release v2.5.5.
Beta Was this translation helpful? Give feedback.
All reactions