summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Maintenance of Predef.Paul Phillips2013-02-121-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Deprecates much of Predef and scala.Console, especially: - the read* methods (see below) - the set{Out,Err,In} methods (see SI-4793) 2) Removed long-deprecated: - Predef#exit - Predef#error should have gone, but could not due to sbt At least the whole source base has now been future-proofed against the eventual removal of Predef#error. The low justification for the read* methods should be readily apparent: they are little used and have no call to be in global namespace, especially given their weird ad hoc semantics and unreasonably tempting names such as readBoolean(). 3) Segregated the deprecated elements in Predef from the part which still thrives. 4) Converted all the standard Predef implicits into implicit classes, value classes where possible: - ArrowAssoc, Ensuring, StringFormat, StringAdd, RichException (value) - SeqCharSequence, ArrayCharSequence (non-value) Non-implicit deprecated stubs prop up the names of the formerly converting methods.
* Begone t1737...Hubert Plociniczak2011-11-021-21/+21
|
* Fixed #2850 -- while inside finally causes Veri...Iulian Dragos2010-01-071-0/+19
| | | | | Fixed #2850 -- while inside finally causes VerifyError, review by rytz
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-2/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fixed spellingAntonio Cunei2008-08-311-1/+1
|
* Fixed #466.Iulian Dragos2008-02-261-0/+18
|
* Fixed ticket #244.Iulian Dragos2007-11-201-0/+16
|
* Fixed ticket #88 (verify error, exceptions).Iulian Dragos2007-09-241-0/+12
|
* Fixed dead code elimination phase: Iulian Dragos2007-09-131-2/+2
| | | | | | | - better handling of 'dead' DROP - fixed computeCompensations (VerifyErrors in corner cases) - fixed generation of LOAD_EXCEPTION on all exceptional paths, when optimizations enabled
* Rolled back the change to trick the constant fo...Iulian Dragos2007-07-131-2/+1
| | | | | Rolled back the change to trick the constant folder.
* Guarded one test against the constant folder.Iulian Dragos2007-07-121-1/+2
|
* Added test case for bug #1020.Iulian Dragos2007-03-261-3/+16
|
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-291-0/+41
|
* Fixed bug regarding 'return's inside try-finall...Iulian Dragos2006-09-251-0/+32
| | | | | Fixed bug regarding 'return's inside try-finally blocks
* Fixed bug #632 and updated test file.Iulian Dragos2006-06-201-2/+1
|
* Fixed two try-finally bugs.Iulian Dragos2006-05-191-1/+38
|
* Added more test files for try-catch blocks.Iulian Dragos2006-01-301-0/+164