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-4032] Inactive swift version condition branch still be parsed #46615

Closed
rintaro mannequin opened this issue Feb 22, 2017 · 1 comment
Closed

[SR-4032] Inactive swift version condition branch still be parsed #46615

rintaro mannequin opened this issue Feb 22, 2017 · 1 comment
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself parser Area → compiler: The legacy C++ parser

Comments

@rintaro
Copy link
Mannequin

rintaro mannequin commented Feb 22, 2017

Previous ID SR-4032
Radar None
Original Reporter @rintaro
Type Bug
Status Resolved
Resolution Done
Environment

Xcode 8.3 beta 2 (8W120l)
Apple Swift version 3.1 (swiftlang-802.0.31.3 clang-802.0.30.2)
Target: x86_64-apple-macosx10.9

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, Parser
Assignee @rintaro
Priority Medium

md5: 44b4d6e8d5e1523b28134973b0bf5abd

Issue Description:

This is correctly accepted.

#if swift(>=6.0)
  Create the future! 
#endif

However, if it's combined with && operator, it's rejected.

#if swift(>=6.0) && FOO
  Create the future! // error
#endif

This block should not be parsed.

@rintaro
Copy link
Mannequin Author

rintaro mannequin commented May 19, 2017

#7955

@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 parser Area → compiler: The legacy C++ parser
Projects
None yet
Development

No branches or pull requests

0 participants