NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.18k stars 1.38k forks source link

hardhat-vyper plugin does not follow symbolic links #3187

Open RomarQ opened 2 years ago

RomarQ commented 2 years ago

When compiling a vyper contract which is a symbolic link, it fails with the following message: Error in plugin hardhat-vyper: File should always be found.

It works fine for hard links.

github-actions[bot] commented 2 years ago

This issue is also being tracked on Linear.

We use Linear to manage our development process, but we keep the conversations on Github.

LINEAR-ID: 347b2438-3b5f-4bdd-b233-3f68d3e7ae21

fvictorio commented 1 year ago

Weird that it does work for solidity files. Thanks for reporting this @RomarQ.