-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI UI: emit markup for grouping log lines #23
Comments
Some initial thoughts:
Questions:
|
uh, I think doing this properly without scope-creeping flake-iter requires a lot more thought, and probably a separate library or finding one which does this already. Might come back if I have a more constructive idea, closing for now. Sorry about the noise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a hard time navigating flake-iter logs in CI (they're long 😅).
I'll use GitHub Actions as an example to motivate this.
I'd like to group the log lines by derivation for easier navigation.
So this:
2025-03-13T12:14:56.332927Z DEBUG flake_iter::cmd::build: Building derivation 1 of 4 drv="/nix/store/naagvgp1cpkhs8ab653a34qlah8b349d-treefmt-check.drv^*" this derivation will be built: /nix/store/naagvgp1cpkhs8ab653a34qlah8b349d-treefmt-check.drv
Should mark the starting of something like this:
Happy to take a swing at this, but wanted to check in first.
The text was updated successfully, but these errors were encountered: