Skip to content

v1.0.10-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 01:35
· 1399 commits to main since this release
85d82e5

Added

  • aiken: added panic hook to present a link to make a bug report

Fixed

  • aiken-lang: fmt for module.Constr { field: value }
  • aiken-lang: Issue where using var pattern in a when was passing the constr
    index instead of the constr
  • aiken-lang: Issue where expecting on a list had unexpected behaviors based
    on list length.
  • aiken-lang: Issue where expecting on a list from data was using the wrong
    expect cast for the list tail.