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

fix(blueprint-proc-macro): fix bug where job IDs are not written in order to blueprint.json #542

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

tbraun96
Copy link
Collaborator

@tbraun96 tbraun96 commented Dec 11, 2024

This PR is for debugging and fixing bugs as I see them.

For example, I got this error when submitting a keygen (job_id=0):

Failed to submit job: Runtime(Module(ModuleError(<Services::TypeCheck>)))

When I checked the generated blueprint.json, the keygen job was the second element. So, when I set the job IDs to be in order with the blueprint.json file, that error went away. The real fix is to ensure the listed jobs are sorted by ID.

@drewstone drewstone merged commit b34c6f0 into main Dec 11, 2024
12 of 13 checks passed
@webb-spider webb-spider bot mentioned this pull request Dec 11, 2024
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