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

Macrotask Executor #2278

Merged
merged 16 commits into from
Sep 27, 2023
Merged

Commits on Sep 16, 2023

  1. First step in using scala-js macrotask executor in async style trait,…

    … got it working in FunSuite async tests.
    cheeseng committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b43238c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    ffbe193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f38f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bc0bc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62e79fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d802d45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b73318 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Changed remaining tests in featurespec-test that are still using scal…

    …a.scalajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    50911d4 View commit details
    Browse the repository at this point in the history
  2. Changed remaining tests in flatspec-test that are still using scala.s…

    …calajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e64e29b View commit details
    Browse the repository at this point in the history
  3. Changed remaining tests in freespec-test that are still using scala.s…

    …calajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c220a02 View commit details
    Browse the repository at this point in the history
  4. Changed remaining tests in funspec-test that are still using scala.sc…

    …alajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    61b8df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d75ff5a View commit details
    Browse the repository at this point in the history
  6. Changed remaining tests in funsuite-test that are still using scala.s…

    …calajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f4a6b48 View commit details
    Browse the repository at this point in the history
  7. Changed remaining tests in scalatest-test that are still using scala.…

    …scalajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ea6a7aa View commit details
    Browse the repository at this point in the history
  8. Changed remaining tests in wordspec-test that are still using scala.s…

    …calajs.concurrent.JSExecutionContext.runNow to use custom test executor.
    cheeseng committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5fe4518 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c57c85 View commit details
    Browse the repository at this point in the history