Skip to content

v0.4.8

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 23:58

JuliaSyntax v0.4.8

Diff since v0.4.7

Merged pull requests:

  • Fix bug parsing unary subtypes with newlines (#393) (@c42f)
  • Fix crashes due to lexing ambiguity of string delimiters (#394) (@c42f)
  • Improve error message for missing closing tokens (#397) (@c42f)

Closed issues:

  • better error message for missing comma. (#313)
  • Underbracket placement (#349)
  • Excessive error messages for incomplete ternary (#357)
  • BoundsError when parsing expression with unbalanced parenthesis (#389)
  • Parser fails upon encountering x = i m.:(var"t") (#390)
  • Parser fails upon encountering x.args[1] for x in kw (#391)
  • "a +\n\n>:" and related expressions with >: parse incorrectly (#392)