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: sharing analysis fix #103

Merged
merged 5 commits into from
Jun 9, 2020
Merged

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    8a58585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939ddb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6337f67 View commit details
    Browse the repository at this point in the history
  4. ES: sharing analysis bugfix

    Previously, sharing analysis didn't collect the shared locations
    from non-linear node variables in the first step. This meant that
    if we had a non-linear node which had a location in it, that location
    was not marked as shared.
    Anabra committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    34b7c93 View commit details
    Browse the repository at this point in the history
  5. ES: another sharing analyis bugfix

    Previously, sharing analysis didn't account for as-patterns
    and case alternative names.
    Anabra committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    f4f2ac5 View commit details
    Browse the repository at this point in the history