Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scala/scala-async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: scala/scala-async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: topic/m2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 26, 2013

  1. Fix #55 - Async implementation depends on continuations plugin

    - remove CPS dependency from default async implementation (fix #55)
    - move all CPS-related code to `continuations` sub package
    - fix CPS-based async implementation
    - enable testing of CPS-based async implementation
    phaller committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    183d115 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2013

  1. Fix #12 - Add support for await inside try-catch

    - `await` can now be used inside the body of `try` and `finally`
    - using `await` inside the cases of a `catch` is illegal
    - provides precise error messages ("await must not be used under catch")
    - adds 9 tests
    phaller committed Mar 15, 2013
    Configuration menu
    Copy the full SHA
    0583f9a View commit details
    Browse the repository at this point in the history
  2. Update version for M2 release

    phaller committed Mar 15, 2013
    Configuration menu
    Copy the full SHA
    ba32842 View commit details
    Browse the repository at this point in the history
Loading