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

Compilation warning cleanup, including removal of deprecated octal literals. #578

Merged
merged 1 commit into from May 8, 2015

Conversation

metasim
Copy link
Member

@metasim metasim commented May 8, 2015

To remove the use of deprecated (in Scala) octal literals, took the approach of parsing octal strings via a string interpolator, in line with this SO on the issue:

http://stackoverflow.com/questions/16590236/scala-2-10-octal-escape-is-deprecated-how-to-do-octal-idiomatically-now/16591277#16591277

@muuki88
Copy link
Contributor

muuki88 commented May 8, 2015

Smooth! Thanks, happy to merge this :)

muuki88 added a commit that referenced this pull request May 8, 2015
Compilation warning cleanup, including removal of deprecated octal literals.
@muuki88 muuki88 merged commit 35a3e3b into sbt:master May 8, 2015
@metasim metasim deleted the metasim/deprecation-cleanup branch May 12, 2015 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants