Skip to content

[SE-0101] Migrate sizeof() to MemoryLayout #578

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
merged 1 commit into from
Jul 30, 2016
Merged

[SE-0101] Migrate sizeof() to MemoryLayout #578

merged 1 commit into from
Jul 30, 2016

Conversation

gribozavr
Copy link
Contributor

@gribozavr gribozavr commented Jul 30, 2016

Originally by @rintaro.

Depends on swiftlang/swift#3854

SE-0101 removes sizeof, sizeofValue and related functions from the stdlib.
This PR is migrating them to newly introduced MemoryLayout<T> values.

@gribozavr
Copy link
Contributor Author

@swift-ci Please test

@gribozavr gribozavr mentioned this pull request Jul 30, 2016
@gribozavr
Copy link
Contributor Author

macOS failed for unrelated reasons, but I tested locally, and it passes the tests. Waiting for Linux.

@gribozavr
Copy link
Contributor Author

@swift-ci Please test

@gribozavr gribozavr merged commit bf1840d into master Jul 30, 2016
@gribozavr gribozavr deleted the SE-0101 branch July 30, 2016 04:35
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