Skip to content

fix(core): don't display fork script path in tui#30970

Merged
FrozenPandaz merged 2 commits intomasterfrom
fix/core/hide-fork-script-in-logs
May 1, 2025
Merged

fix(core): don't display fork script path in tui#30970
FrozenPandaz merged 2 commits intomasterfrom
fix/core/hide-fork-script-in-logs

Conversation

@AgentEnder
Copy link
Copy Markdown
Member

Current Behavior

The tui displays the path to the fork script in the pty pane

Expected Behavior

The tui displays a command that would be "close enough" to what is being ran in the pty pane

Related Issue(s)

Fixes #

@AgentEnder AgentEnder requested review from a team as code owners May 1, 2025 16:15
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview May 1, 2025 4:32pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented May 1, 2025

View your CI Pipeline Execution ↗ for commit e5d4947.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 39m 29s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 18s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 2s View ↗
nx documentation ✅ Succeeded 3m 15s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-01 17:18:22 UTC

execArgv: process.execArgv,
jsEnv: env,
quiet: !streamOutput,
commandLabel: `nx run ${task.id}`,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This doesn't seem like the right label? We want the underlying tool right? We already have the task id printed on the terminal output pane, we want to know what that task did?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This fork call is for runs that use executors, not run-commands

@@ -1,5 +1,6 @@
use std::collections::HashMap;
use tracing::trace;
use watchexec::command;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

unused

@FrozenPandaz FrozenPandaz merged commit 958985a into master May 1, 2025
6 checks passed
@FrozenPandaz FrozenPandaz deleted the fix/core/hide-fork-script-in-logs branch May 1, 2025 18:03
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2025

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants