summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* added EOLs, missing headersmichelou2008-06-104-31/+26
|
* int -> Int, etc..michelou2008-06-1018-263/+262
|
* fix for #1009pradel2008-06-102-0/+7
|
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-102-0/+55
| | | | | | | | Fixing #1015 and #1017 when run inside of a script. #1015 still won't work in the interpreter. #1017 still won't work in the interperter or methods.
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-063-2/+54
|
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-062-0/+35
| | | | | makeRichChar to, until return RandomAccessSeq.Projection (#970)
* added tests for open bugspradel2008-06-064-0/+17
|
* Fixed #981.Iulian Dragos2008-06-041-0/+19
|
* Fixed #948.Iulian Dragos2008-06-032-1/+17
|
* fixed #807. More stuff for virtual classes.Martin Odersky2008-05-301-0/+5
|
* Iterator.collect method (#916)stepancheg2008-05-272-0/+5
|
* Tried adding a test for t0947, but I can't seem...Geoffrey Washburn2008-05-252-0/+9
| | | | | | Tried adding a test for t0947, but I can't seem to make the program cooperate with scalatest.
* Implement #886: indexOf, findIndexOfstepancheg2008-05-242-0/+16
| | | | | | | | introduces Iterator indexOf, findIndexOf moved indexOf, findIndexOf bodies from Iterable to Iterator deprecated Iterable indexOf, findIndexOf introdued Seq indexOf, findIndexOf
* Fixed #807. Removed debug outout in JavaParsers.Martin Odersky2008-05-232-0/+6
|
* fixed #936Martin Odersky2008-05-231-0/+17
|
* fixed #911.Martin Odersky2008-05-225-1/+50
|
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-222-0/+15
|
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-215-0/+64
| | | | | added tests; fixed #903; made Predef.Map covariant in second parameter.
* fixed test caseMartin Odersky2008-05-211-88/+0
|
* fixed #665Martin Odersky2008-05-211-0/+113
|
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-204-8/+18
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* int -> Int, etc..michelou2008-05-202-21/+21
|
* int -> Int, etc..michelou2008-05-209-108/+103
|
* int -> Int, etc..michelou2008-05-209-89/+90
|
* int -> Int, etc..michelou2008-05-205-18/+18
|
* int -> Int, etc..michelou2008-05-204-56/+57
|
* int -> Int, etc..michelou2008-05-205-27/+25
|
* int -> Int, etc..michelou2008-05-203-12/+16
|
* More deprecation warnings fixed.Iulian Dragos2008-05-1914-62/+62
|
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-191-1/+1
| | | | | | Deprecate all of the problematic + methods, and removed those that never appeared in a release.
* Fixed classOf problems (issues #841, #876).Iulian Dragos2008-05-173-5/+50
| | | | | Updated manifests.check to reflect the new way 'void' is represented.
* - updated partest to work with SuperSabbus (pac...Lukas Rytz2008-05-072-6/+6
| | | | | | | | - updated partest to work with SuperSabbus (pack direcotry) and installed distributions.\n-removed 'latestFjbgFile' where apropriate, because fjbg is now included in scala-compiler.jar.\n-updated runner scripts to work with an installed distribution.
* made manifests serializablemichelou2008-05-022-0/+86
|
* Fix for #483.Geoffrey Washburn2008-05-011-1/+1
|
* Fix for #773. Geoffrey Washburn2008-05-011-3/+0
| | | | | | | | Problem was calling incompleteInputError multiple times would escalate the problem to be treated as a "real" error. This does not appear to be the correct semantics. Tried to fix this up as best as possible, but Sean needs to investigate the implications for the Eclipse plugin.
* Hopefully fixed the annoying jvm/inner test cas...Gilles Dubochet2008-04-291-3/+9
| | | | | Hopefully fixed the annoying jvm/inner test case this time.
* Rolled back r14773, until I figure out why the ...Iulian Dragos2008-04-292-17/+0
| | | | | Rolled back r14773, until I figure out why the plugin breaks.
* Fixed jvm/inner test to work on a Java distribu...Gilles Dubochet2008-04-291-2/+3
| | | | | | Fixed jvm/inner test to work on a Java distribution where jre and sdk bin folders are separate.
* Fixed protected accessor for inherited java mem...Iulian Dragos2008-04-222-0/+17
| | | | | | Fixed protected accessor for inherited java members in traits (see ticket #151).
* Applied the patch for Either after some revisions.Geoffrey Washburn2008-04-181-0/+253
|
* Added test case for t595.Philipp Haller2008-04-172-0/+7
|
* Simple pending test for virtual classes.Geoffrey Washburn2008-04-141-0/+9
|
* method NodeSeq#\ supports arguments like "@{uri...Burak Emir2008-04-131-3/+31
| | | | | method NodeSeq#\ supports arguments like "@{uri}attrname" for searching prefixed attributes.
* made xml.pull functionalBurak Emir2008-04-121-0/+31
|
* added test cases for #710 and #346Burak Emir2008-04-101-1/+71
|
* moving checkfile for console.scala to right loc...Lukas Rytz2008-04-101-0/+0
| | | | | moving checkfile for console.scala to right location
* fixed 495 again (this fix no longer ignores gua...Burak Emir2008-04-091-0/+15
| | | | | fixed 495 again (this fix no longer ignores guards), with test
* updated check filev2.7-divergedMartin Odersky2008-04-091-5/+2
|
* Move the test because it will fail on jvm1.4.Geoffrey Washburn2008-04-081-0/+0
|
* Trunk version of console now uses printf.Geoffrey Washburn2008-04-081-1/+1
|