Skip to content

Fix up #10418 for 32-bit platforms. #10433

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

Merged

Conversation

jrose-apple
Copy link
Contributor

...where swift::TwoWordPair is defined a little less freely. I was a little too clever here!

...where swift::TwoWordPair is defined a little less freely.
@jrose-apple
Copy link
Contributor Author

(That's #10418.)

@swift-ci Please test macOS

@jrose-apple
Copy link
Contributor Author

@swift-ci Please smoke test Linux

@jrose-apple
Copy link
Contributor Author

cc build czar @dabrahams and general buildmaster @shahmishal

jrose-apple referenced this pull request Jun 21, 2017
…#10418)

Logs a warning the first time a problematic class is archived or
unarchived. We expect people to actually fix these issues, so the
performance of the warning isn't too important.

Sample output:

  [timestamp] Attempting to archive Swift class '_Test.Outer.ArchivedThenUnarchived', which does not have a stable runtime name.
  [timestamp] Use the 'objc' attribute to ensure that the runtime name will not change: "@objc(_TtCC5_Test5Outer22ArchivedThenUnarchived)"
  [timestamp] If there are no existing archives containing this class, you can choose a unique, prefixed name instead: "@objc(ABCArchivedThenUnarchived)"

Finishes rdar://problem/32414508
@jrose-apple jrose-apple merged commit f868d6d into swiftlang:master Jun 21, 2017
@jrose-apple jrose-apple deleted the fix-log-on-unstable-mangled-names branch June 21, 2017 02:24
jrose-apple added a commit to jrose-apple/swift that referenced this pull request Jun 21, 2017
...where swift::TwoWordPair is defined a little less freely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant