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

has_definition_started accessor for entities #4730

Merged
merged 8 commits into from
Dec 21, 2024

Conversation

josh11b
Copy link
Contributor

@josh11b josh11b commented Dec 20, 2024

Note that I left some calls to is_defined() where I thought they were interchangeable.

@josh11b josh11b requested a review from zygoloid December 20, 2024 19:14
@github-actions github-actions bot requested a review from chandlerc December 20, 2024 19:14
@josh11b josh11b removed the request for review from chandlerc December 20, 2024 19:15
@@ -45,13 +45,19 @@ struct Impl : public EntityWithParamsBase,
out << "{self: " << self_id << ", constraint: " << constraint_id << "}";
}

// Determines whether the definition of this impl has begun. This is false
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it make sense to move this onto EntityWithParamsBase?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure.

@josh11b josh11b changed the title has_definition_started accessor for impls has_definition_started accessor for entities Dec 20, 2024
@josh11b josh11b enabled auto-merge December 20, 2024 22:19
@josh11b josh11b added this pull request to the merge queue Dec 20, 2024
Merged via the queue into carbon-language:trunk with commit 01ca9f0 Dec 21, 2024
8 checks passed
@josh11b josh11b deleted the def branch December 21, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants