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

Check if/how hardhat can operate in interactive mode reliably #5763

Open
galargh opened this issue Sep 19, 2024 · 0 comments
Open

Check if/how hardhat can operate in interactive mode reliably #5763

galargh opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task

Comments

@galargh
Copy link
Member

galargh commented Sep 19, 2024

As mentioned in https://www.notion.so/nomicfoundation/hardhat-init-v3-5dad46fe591d4d88afda6d5f448e6a56?pvs=4#103578cdeaf580c18a7ec63af06b88fe, historically, hardhat could not operate interactively in some setups, e.g. Windows x Git Bash. Some tools approach this problem by running their own process via winpty (e.g. yarn).

As part of this task one should:

  • compose a list of setups that were reported to us not to support interactiveness in the past
  • verify process.stdout.isTTY is still being set incorrectly for them
  • verify running hardhat via winpty solves the issue and/or fina alternative solutions
  • implement the solution for hardhat v3
@galargh galargh added the v-next A Hardhat v3 development task label Sep 19, 2024
@galargh galargh self-assigned this Sep 19, 2024
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Sep 19, 2024
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 v-next A Hardhat v3 development task
Projects
Status: Backlog
Development

No branches or pull requests

1 participant