summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-072-1/+10
| | | | | | (1) Removed generation of $tag method for interfaces (2) improved type inference for clsoures (3) redesign of CharSequence and regex.
* test and fix for #631pradel2008-04-072-0/+19
|
* fixed #522Burak Emir2008-04-071-0/+21
|
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-044-2/+36
| | | | | | | | (1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)
* fixed Reifier crash #651Lukas Rytz2008-04-041-0/+4
|
* removed contractiveness requirement for implici...Martin Odersky2008-04-021-6/+1
| | | | | removed contractiveness requirement for implicit methods
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-021-0/+22
| | | | | | moved swing classes to package scala.swing; fixed bugs for regexes and parsers; fixed t0674.
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-022-0/+20
| | | | | | | Changed Stream implementation to use tail recursive calls directly, instead of tail-recursive local functions. This has better GC behavior, see ticket #692.
* fixed #713michelou2008-04-022-24/+39
|
* reverted parseattrubtevalue hack, fixed attribu...Burak Emir2008-03-272-0/+34
| | | | | reverted parseattrubtevalue hack, fixed attribute value parsing
* updated tests for Byte/Shortmichelou2008-03-251-5/+5
|
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-212-0/+5
|
* hello worldSean McDirmid2008-03-161-1/+1
|
* Moved the test to pending.Geoffrey Washburn2008-03-131-3/+0
|
* moved typerep test to jvm5michelou2008-03-122-0/+0
|
* updated typerep testmichelou2008-03-112-8/+19
|
* 1.Martin Odersky2008-03-101-0/+20
| | | | | | | | 2. Added * operator to RichString 3. changed zip in Array to accept arrays of different length 4. changed takeWhile/dropWhile in Array to yield Projections 5. Added Manifest types
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-092-1/+13
|
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-068-16/+16
| | | | | | | | | | SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
* ScalaDoc, etc.Geoffrey Washburn2008-03-051-7/+9
| | | | | | | | | | | of Settings. All doc related settings have been commented out of Settings (soon to be removed) and are now found in doc.Settings. -Ydoc is no more. I believe I have updated the scaladoc Ant task correctly, but it is not clear how to test it.
* Compiled nest.jar with JDK 1.4Philipp Haller2008-03-051-1/+1
|
* Fixed the test... I think.Geoffrey Washburn2008-03-051-1/+1
|
* Changed paths in resident compiler tests + scal...Philipp Haller2008-03-048-16/+16
| | | | | | Changed paths in resident compiler tests + scalatest so that partest can emulate it.
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-033-3/+3
| | | | | | Adjusted package name in test, so that it integrates easier with other tests.
* Fixed commit test (which breaks partest res tes...Philipp Haller2008-02-298-16/+16
| | | | | Fixed commit test (which breaks partest res tests again)
* Removed superfluous filesPhilipp Haller2008-02-298-35/+0
|
* Modified scalatest and .res files so that parte...Philipp Haller2008-02-2916-16/+51
| | | | | Modified scalatest and .res files so that partest can simulate it
* Fixed issue #586.Gilles Dubochet2008-02-291-0/+9
|
* Forgot to update the .check now that the test h...Geoffrey Washburn2008-02-281-5/+0
| | | | | Forgot to update the .check now that the test has changed.
* Do not run the test on IdentityHashMap because ...Geoffrey Washburn2008-02-281-1/+3
| | | | | Do not run the test on IdentityHashMap because of IBM Java 1.6 oddity.
* updated check fileMartin Odersky2008-02-261-0/+0
|
* fixed #520, #489Martin Odersky2008-02-266-0/+39
|
* Fixed #466.Iulian Dragos2008-02-262-0/+22
|
* fixed testsMartin Odersky2008-02-236-10/+10
|
* fixed #468michelou2008-02-222-85/+65
|
* fixed test caseMartin Odersky2008-02-221-4/+2
|
* added Seq[Char] arg to append/insertmichelou2008-02-221-4/+18
|
* added test case (serialization)michelou2008-02-212-0/+12
|
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-211-2/+2
| | | | | | Split DocDriver into DocDriver and DefaultDocDriver in moving towards support documentation plugins.
* uses readResolve for symbolsmichelou2008-02-201-1/+1
|
* fixed #523michelou2008-02-202-4/+16
|
* build now also works on Java 1.4 (uses RetroWea...michelou2008-02-191-1/+1
| | | | | build now also works on Java 1.4 (uses RetroWeaver)
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-182-2/+28
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.