Skip to content

Releases: wabiverse/galah

v1.0.1

12 Aug 19:07
9d829bd
Compare
Choose a tag to compare

Bumped SwiftSyntax to Swift 5.10 in this PR.

v1.0.0

07 Jul 19:15
a90d086
Compare
Choose a tag to compare

What's new

  • Fix same-name variable/func param swift bug in this PR.

    • Somehow, when using a same-name variable inside the body of a swift function that matches with the same-name of a function parameter, a swift llvm bug incurs a strange indirection that causes the function parameter's type to mutate into the same-name variable's type.

      Screenshot 2024-07-07 at 12 23 00 PM