Skip to content

v0.7.10

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 14:03
8c9df61

Fix error cascade when undefined type used as formal argument (#1076)

Bugs fixed:

  • Formal arguments of undefined type can case a cascade of spurious errors (closes #1075)

Technical:

  • Bump compiler tool to latest
  • Bump integration test runner tool to latest
  • Bump runtime library to latest
  • Replace instances of deprecated | .has(...) with | .any(...)