Skip to content

Conversation

juristr
Copy link
Member

@juristr juristr commented Sep 9, 2025

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

Copy link
Contributor

nx-cloud bot commented Sep 9, 2025

View your CI Pipeline Execution ↗ for commit 4611c48

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ❌ Failed 1h 5m 18s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 17s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗
nx documentation ✅ Succeeded 49s View ↗
nx affected -t e2e-macos-local --parallel=1 --b... ✅ Succeeded 21m 31s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-14 16:12:39 UTC

Copy link

vercel bot commented Sep 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 14, 2025 3:28pm

"properties": {
"directory": {
"description": "The directory of the new application.",
"description": "Full path to the application folder. When using positional name argument, this path should include the application name as the final segment.",
Copy link
Member

Choose a reason for hiding this comment

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

Would this be better to just include an example?

Suggested change
"description": "Full path to the application folder. When using positional name argument, this path should include the application name as the final segment.",
"description": "The directory of the new application. (e.g." /path/to/new-app"),

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought about it, but then wanted to keep it as short as possible. I need to do some testing how LLMs pick this new description up. And yeah in case I can add an example. The crucial part there is whether the positional name argument is used or not, so you'd need to include that in the example almost.

@juristr juristr force-pushed the fix/update-directory-generator-description branch from 4b68ad8 to 4611c48 Compare October 14, 2025 15:00
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 4611c48
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68ee658445754d00089f9dba
😎 Deploy Preview https://deploy-preview-32665--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

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

Nx Cloud has identified a possible root cause for your failed CI:

The pull request updates description fields in generator schema files to provide clearer documentation for the directory parameter across multiple Nx generators. These changes are purely textual documentation improvements in JSON schema files.

Both failing tasks are unrelated to the code changes:

The web:test failure occurs due to a corrupted ESLint cache file in the workspace-data directory. The error "ValueExpected in /home/workflows/workspace/.nx/workspace-data/eslint-2654242865465226088.hash at 1:1" indicates an empty or malformed hash file. Schema description text changes cannot cause cache file corruption, as they don't modify any code that generates or manages these cache files.

The e2e-next test failure is caused by an X11 display server connection error in the CI environment ("ERROR:connection.cc(63)] X connection error received"). This is an environmental issue where Cypress cannot connect to the display server to run component tests. Description text in schema files has no impact on display server connectivity or GUI test execution.

These are environmental state issues - corrupted cache files and CI infrastructure problems - that occur independently of the documentation changes made in this pull request. The changes modify only static text descriptions that are displayed to users; they do not alter any executable code paths, test logic, or system interactions that could trigger these failures.

A code change would likely not resolve this issue, so no action was taken.

Nx CloudView in Nx Cloud ↗


🎓 To learn more about Self Healing CI, please visit nx.dev

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.

2 participants