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

chore(gnolang): add challenges #765

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Commits on Apr 20, 2023

  1. chore(gnolang): add challenges

    - Add 2 challenges for map and slice literals, as described in gnolang#758
    - Add a challenge to handle chained panics, as described in gnolang#756
    - Add a challenge to handle a specific rule of recover, as described in
      this [comment][0]
    
    Also add some working recover cases in `tests/files`, to increase code
    coverage.
    
    If you manage to solve one of these challenges by updating the gnovm code, move
    those files into the `gnovm/test/files` folder (eventually increment the
    number suffix in the name according to existing files).
    
    [0]: gnolang#756 (comment)
    tbruyelle committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0f898c2 View commit details
    Browse the repository at this point in the history