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

Clean up using cyclus:: declarations #610

Merged
merged 2 commits into from
May 30, 2024

Conversation

bennibbelink
Copy link
Contributor

Closes #605.

@bennibbelink bennibbelink changed the title Clean up using cyclus:: statements Clean up using cyclus:: declarations May 29, 2024
Copy link

github-actions bot commented May 29, 2024

Build Status Report - e4b2505 - 2024-05-29 13:35:50 -0500

Build FROM cyclus_20.04_apt/cyclus:latest
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_20.04_apt/cyclus:stable
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_20.04_conda/cyclus:latest
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_20.04_conda/cyclus:stable
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_apt/cyclus:latest
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_apt/cyclus:stable
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_conda/cyclus:latest
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_conda/cyclus:stable
  • Cycamore: Success
  • Cymetric: Success

@bennibbelink bennibbelink marked this pull request as ready for review May 29, 2024 18:46
Copy link
Member

@gonuke gonuke left a comment

Choose a reason for hiding this comment

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

Thanks @bennibbelink - LGTM. I wonder if we should offer some best practice documentation on if/when/how to use the using. I see that we tend to prefer it when there will be many references and it cleans up code, but not when there will be only one or two, in which case we fully resolve the name.

@gonuke gonuke merged commit 2cf5550 into cyclus:main May 30, 2024
10 checks passed
@bennibbelink
Copy link
Contributor Author

Made an issue in the site repo cyclus/cyclus.github.com#372

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.

Unnecessary using statements throughout repo
2 participants