Skip to content

0.25.0

Compare
Choose a tag to compare
@pitag-ha pitag-ha released this 03 Mar 11:04
· 423 commits to main since this release

CHANGES:

  • Added error_extensionf function to the Location module (#316, @panglesd)

  • Ast patterns: add drop and as patterns (#313 by @Kakadu, review by @pitag-ha)

  • Fixed a bug resulting in disscarded rewriters in the presence of
    instrumentations, as well as a wrong order of rewriting (#296, @panglesd)

  • Driver: Append the last valid AST to the error in case of located exception
    when embedding errors (#315, @panglesd)