summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
* added test case (serialization)michelou2008-02-212-0/+12
|
* 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)
* made semantics of MetaData append safer, fixed ...Burak Emir2008-02-161-3/+10
| | | | | made semantics of MetaData append safer, fixed test
* Fixed "natives" test to work on my Mac.Gilles Dubochet2008-02-073-8/+26
|
* added class BigDecimalmichelou2008-02-062-5/+39
|
* moved test to jvm5michelou2008-02-042-95/+0
|
* Fixed #377.Iulian Dragos2008-02-012-0/+95
|
* fixed missing merge in r13827michelou2008-01-291-13/+15
|
* demo of entity handlingBurak Emir2008-01-291-0/+16
|
* added test for optional attributesmichelou2008-01-292-1/+21
|
* support for <elem key={x:Option[Seq[Node]]} />,...Burak Emir2008-01-282-37/+49
| | | | | support for <elem key={x:Option[Seq[Node]]} />, so that Options can be used for optional attributes.
* checked testMartin Odersky2008-01-191-5/+2
|
* removed warningmichelou2008-01-181-7/+7
|
* removed more warningsmichelou2008-01-181-11/+11
|
* build target is now 1.5Martin Odersky2008-01-174-0/+912
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* Use String's »matches« method instead of »conta...Geoffrey Washburn2008-01-131-1/+1
| | | | | Use String's »matches« method instead of »contains«.
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-114-912/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* removed deprecated featuresmichelou2007-12-198-217/+109
|
* -target 1.5 now the default.Martin Odersky2007-12-192-7/+6
|
* added type param to Classmichelou2007-12-191-3/+4
|
* added accessor test (bis)michelou2007-12-051-0/+1
|
* added accessor testmichelou2007-12-051-15/+24
|
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-4/+11
| | | | | fixed namespace printing bug - props to DPP who found and reported it.
* Fixed ticket #10Iulian Dragos2007-11-212-0/+10
|
* fixed #209Martin Odersky2007-11-161-1/+2
|
* runtime tests of type representationmichelou2007-11-132-0/+421
|
* added/modified check filesMartin Odersky2007-10-261-4/+4
|
* enums can't be serializedmichelou2007-10-031-4/+4
|
* fixed #60 ampersand in xmlBurak Emir2007-09-142-0/+8
|
* minor changesmichelou2007-07-121-37/+39
|
* svn:keywordsmichelou2007-06-132-2/+2
|
* disabled debug flagmichelou2007-06-121-5/+5
|
* added .dll test library (Win32)michelou2007-06-123-6/+105
|
* added 64-bit librarymichelou2007-06-113-1/+2
|
* added test for @native attributemichelou2007-06-116-0/+65
|
* deprecated &f, .f, requires.Martin Odersky2007-06-051-2/+2
| | | | | Added existential types.
* fixed tests run/bridges.scala and jvm/inner.sca...michelou2007-04-301-12/+17
| | | | | fixed tests run/bridges.scala and jvm/inner.scala on IBM J9
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-302-17/+17
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* new pattern matching algoBurak Emir2007-03-223-14/+12
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-031-2/+4
| | | | | | | HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)
* added namespace testBurak Emir2007-03-021-0/+1
|
* fixed xml02Burak Emir2007-03-021-24/+13
|
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-023-41/+40
| | | | | | | | * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit
* added @serializable annotation to ListBuffermichelou2007-03-022-132/+164
|
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-271-0/+5
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-271-1/+26
| | | | | | + Utility.trim function to remove whitespace + tests
* * fixed x @ unapplypat bindingBurak Emir2007-02-251-0/+9
| | | | | * added Node.unapply, QNode.unapply
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-201-2/+2
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output