Skip to content

[SE-0101] Migration #491

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 2 commits into from
Jul 30, 2016
Merged

[SE-0101] Migration #491

merged 2 commits into from
Jul 30, 2016

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Jul 29, 2016

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.

@rintaro
Copy link
Member Author

rintaro commented Jul 29, 2016

@atrick @gribozavr This PR includes some .size => .stride change.
Could you take a look?

@gribozavr gribozavr changed the title [Do not merge yet][SE-0101] Migration [SE-0101] Migration Jul 29, 2016
@gribozavr
Copy link
Contributor

LGTM. The .size => .stride bugfixes LGTM as well.

@gribozavr
Copy link
Contributor

@swift-ci Please test

1 similar comment
@gribozavr
Copy link
Contributor

@swift-ci Please test

@gribozavr gribozavr merged commit e367429 into swiftlang:master Jul 30, 2016
@rintaro rintaro deleted the SE-0101 branch August 1, 2016 07:04
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.

2 participants