Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interp: fix array declaration with a typed constant size #1176

Merged
merged 2 commits into from
Jul 8, 2021
Merged

Commits on Jul 8, 2021

  1. interp: fix array declaration with a typed constant size

    In parsing array type declaration, The type check of array size was
    restricted to `int`. Broaden the test to accept any valid integer
    kind.
    
    Fixes #1175.
    mvertes authored and traefiker committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0a1b790 View commit details
    Browse the repository at this point in the history
  2. fix array length setting

    mvertes authored and traefiker committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ef1b827 View commit details
    Browse the repository at this point in the history