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

Extended syntax: bugfixes #117

Merged
merged 24 commits into from
Nov 14, 2020
Merged

Extended syntax: bugfixes #117

merged 24 commits into from
Nov 14, 2020

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    16c1271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0fd9d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500ebaa View commit details
    Browse the repository at this point in the history
  4. ES: fixed CaseHoisting bug

    Prviously, CaseHoisting didn't introduce a binding for the CPat
    in the hoisted alternative.
    Anabra committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    fbf21bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83622e5 View commit details
    Browse the repository at this point in the history
  6. ES: fixed ArityRaising bugs

    Previously, ArityRaising collected invalid information about function
    application arguments, and it didn't handle properly unraisable arguments.
    Anabra committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    470f1a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a8927b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    f2aa066 View commit details
    Browse the repository at this point in the history
  2. ES: added ArityFullRemoveSpec

    Anabra committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6a2dace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5524168 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4323a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2351833 View commit details
    Browse the repository at this point in the history
  6. ES: bugfixes in CBy

    Anabra committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b06feb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

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

Commits on Feb 29, 2020

  1. ES: some name mangling

    Anabra committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    979c30e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85116da View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Configuration menu
    Copy the full SHA
    886f446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c37e2 View commit details
    Browse the repository at this point in the history
  3. ES: now BN runs before CBy

    Anabra committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    59e8165 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. ES: now DVE keeps updates

    Anabra committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4a4a418 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. ES: added a test case to DVE

    Anabra committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1f7b285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a714feb View commit details
    Browse the repository at this point in the history
  3. Revert "ES: now BN runs before CBy"

    This reverts commit 59e8165.
    Anabra committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7751f95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42408b5 View commit details
    Browse the repository at this point in the history