Skip to content

fix(core): ensure rust code is able to handle null terminal outputs#30494

Merged
AgentEnder merged 1 commit intomasterfrom
fix/null-terminal-outs
Apr 1, 2025
Merged

fix(core): ensure rust code is able to handle null terminal outputs#30494
AgentEnder merged 1 commit intomasterfrom
fix/null-terminal-outs

Conversation

@AgentEnder
Copy link
Copy Markdown
Member

Current Behavior

Somewhere in the ts side we are passing a value as null for terminal outputs. The rust code bails when this happens.

Expected Behavior

The rust side is able to handle it.

Related Issue(s)

Fixes #

@AgentEnder AgentEnder requested review from a team as code owners March 25, 2025 14:47
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 25, 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 Mar 27, 2025 2:19pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Mar 25, 2025

View your CI Pipeline Execution ↗ for commit e860360.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 34m 20s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 15s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check --base=c8e4e... ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 1s View ↗
nx documentation ✅ Succeeded 43s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-27 14:59:23 UTC

@AgentEnder AgentEnder force-pushed the fix/null-terminal-outs branch from 6583456 to e860360 Compare March 27, 2025 14:17
@AgentEnder AgentEnder merged commit 85bb61f into master Apr 1, 2025
12 checks passed
@AgentEnder AgentEnder deleted the fix/null-terminal-outs branch April 1, 2025 19:07
jaysoo pushed a commit that referenced this pull request Apr 2, 2025
…30494)

## Current Behavior
Somewhere in the ts side we are passing a value as null for terminal
outputs. The rust code bails when this happens.

## Expected Behavior
The rust side is able to handle it.

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 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 Apr 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.

2 participants