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

Add Shape::get_handle, Shape::get_handle_or_insert #417

Merged
merged 4 commits into from
Apr 1, 2022
Merged

Conversation

hannobraun
Copy link
Owner

These methods can be useful for users of fj-kernel, but I also have some work-in-progress code that uses them within the kernel, to great benefit. Specifically, they are useful building blocks for extending the builder API, which can be used to simplify test code, which in turn is going to be useful for addressing #105.

This is required for a method I'm working on right now.
It doesn't need the `&mut self`, and requiring it in the first place has
been an oversight.
@hannobraun hannobraun enabled auto-merge April 1, 2022 16:25
@hannobraun hannobraun merged commit 6f83081 into main Apr 1, 2022
@hannobraun hannobraun deleted the get_handle branch April 1, 2022 16:33
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