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

Use strongly-typed BlueprintUuid #7328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jgallagher
Copy link
Contributor

A few yaks deep, I found myself wanting to do some diesel stuff that applied to blueprint IDs, but then realized we were still modeling them as plain Uuid. This converts most of them to BlueprintUuid (while leaving the Nexus external API untouched, which does affect a few Nexus internal endpoints too, hence the occasional .as_untyped_uuid() that shows up in this PR).

Copy link
Contributor

@sunshowers sunshowers left a comment

Choose a reason for hiding this comment

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

if it compiles, it (probably) works ;)

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