summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug 1065Adriaan Moors2007-04-242-0/+24
| | | | | | | | This was caused by the Uncurry phase not fully expanding alias types. More specifically, the argument&result types of anonymous functions (Function node) weren't normalized. Presumably other combinations weren't covered either. These should now be fixed.
* changed argument in &sumsmichelou2007-04-231-1/+1
|
* updated self aliases, for-comprehensions michelou2007-04-232-0/+111
|
* (no commit message)Lex Spoon2007-04-201-0/+1
|
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-192-1/+2
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* [cont'd] suppress "scala." prefix in string rep...Adriaan Moors2007-04-191-3/+3
| | | | | [cont'd] suppress "scala." prefix in string representation of types (in error messages,..) -- forgot to update these check-files
* scala.Int -> Intmichelou2007-04-191-45/+45
|
* updated tests for productElement/-Aritymichelou2007-04-192-7/+7
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-1927-63/+63
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* (no commit message)Lex Spoon2007-04-192-0/+221
|
* fixed bug 1056: due to mixed use of normalized ...Adriaan Moors2007-04-181-0/+5
| | | | | | | | | fixed bug 1056: due to mixed use of normalized and non-normalized types should normalize types that were previously tested by a predicate that implicitly considered the normalized type. Before, given e.g., type X = Function[String, String], ``X''.isFunctionType was true (uses symbol, which normalizes), but ``X''.typeArgs.isEmpty (the alias doesn't have any type arguments) (there are probably more cases like this, for now looked for .typeArgs)
* Moved some test from pending/ to files/mihaylov2007-04-173-0/+56
|
* fixed the jvm5/annotations.scala test casemihaylov2007-04-171-3/+7
|
* added test for bug #1041michelou2007-04-163-31/+50
|
* "fixed" bug 1040, re-opened as 1046Adriaan Moors2007-04-161-5/+5
| | | | | tcpoly_parseridioms no longer uses exotic method names -- exoticnames.scala is a dedicated test that I feel should pass (it doesn't)
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-1612-22/+22
| | | | | | | | | | | | - prefixString in SingleType suppresses scala.Predef prefixes - (sym.isPredefModule) better handling of double defs of `_' in type - params (now in enterInScope in Namers) introduced HKmode to indicate - we're typing a higher-kinded type, instead of reusing POLYmode | - TAPPmode - Typers.typedTypeConstructor does not normalize the result anymore -- now in GenICode generatedType = toTypeKind(tpt.tpe.normalize)
* refactored typer.Martin Odersky2007-04-132-2/+2
|
* changes to parser for 409/877.Martin Odersky2007-04-132-2/+2
|
* updated check filesmichelou2007-04-132-2/+2
|
* updated ant and cli testsmichelou2007-04-1210-18/+80
|
* added options to scaladoc Ant taskmichelou2007-04-103-58/+62
| | | | | removed several unchecked warnings
* check for variables in pattern alternatives; ch...Martin Odersky2007-04-104-2/+14
| | | | | | check for variables in pattern alternatives; changes to enable presupercall initialization.
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-0648-0/+920
| | | | | adding test files from tcpoly branch without history -- much faster this way, sorry
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-0611-18/+18
|
* 4-digits numberingmichelou2007-04-0527-0/+0
|
* fixed bug1017Martin Odersky2007-03-302-0/+8
|
* fixed bug1024.Martin Odersky2007-03-302-0/+7
|
* Got rid of warningsSean McDirmid2007-03-302-29/+7
|
* removed Console, added 2 testsmichelou2007-03-302-28/+34
|
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-3014-194/+216
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* Fixed tail call elimination for calls in the rh...Iulian Dragos2007-03-282-0/+4
| | | | | Fixed tail call elimination for calls in the rhs of boolean &&.
* Added test case for bug #1020.Iulian Dragos2007-03-261-3/+16
|
* Moved pos/contribution_406.scala in pending bec...mihaylov2007-03-262-7/+0
| | | | | | Moved pos/contribution_406.scala in pending because it does actually crash the compiler
* Added a test case from contribution #406mihaylov2007-03-262-0/+7
|
* changes check fileMartin Odersky2007-03-241-2/+2
|
* fixed bug1014Martin Odersky2007-03-233-0/+144
|
* added test for unapply in StreamsLex Spoon2007-03-231-1/+14
|
* fixed bug1011Martin Odersky2007-03-234-2/+31
|
* added test cases in deeps.scalamichelou2007-03-222-0/+29
|
* edited testsMartin Odersky2007-03-224-95/+7
|
* modified sinsibility checks and test casesMartin Odersky2007-03-226-16/+33
|
* (1) added readLong to Console.Martin Odersky2007-03-222-0/+54
| | | | | | (2) added print/read methods to Predef (3) added warnings for non-sensical comparisons
* new pattern matching algoBurak Emir2007-03-229-53/+81
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* added Array.deepEquals, improved external links...michelou2007-03-203-41/+110
| | | | | added Array.deepEquals, improved external links to sources in API doc
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-192-0/+23
|
* fixed bug1006Martin Odersky2007-03-191-0/+15
|
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-162-0/+90
|
* (no commit message)Lex Spoon2007-03-164-0/+22
|
* fixed test to new MatchError interfaceBurak Emir2007-03-151-2/+2
|
* changed test filesMartin Odersky2007-03-143-1/+112
|