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

feat(ACI): Implement sophia variant type #567

Merged
merged 7 commits into from
Jul 29, 2019
Merged

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    ccc8f5e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. feat(ACI): Implement vars injection to typeDef

    ```
    datatype myOption('a) = Node | Some('a)
    entrypoint optionFn(v: myOption(string)): myOption(string = v)
    ```
    nduchak committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    c228fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8684b95 View commit details
    Browse the repository at this point in the history
  3. fix(lint): Fix linter error

    nduchak committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    0253a33 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/aci-variant-type' into f…

    …eature/aci-variant-type
    nduchak committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    4eafa93 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    2d69d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7ed6d View commit details
    Browse the repository at this point in the history