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

GH-3279: Cake runner arguments as build script arguments #4142

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

FrankRay78
Copy link
Contributor

@FrankRay78 FrankRay78 commented Apr 7, 2023

This PR fully addresses, #3279 "Allow users to use any of the Cake runner arguments as build script arguments" (and indirectly #2794, which should be closed)

The feature has been implemented for both Cake and also Frosting, unit tests written for each to exercise this new functionality and protect against any regressions.

eg. cake --version will (continue to) run the built-in cake version feature, cake--version=1.2.3 will run the build feature and make the argument and value accessible to the cake build script.

This PR enables the passing of any of the built-in cake runner arguments, when found on the command line with an accompanying value, to the cake build script being executed.

** This PR will remain broken ** until spectre.console version 0.47.0 or above has been integrated, as it relies on a new configuration option that has been added to the spectre.console library particularly for this PR.

I will update the cake spectre.console package reference and push the change to this PR (fixing the build), once 0.47.0 is available on NuGet. FYI @patriksvensson

@augustoproiete
Copy link
Member

Thanks @FrankRay78 tests look good. Let's wait for Spectre.Console vNext to ship and get this one merged 💪🏻

@FrankRay78
Copy link
Contributor Author

FrankRay78 commented May 23, 2023

This PR is now blocked by #4157, "Upgrading to spectre.console 0.47.0 breaks the cake build"

@FrankRay78
Copy link
Contributor Author

Thanks @FrankRay78 tests look good. Let's wait for Spectre.Console vNext to ship and get this one merged 💪🏻

Hello @augustoproiete, I've now submitted the PR to upgrade spectre.console to the next version: #4236 . Apologies it's taken so long, there was a breaking change I found hard to work out.

If / when the PR is merged, I'll look to rebase this branch and see about getting this PR over the line. Never did I expect #3279, which this PR relates to, to take more than a year...

image

So much upstream spectre.console CLI work was needed to be done first.

@FrankRay78 FrankRay78 force-pushed the 3279-Cake-runner-arguments-as-build-script-arguments branch from 4473d4d to 09cf0d2 Compare October 30, 2023 13:43
@FrankRay78
Copy link
Contributor Author

Hello @augustoproiete, I've now been able to complete this PR given spectre.console has been upgraded to 0.47.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants