Skip to content

Clean up Circuit Builder #741

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 10 commits into from
Dec 17, 2024
Merged

Clean up Circuit Builder #741

merged 10 commits into from
Dec 17, 2024

Conversation

matthiasgoergens
Copy link
Contributor

@matthiasgoergens matthiasgoergens commented Dec 12, 2024

@10to4 Your #740 reminded me of some old improvements I had lying around.

Especially the use of the standard library's join, instead of implementing the functionality manually.

}

name
chain!(self.get_namespaces(), once(&this)).join("/")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is mostly just realising that join exists and does exactly what we implemented above manually.

@matthiasgoergens matthiasgoergens added this pull request to the merge queue Dec 17, 2024
Merged via the queue into master with commit d7a51b2 Dec 17, 2024
6 checks passed
@matthiasgoergens matthiasgoergens deleted the matthias/dev-2 branch December 17, 2024 05:40
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