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

fix(core): address some wonkiness when merging command and run-commands #21315

Merged

Conversation

AgentEnder
Copy link
Member

Current Behavior

The command syntactic sugar is processes after targets are merged. This results in some weirdness if the base target uses command and the new target attempts to redefine that command inside options. Additionally, it causes some holes in the project source map.

Expected Behavior

Syntactic sugars are resolved before the targets are merged

Related Issue(s)

Fixes #

@AgentEnder AgentEnder requested a review from a team as a code owner January 24, 2024 20:48
@AgentEnder AgentEnder requested a review from Cammisuli January 24, 2024 20:48
Copy link

vercel bot commented Jan 24, 2024

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 28, 2024 9:59pm

@AgentEnder AgentEnder force-pushed the fix/inconsistent-merging-algorithm branch 2 times, most recently from 3b1b378 to 14e9604 Compare January 28, 2024 21:56
@AgentEnder AgentEnder force-pushed the fix/inconsistent-merging-algorithm branch from 14e9604 to 48164bd Compare January 28, 2024 21:58
@FrozenPandaz FrozenPandaz merged commit c811be5 into nrwl:master Jan 29, 2024
6 checks passed
Copy link

github-actions bot commented Feb 4, 2024

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 Feb 4, 2024
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