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

Set-up turbo repo and move towards ahead of time compiled files #100

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. Make changes to have all tests run always

    This changes the v2/v3 test setup so that tests that are skipped
    for V3 run. A subsequent change will improve our logging to
    automatically diff the outputs of both versions in a single
    process.
    
    The idea here is to easily identify tests that are green but
    skipped, as well as get a grasp of current failures.
    yamadapc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e948fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016ddd1 View commit details
    Browse the repository at this point in the history
  3. Don't panic on JavaScript resolver

    This allows us to run integration tests that fail without crashing
    the process.
    yamadapc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7ff8b04 View commit details
    Browse the repository at this point in the history
  4. Force the asset request to run on the rust version

    Since we do not have cache invalidation properly set-up with the rust
    implementation. It's better to force it for now. This should, if our
    implementation is correct fix certain tests that depend on cache
    invalidation.
    yamadapc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d4468f4 View commit details
    Browse the repository at this point in the history
  5. Force the asset request to run on the rust version

    Since we do not have cache invalidation properly set-up with the rust
    implementation. It's better to force it for now. This should, if our
    implementation is correct fix certain tests that depend on cache
    invalidation.
    yamadapc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0da341d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    219944b View commit details
    Browse the repository at this point in the history
  7. Fix test utils linter error

    yamadapc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    075d601 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    b6048a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab58d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb5149 View commit details
    Browse the repository at this point in the history
  4. Update with turborepo setup

    yamadapc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    db27125 View commit details
    Browse the repository at this point in the history
  5. Continue working on turbo

    yamadapc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4d5a1f1 View commit details
    Browse the repository at this point in the history
  6. Continue

    yamadapc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cadf354 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c056937 View commit details
    Browse the repository at this point in the history
  8. Run prettier on tests

    yamadapc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d2cf099 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f069300 View commit details
    Browse the repository at this point in the history
  10. Continue

    yamadapc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    59c6d05 View commit details
    Browse the repository at this point in the history