这是indexloc提供的服务,不要输入任何密码
Skip to content

Hoist DryRunSummary fields to PackageTask #3615

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

Merged
merged 4 commits into from
Feb 3, 2023
Merged

Conversation

mehulkar
Copy link
Contributor

@mehulkar mehulkar commented Feb 3, 2023

The PackageTask abstraction has some statically analyzable information about the task, and DryRunSummary collects the rest. Hoisting as much of this information up to the PackageTask will make it easier to make it available on RealRuns without duplicating code. Ideally, DryRun doesn't do anything except print the information we already have.

This PR extracts some bits of #3431 without changing any behavior

@vercel
Copy link

vercel bot commented Feb 3, 2023

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

Name Status Preview Comments Updated
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-cra-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 7:42PM (UTC)
turbo-site 🔄 Building (Inspect) Visit Preview Feb 3, 2023 at 7:42PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2023

🟢 CI successful 🟢

Thanks

@mehulkar mehulkar force-pushed the mk/rsp-package-task branch from 9b3c8ab to a12ceea Compare February 3, 2023 02:19
The `PackageTask` abstraction has some statically analyzable information
about the task, and DryRunSummary collects the rest. Hoisting as much of
this information up to the PackageTask will make it easier to make it
available on `RealRun`s without duplicating code. Ideally, DryRun doesn't
do anything except print the information we already have.
@mehulkar mehulkar force-pushed the mk/rsp-package-task branch from a12ceea to 25c33c0 Compare February 3, 2023 02:24
@mehulkar mehulkar marked this pull request as ready for review February 3, 2023 08:06
@mehulkar mehulkar requested a review from a team as a code owner February 3, 2023 08:06
Copy link
Contributor

@arlyon arlyon left a comment

Choose a reason for hiding this comment

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

No complaints but I'll leave it to someone else with more context to give the final ✔️

@mehulkar mehulkar enabled auto-merge (squash) February 3, 2023 18:41
@mehulkar mehulkar added the pr: autoupdate Kodiak will merge base branch into PRs with this label label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: autoupdate Kodiak will merge base branch into PRs with this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants