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-6378] PRId64 doesn't seem to be imported. #48928

Open
swift-ci opened this issue Nov 13, 2017 · 1 comment
Open

[SR-6378] PRId64 doesn't seem to be imported. #48928

swift-ci opened this issue Nov 13, 2017 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-6378
Radar None
Original Reporter mdmorris (JIRA User)
Type Bug
Environment

Swift 4 REPL from Xcode 9.1 in Terminal on MacOS Sierra,
Swift 4 IBM Swift Sandbox, Linux x86-64
Swift 3.1 IBM Swift Sandbox, Linux x86-64

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, ClangImporter
Assignee None
Priority Medium

md5: 2b4036d6505276dbaab55e4dc2a56d61

Issue Description:

Not that this is very important, but I noticed that let format = "%(PRId64)" produced error: use of unresolved identifier 'PRId64', but the other PRId constants worked fine.

@belkadan
Copy link
Contributor

Yep, the form of the PRId64 macro is more complicated than some of the others, so Swift can't import it today.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
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
Projects
None yet
Development

No branches or pull requests

2 participants