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

Support external impl in class and adapter scopes. #905

Merged
merged 5 commits into from
Oct 26, 2021
Merged

Support external impl in class and adapter scopes. #905

merged 5 commits into from
Oct 26, 2021

Conversation

josh11b
Copy link
Contributor

@josh11b josh11b commented Oct 19, 2021

No description provided.

@josh11b josh11b requested review from a team as code owners October 19, 2021 22:54
@google-cla google-cla bot added the cla: yes PR meets CLA requirements according to bot. label Oct 19, 2021
Copy link
Contributor

@chandlerc chandlerc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm quite happy with this, but curious what the other leads think about whether this needs a proposal? To me, it is below my bar for that, but only barely so really open to what other leads think here. @zygoloid @KateGregory

docs/design/generics/details.md Outdated Show resolved Hide resolved
Copy link
Contributor

@zygoloid zygoloid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there's anything for a proposal to say here; we prepared for this syntax so there aren't really any other alternatives considered, and the background and problem statement are contained in the design doc change. On that basis, I don't see a need for a proposal, and I'm happy with this change.

Copy link
Contributor

@chandlerc chandlerc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, ship it!

@josh11b josh11b merged commit 9b3fcdd into carbon-language:trunk Oct 26, 2021
@josh11b josh11b deleted the external branch October 26, 2021 16:25
josh11b added a commit that referenced this pull request Dec 7, 2021
Includes a variety of changes:

Int -> i32
this -> me
expand terminology doc and add links to it
fix text to reflect inline external impl introduced in Support external impl in class and adapter scopes. #905
no longer have plans for runtime type parameters
style updates like removing parentheticals and "we"
observe is a "declaration" not a "statement", since it can appear outside function bodies
many individual updates, clean-ups, and fixes

Co-authored-by: Richard Smith <richard@metafoo.co.uk>
chandlerc pushed a commit that referenced this pull request Jun 28, 2022
Includes a variety of changes:

Int -> i32
this -> me
expand terminology doc and add links to it
fix text to reflect inline external impl introduced in Support external impl in class and adapter scopes. #905
no longer have plans for runtime type parameters
style updates like removing parentheticals and "we"
observe is a "declaration" not a "statement", since it can appear outside function bodies
many individual updates, clean-ups, and fixes

Co-authored-by: Richard Smith <richard@metafoo.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes PR meets CLA requirements according to bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants