Skip to content

v0.4.6

Compare
Choose a tag to compare
@zsol zsol released this 04 Jul 16:11
· 264 commits to main since this release
7042623

New Contributors

Fixed

  • convert_type_comments now preserves comments following type comments by @superbobry in #702
  • QualifiedNameProvider optimizations
    • Cache the scope name prefix to prevent scope traversal in a tight loop by @lpetre in #708
    • Faster qualified name formatting by @lpetre in #710
    • Prevent unnecessary work in Scope.get_qualified_names_for_ by @lpetre in #709
  • Fix parsing of parenthesized empty tuples by @zsol in #712
  • Support whitespace after ParamSlash by @zsol in #713
  • [parser] bail on deeply nested expressions by @zsol in #718