Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use sys.exit() instead of Predef.exit() in Scala interpreter #7297

Closed
scabug opened this issue Mar 24, 2013 · 2 comments
Closed

use sys.exit() instead of Predef.exit() in Scala interpreter #7297

scabug opened this issue Mar 24, 2013 · 2 comments

Comments

@scabug
Copy link

scabug commented Mar 24, 2013

C:\Temp>scala -deprecation
Welcome to Scala version 2.10.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_32).
Type in expressions to have them evaluated.
Type :help for more information.

scala> exit
<console>:8: warning: method exit in object Predef is deprecated: Use `sys.exit()` instead
              exit
              ^
@scabug
Copy link
Author

scabug commented Mar 24, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7297?orig=1
Reporter: @michelou
Affected Versions: 2.10.1
Duplicates #4563

@scabug
Copy link
Author

scabug commented Mar 25, 2013

@retronym said:
Duplicate of #4563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants