Skip to content

refactor: use cargo-make's built-in arg expansion instead of custom plugin support in nested-cargo-workspace-in-cargo-make-emulated-workspace-support#201

Merged
wmmc88 merged 2 commits into
microsoft:mainfrom
wmmc88:remove-plugin-workaround
Aug 30, 2024
Merged

refactor: use cargo-make's built-in arg expansion instead of custom plugin support in nested-cargo-workspace-in-cargo-make-emulated-workspace-support#201
wmmc88 merged 2 commits into
microsoft:mainfrom
wmmc88:remove-plugin-workaround

Conversation

@wmmc88

@wmmc88 wmmc88 commented Aug 26, 2024

Copy link
Copy Markdown
Collaborator

Custom env var expansion was added to nested-cargo-workspace-in-cargo-make-emulated-workspace-support since cargo-make didn't support it. Now that sagiegurari/cargo-make#1132 has merged support for this in cargo-make itself, there is no longer a need to do this manually in the plugin.

This reverts commit 2d199bc.

fixes #194

Comment thread Makefile.toml
@wmmc88 wmmc88 force-pushed the remove-plugin-workaround branch from 42b0e39 to a495685 Compare August 27, 2024 18:31
@wmmc88 wmmc88 marked this pull request as ready for review August 30, 2024 18:22
@wmmc88 wmmc88 added this pull request to the merge queue Aug 30, 2024
Merged via the queue into microsoft:main with commit 5788223 Aug 30, 2024
@wmmc88 wmmc88 deleted the remove-plugin-workaround branch August 30, 2024 22:17
@wmmc88 wmmc88 mentioned this pull request Sep 27, 2024
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.

nested-cargo-workspace-in-cargo-make-emulated-workspace-support plugin should not need to modify task definitions

3 participants