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

Add a failing test case #9

Closed
wants to merge 4 commits into from
Closed

Commits on Apr 12, 2021

  1. Migrate to new recommended repo setup

    based on https://github.com/kritzcreek/motoko-library-template
    
    No more involvement with `dfx`, and an automated build of the docs.
    nomeata committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    6e28185 View commit details
    Browse the repository at this point in the history
  2. Migrate from Word to Nat

    this was _almost_ a search-and-replace, only that we have to be careful
    to use wrapping conversions from Nat to Nat8. Using those now, and also
    making sure to go through base. No more import of `Prim`!
    nomeata committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    30637d1 View commit details
    Browse the repository at this point in the history
  3. Use more functions from base

    nomeata committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    90cbfc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Add a failing test case

    (caught using quickchecking)
    nomeata committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7d29fd9 View commit details
    Browse the repository at this point in the history