Skip to content

Merge user's output selection with our defaults#6668

Merged
zoeyTM merged 3 commits intov-nextfrom
merge-output-selection
May 6, 2025
Merged

Merge user's output selection with our defaults#6668
zoeyTM merged 3 commits intov-nextfrom
merge-output-selection

Conversation

@zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented May 6, 2025

resolves #6551

@changeset-bot
Copy link

changeset-bot bot commented May 6, 2025

🦋 Changeset detected

Latest commit: a6c7e85

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
hardhat Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

This comment was marked as off-topic.

@zoeyTM zoeyTM requested review from galargh and kanej May 6, 2025 10:41
@zoeyTM zoeyTM force-pushed the merge-output-selection branch from 77fcdd8 to 971facd Compare May 6, 2025 10:53
outputSelection["*"]["*"] ??= [];

outputSelection["*"][""].push("ast");
outputSelection["*"]["*"].push(
Copy link
Member

Choose a reason for hiding this comment

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

Does it matter that there are duplicates?

Copy link
Member

Choose a reason for hiding this comment

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

We have opted to defer on this question. If duplicates are a problem we can add explicit removal code.

Copy link
Member

@kanej kanej left a comment

Choose a reason for hiding this comment

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

LGTM

@zoeyTM zoeyTM added this pull request to the merge queue May 6, 2025
Merged via the queue into v-next with commit 401874d May 6, 2025
84 checks passed
@zoeyTM zoeyTM deleted the merge-output-selection branch May 6, 2025 11:33
@github-project-automation github-project-automation bot moved this from Backlog to Done in Hardhat May 6, 2025
@kanej kanej linked an issue May 15, 2025 that may be closed by this pull request
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Cannot add storageLayout to compiler output selection

3 participants