forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request scala#558 from dotty-staging/run-tests
Add run tests to pending.
- Loading branch information
Showing
3,387 changed files
with
93,299 additions
and
27 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package dotty.runtime | ||
|
||
|
||
/** | ||
* replaces the `scala.App` class which relies on `DelayedInit` functionality, not supported by Dotty. | ||
*/ | ||
class LegacyApp { | ||
def main(args: Array[String]): Unit = () | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
source regeneration: Tue May 12 18:21:01 CEST 2015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Course-2002-01.scala:41: warning: method loop in object M0 does nothing other than call itself recursively | ||
def loop: Int = loop; | ||
^ | ||
232 | ||
667 | ||
11 | ||
10 | ||
62.8318 | ||
62.8318 | ||
62.8318 | ||
4.0 | ||
81.0 | ||
256.0 | ||
25.0 | ||
1 | ||
737.0 | ||
1.0 | ||
0.0 | ||
1.0 | ||
76.0 | ||
1.4142156862745097 | ||
1.7321428571428572 | ||
2.0000000929222947 | ||
1.4142156862745097 | ||
1.7321428571428572 | ||
2.0000000929222947 | ||
1.4142156862745097 | ||
1.7321428571428572 | ||
2.0000000929222947 | ||
sqrt(2) = 1.4142135623746899 | ||
sqrt(2) = 1.4142135623746899 | ||
cbrt(2) = 1.2599210500177698 | ||
1 | ||
1 1 | ||
1 2 1 | ||
1 3 3 1 | ||
1 4 6 4 1 |
Oops, something went wrong.