Skip to content

drop support for octal escape literals #10895

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

Closed
unkarjedy opened this issue Dec 23, 2020 · 1 comment · Fixed by #11140
Closed

drop support for octal escape literals #10895

unkarjedy opened this issue Dec 23, 2020 · 1 comment · Fixed by #11140
Labels
good first issue Perfect for someone who wants to get started contributing help wanted
Milestone

Comments

@unkarjedy
Copy link
Contributor

they were deprecated for ages in Scala 2 and were dropped in 2.13:
scala/scala#6324

@bishabosha bishabosha added good first issue Perfect for someone who wants to get started contributing help wanted labels Dec 23, 2020
@bishabosha
Copy link
Member

e.g. the following is illegal in Scala 2.13.4 but accepted in Scala 3.0.0-M3

scala> '\123'

tanishiking added a commit to tanishiking/scala3 that referenced this issue Jan 17, 2021
Closes scala#10895
Ref scala/scala#6324

This PR removes octal escape in String literals, which was deprecated
and removed in scala 2.
tanishiking added a commit to tanishiking/scala3 that referenced this issue Jan 18, 2021
Closes scala#10895
Ref scala/scala#6324

This PR removes octal escape in String literals, which was deprecated
and removed in scala 2.
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Perfect for someone who wants to get started contributing help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants