Skip to content

9.2.4: Generic types fix

Compare
Choose a tag to compare
@thekid thekid released this 12 Feb 09:19
· 87 commits to master since this release
  • Merged PR #41: Migrate to new testing library - @thekid
  • Fixed lang.ast.nodes.TypeDeclaration::declaration() for generics
    (@thekid)
  • Fixed lang.ast.types.IsGeneric::literal() not returning a fully
    qualified type name
    (@thekid)
  • Fixed endless loop with syntax errors in new - @thekid