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

feat: store debug files with build infos #473

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Conversation

kanej
Copy link
Member

@kanej kanej commented Sep 14, 2023

If a build info is stored for a future id, record a debug file as a pointer. The debug file is a sibling to the artifact file, so under ./ignition/deployments/<depid>/artifacts:

  • LockModule#Lock.json
  • LockModule#Lock.dbg.json

The dbg file points at the Ignition build info file via a relative path.

@kanej kanej changed the title zfeat: store debug files with build infos feat: store debug files with build infos Sep 14, 2023
Copy link
Member

@alcuadrado alcuadrado left a comment

Choose a reason for hiding this comment

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

Left a small comment but LGTM

If a build info is stored for a future id, record a debug file as a
pointer. The debug file is a sibling to the artifact file, so under
`./ignition/deployments/<depid>/artifacts`:

- `LockModule#Lock.json`
- `LockModule#Lock.dbg.json`

The dbg file points at the Ignition build info file via a relative path.

Resolves #472.
@kanej kanej linked an issue Sep 14, 2023 that may be closed by this pull request
@kanej kanej merged commit 5bf67c1 into development Sep 14, 2023
6 checks passed
@kanej kanej deleted the feat/dbg-files branch September 14, 2023 21:31
@kanej kanej mentioned this pull request Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Write out debug file
2 participants