Skip to content

Caret case class bug fix

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 01:51
· 218 commits to main since this release
00362b4

The order of the offset, row, col were wrong in the newly introduced Caret class in v0.3.5. Since Caret was just introduced, this couldn't have broken anyone, but anyone using the Caret may have noticed that the values were permuted.

This was noticed and fixed by @hugo-vrijswijk in #313

Also, @regadas added a performance optimization for parser creation in #308.

Contributors to this release

@hugo-vrijswijk, @johnynek, @regadas and @scala-steward