aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/package.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-1/+1
|
* locate the classes directory reliablySeth Tisue2018-03-051-17/+9
| | | | | | | | | | the old code would fail with e.g. > ++2.12.5-bin-76f588e-SNAPSHOT > testOnly *WarningsSpec this was showing up repeatedly when running the Scala community build against as-yet-unmerged scala/scala PRs
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
|
* fix Scala version number handling for 2.13 community buildSeth Tisue2018-01-231-1/+1
| | | | | we need to handle a Scala version like `2.13.0-pre-5e84129`, as we see in nightly builds before bincompat is locked down
* Make nsc.Global based tests work under SBTJason Zaugg2015-07-301-17/+3
| | | | And remove unused code.
* Avoid dead code warnings in generated code.Jason Zaugg2015-07-291-0/+26
| | | | | | | | | | | | | | | | | If we blindly splicing `{..$stats, ..$generatedCode}`, and the last expression in `$stats` is of type `Nothing`, we'll incur a dead code warning when typechecking the block. This commit: - introduces a helper method to augment user-written stats with synthetic code - Emit a try/finally in that code (so we advance the state, even if we are about to exit the state machine in the async-block global exception handler - Hide `Nothing` typed expressions from the dead code analysis by wrapping them in an `expr: Any` Fixes #150 (the part reported in the comments, not the original ticket.)
* currentUnit.freshName => c.freshName (leads to less precise tests...)Eugene Burmako2014-02-151-0/+9
|
* toolboxClasspath now works for snapshotsEugene Burmako2014-02-121-0/+2
|
* Update copyright years.Jason Zaugg2014-01-141-1/+1
| | | | 2013 must have been unlucky.
* Scala 2.11 compatibilityJason Zaugg2013-11-071-0/+2
| | | | | | We were relying on an internal API that no longer exists. We also need to tweak the way our tests infer scalaBinaryVersion.
* Avoid hardcoded "2.10" in tests.Jason Zaugg2013-07-021-1/+16
| | | | This allows us to cross build against 2.10.x and 2.11.x.
* Show that indirectly nested defs aren't lifted.Jason Zaugg2012-11-261-2/+2
|
* add missing copyrightJason Zaugg2012-11-241-0/+4
|
* Move TestUtils contents directly into the package object.Jason Zaugg2012-11-231-1/+42
| | | | Why suffer SI-4695 needlessly?
* Move test utils into a package object, rather than base class.Jason Zaugg2012-11-051-0/+5