Skip to content

0.39.1: The Laundromat has a Rotating Door

Compare
Choose a tag to compare
@jpsim jpsim released this 11 Feb 21:50
8f22943

Breaking

  • The new rules introduced in 0.39.0 that depend on SwiftSyntax have been
    temporarily removed as we work out release packaging issues.
    • prohibited_nan_comparison
    • return_value_from_void_function
    • tuple_pattern
    • void_function_in_ternary
      JP Simard
      #3105

Experimental

  • None.

Enhancements

  • None.

Bug Fixes

  • Fix unused_import rule reported locations and corrections when
    multiple @testable imports are involved.
    JP Simard