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 --quiet --quiet by default for om ci and om show #324

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

shivaraj-bh
Copy link
Member

resolves #300

@shivaraj-bh shivaraj-bh marked this pull request as draft October 18, 2024 22:14
@shivaraj-bh shivaraj-bh marked this pull request as ready for review October 18, 2024 22:45
@shivaraj-bh
Copy link
Member Author

shivaraj-bh commented Oct 18, 2024

I just realised, om ci might not need it yet, because devour_flake.rs pipes both stdout and stderr

let mut output_fut = cmd.stdout(Stdio::piped()).stderr(Stdio::piped()).spawn()?;

Edit: It will be useful during nix flake check when this case is hit:

for (k, v) in &subflake.override_inputs {
args.extend(["--override-input", k, v]);
}

@srid
Copy link
Member

srid commented Oct 19, 2024

In [what] situations do we need this done for om show?

@shivaraj-bh
Copy link
Member Author

In situations do we need this done for om show?

When nix_eval is called trying to fetch flake schemas:

let v = nix_eval::<Self>(nix_cmd, &flake_opts, &inspect_flake).await?;

@shivaraj-bh
Copy link
Member Author

On a second thought, it would be more appropriate to localise modifying NixCmd with --quiet --quiet right before where it is needed.

@srid
Copy link
Member

srid commented Oct 19, 2024

In [what] situations do we need this done for om show?

When nix_eval is called trying to fetch flake schemas:

Not sure I understand. I don't see any override input relate logs when running, for example,
image

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.

Use --quiet --quiet wherever possible to Nix
2 participants