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

[SR-840] Implement support for SE-0034 -> Renaming #line directive to #setline #43452

Closed
lattner mannequin opened this issue Feb 28, 2016 · 1 comment
Closed

[SR-840] Implement support for SE-0034 -> Renaming #line directive to #setline #43452

lattner mannequin opened this issue Feb 28, 2016 · 1 comment
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself good first issue Good for newcomers

Comments

@lattner
Copy link
Mannequin

lattner mannequin commented Feb 28, 2016

Previous ID SR-840
Radar None
Original Reporter @lattner
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, StarterBug
Assignee @dduan
Priority Medium

md5: 28f499254e42a1ef079ef74eed3cfc2b

Issue Description:

SE-0034 has been accepted. To implement it we need:

  • To recognize the new #setline directive, as an alias for #line.

  • Update the test suite and any uses in the swift project to generate the new form.

  • Continue to recognize the existing #line directive, but produce a warning and a fixit hint to rename it to #setline.

@dduan
Copy link
Collaborator

dduan commented Mar 1, 2016

#1501

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant