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

Proposal to add feature for easyest compile files independently of each other #6026

Open
KyryloKilin opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
status:ready This issue is ready to be worked on type:feature Feature request

Comments

@KyryloKilin
Copy link

Describe the feature

Problem:
By default, Hardhat compiles all files in the contracts directory.

This is not convenient (it can also be energy-consuming and time-consuming) if I only need to compile one specific file. For example, if I have 1.sol, 2.sol, 3.sol smart-contracts and I need to compile only one file 2.sol with whom I want to work at this moment in time.

Feature:
It would be convenient to improve the command npx hardhat compile so that it can be applied to a specific file when needed

Search terms

No response

@fvictorio fvictorio added this to Hardhat Dec 6, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Dec 6, 2024
@kanej kanej added type:feature Feature request status:ready This issue is ready to be worked on and removed status:triaging labels Dec 9, 2024
@kanej
Copy link
Member

kanej commented Dec 9, 2024

This is a great feature. We will add it as part of Hardhat 3's new compilation pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on type:feature Feature request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants