summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Collapse)AuthorAgeFilesLines
* updated check filemichelou2008-01-231-1/+3
|
* getting rid of deprecated warningsMartin Odersky2008-01-191-2/+2
|
* Character -> Charmichelou2008-01-182-13/+3
|
* test case works now without errors, because of ...Martin Odersky2008-01-182-6/+0
| | | | | test case works now without errors, because of change to case classes
* updated two check filesMartin Odersky2008-01-171-1/+1
|
* build target is now 1.5Martin Odersky2008-01-177-8/+20
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* fixed t335Burak Emir2008-01-041-1/+5
|
* fixed #283 #289Martin Odersky2007-12-212-0/+13
|
* changed how wildcards are displayedMartin Odersky2007-12-214-4/+4
|
* -target 1.5 now the default.Martin Odersky2007-12-194-4/+4
|
* This new error message looks better than the ol...Lex Spoon2007-11-281-1/+1
| | | | | This new error message looks better than the old one
* fixed #246. adapted check files.Martin Odersky2007-11-211-1/+1
|
* fixed #34Martin Odersky2007-11-201-2/+2
|
* changed check file (removed ^M)Martin Odersky2007-11-191-1/+1
|
* added testsMartin Odersky2007-11-196-0/+53
|
* changed scalatest to use --utf8 encoding; added...Martin Odersky2007-11-191-0/+4
| | | | | changed scalatest to use --utf8 encoding; added tests
* fixed #231.Martin Odersky2007-11-191-0/+9
|
* updated checked filesMartin Odersky2007-11-173-3/+3
|
* fixed #209Martin Odersky2007-11-169-61/+31
|
* modified check filesMartin Odersky2007-11-132-3/+3
|
* fixed #234; added testsMartin Odersky2007-11-134-0/+20
|
* updated .check fileMartin Odersky2007-11-111-1/+1
|
* Fixed ticket #193 by issuing a compile-time error.Iulian Dragos2007-11-082-0/+11
|
* updated check file for t0117Martin Odersky2007-11-051-1/+1
|
* fix^2 t0117Martin Odersky2007-11-052-0/+10
|
* fixed several problems with implicits. Martin Odersky2007-10-3111-19/+19
| | | | | | Changed ways inner types of modules print: Module.this.Type => Module.type
* added/modified check filesMartin Odersky2007-10-262-3/+9
|
* fixed tickets 152, 123.Martin Odersky2007-10-261-0/+13
| | | | | | | spreadsheet demo crash. Made Lists more tail recursive. toString in Sets and Maps now says just Set(...) or Map(...) without revealing the implementation.
* Emit a warning if a user tries to defineLex Spoon2007-10-021-0/+6
| | | | | their own subclass of ClassfileAnnotation
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-271-1/+1
| | | | | | | | Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
* optimizing irrefutable tuple matches and remove...Burak Emir2007-09-261-1/+1
| | | | | optimizing irrefutable tuple matches and removed -Ymatch-algo
* I hate the test script.Sean McDirmid2007-09-251-3/+3
|
* Fixing bugs neg/bug432.scala and neg/badtok-1.s...Sean McDirmid2007-09-251-2/+5
| | | | | | | Fixing bugs neg/bug432.scala and neg/badtok-1.scala. Also, removed buggy filtered mutable iterator. Replaced with one that doesn't support remove.
* Massive check-in for IDE.Sean McDirmid2007-09-1756-102/+96
|
* 1. added var pattern = expr syntaxMartin Odersky2007-09-103-5/+5
| | | | | | | 2. better error messages in two situations 3. fixed tickets 5, 33, 42 4. changed check files of 3 failing tests
* fixed lift build problem.Martin Odersky2007-08-304-0/+45
|
* NEW TEST BUG1279. FIXED CHECK FILE.Martin Odersky2007-08-223-1/+45
|
* fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-222-0/+18
| | | | | fixed 1275 by adding minimal early check to Namers so that overriding of type members in refinements cannot change number of type parameters (in principle the full overriding checks should be performed at a later point, when they don't cause cyclicity errors -- this is TODO)
* some fix for bug1279Martin Odersky2007-08-211-28/+0
| | | | | applied Koltsov patch
* Added test for structural refinement error cases.Gilles Dubochet2007-07-272-0/+64
|
* Fixed bug1210Martin Odersky2007-07-262-0/+35
|
* fixed bugs 1237, 1241Martin Odersky2007-07-253-1/+13
|
* new testMartin Odersky2007-07-252-0/+9
|
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-232-6/+15
|
* fixed 1231 (erroneously overriding abstract hig...Adriaan Moors2007-07-202-0/+15
| | | | | | fixed 1231 (erroneously overriding abstract higher-kinded type member with type member of kind * is not detected) --> added [type|term]SymbolDirect, which returns the symbol directly associated with a Type (i.e., without normalizing first)
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-202-2/+12
| | | | | | | classOf[Integer] now properly resolves to classOf[java.lang.Integer] because Predef.Integer (and Character) are @deprecated, had to update check files to include these warnings
* Qualifying Integer/Character references with ja...Sean McDirmid2007-07-201-2/+2
| | | | | Qualifying Integer/Character references with java.lang
* (no commit message)Lex Spoon2007-07-166-6/+6
|
* changes in check fileMartin Odersky2007-07-141-1/+1
|
* (no commit message)Lex Spoon2007-07-1312-0/+40
|