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

Introduce val for building operations #73

Merged
merged 28 commits into from
May 18, 2024
Merged

Introduce val for building operations #73

merged 28 commits into from
May 18, 2024

Commits on May 11, 2024

  1. Start experimenting with val

    DZakh committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5b6cf33 View commit details
    Browse the repository at this point in the history
  2. Deprecate old Builder.make

    DZakh committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e248063 View commit details
    Browse the repository at this point in the history
  3. Remove usage of deprecatedMake

    DZakh committed May 11, 2024
    Configuration menu
    Copy the full SHA
    add3749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6947345 View commit details
    Browse the repository at this point in the history
  5. Turn b._input to val

    DZakh committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2756267 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Gradually migrate to val

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f28811c View commit details
    Browse the repository at this point in the history
  2. Use val for transform

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6ee6ede View commit details
    Browse the repository at this point in the history
  3. Use val for dict

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    22b9418 View commit details
    Browse the repository at this point in the history
  4. Clean up val usage

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    dc9aa10 View commit details
    Browse the repository at this point in the history
  5. Clean up val

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e343567 View commit details
    Browse the repository at this point in the history
  6. Remove b._input

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    facdda5 View commit details
    Browse the repository at this point in the history
  7. Remove B.var

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    35d5c7f View commit details
    Browse the repository at this point in the history
  8. Clean up

    DZakh committed May 12, 2024
    Configuration menu
    Copy the full SHA
    28ce4bc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Removed isAsyncBranch from b

    DZakh committed May 14, 2024
    Configuration menu
    Copy the full SHA
    431b3ce View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    06983d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559c4d7 View commit details
    Browse the repository at this point in the history
  3. Remove vars Set

    DZakh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1e6b268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9057a15 View commit details
    Browse the repository at this point in the history
  5. Remove (b, _) fn application

    DZakh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6b4228c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Lil clean up

    DZakh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1f74f53 View commit details
    Browse the repository at this point in the history
  2. Remove parent scope

    DZakh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a6e00b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    115151a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Optimise option parsing

    DZakh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e1ecb4c View commit details
    Browse the repository at this point in the history
  2. Improve toInternalLiteral

    DZakh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e0f9765 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Redesign scopes

    DZakh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    735621a View commit details
    Browse the repository at this point in the history
  2. Use allocateScope

    DZakh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    39453fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eefbc54 View commit details
    Browse the repository at this point in the history
  4. Improve union builder

    DZakh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8698a98 View commit details
    Browse the repository at this point in the history