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

Task fixes #5513

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Task fixes #5513

merged 3 commits into from
Jul 15, 2024

Conversation

schaable
Copy link
Member

This PR includes 3 unrelated fixes for tasks that were discussed with Pato in a previous PR. These can be reviewed commit by commit:

  1. Ensure the taskArguments provided to the run method are not modified. Previously, this could happen when a default value was assigned to a missing argument.
  2. Fix a type error in the OptionDefinition.
  3. Validate the task object in the TaskManager. This is needed because the user can provide a plain task object instead of using the builders, skipping the validations.

@schaable schaable added the v-next A Hardhat v3 development task label Jul 11, 2024
@schaable schaable requested a review from alcuadrado July 11, 2024 23:05
@schaable schaable self-assigned this Jul 11, 2024
Copy link

vercel bot commented Jul 11, 2024

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

Name Status Preview Comments Updated (UTC)
hardhat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2024 11:05pm

Copy link

changeset-bot bot commented Jul 11, 2024

⚠️ No Changeset found

Latest commit: 76b414e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Jul 11, 2024
@schaable schaable merged commit 05a1a52 into v-next Jul 15, 2024
55 checks passed
@schaable schaable deleted the task-fixes branch July 15, 2024 14:22
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants