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

Deprecate ''' (single quote must be escaped in char literal) #10133

Closed
scabug opened this issue Jan 2, 2017 · 4 comments
Closed

Deprecate ''' (single quote must be escaped in char literal) #10133

scabug opened this issue Jan 2, 2017 · 4 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jan 2, 2017

Spec:

bq. A character literal is a single character enclosed in quotes. The character can be any Unicode character except the single quote delimiter...

scala 2.12.1> '\''
res0: Char = '

scala 2.12.1> '''
res1: Char = '
@scabug
Copy link
Author

scabug commented Jan 2, 2017

Imported From: https://issues.scala-lang.org/browse/SI-10133?orig=1
Reporter: @som-snytt
Affected Versions: 2.12.1

@scabug
Copy link
Author

scabug commented Jan 7, 2017

@som-snytt said:
scala/scala#5629

@scabug
Copy link
Author

scabug commented Feb 22, 2017

@adriaanm said:
We'll need to deprecate this first. ''' has been spotted in the wild

@scabug
Copy link
Author

scabug commented Feb 22, 2017

@som-snytt said:
Deprecation will be at scala/scala#5727

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

3 participants