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

MaxValueBindingWidth and MaxFunctionBindingWidth settings #866

Merged
merged 16 commits into from
Jun 10, 2020

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    596b9c9 View commit details
    Browse the repository at this point in the history
  2. Implement MaxBindingWidth for members and update existing tests

    Some of the existing tests were not passing after MaxBindingWidth was
    implemented for members. The reason is that members did not respect
    MaxLetBindingWidth before, only PageWidth.
    Since members now also respect MaxBindingWidth, some results of existing
    tests are different.
    Bobface committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a1e77c6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    e480ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e803e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6665aff View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

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

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    a3e57d6 View commit details
    Browse the repository at this point in the history
  2. Split MaxBindingWidth setting into

    MaxValueBindingWidth and MaxFunctionBindingWidth
    Bobface committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    9a504c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb8f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e99333 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    162eae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145d7e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    6e28e51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6a551 View commit details
    Browse the repository at this point in the history