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

Ignore virtual import of 'dapple/test.sol'; #8

Open
johnbuckley opened this issue Mar 5, 2017 · 2 comments
Open

Ignore virtual import of 'dapple/test.sol'; #8

johnbuckley opened this issue Mar 5, 2017 · 2 comments

Comments

@johnbuckley
Copy link

Docs for dapple
https://dapple.readthedocs.io/en/latest/test/
state that dapple/test.sol is a virtual package
import 'dapple/test.sol'; // virtual "dapple" package imported when dapple test is run

When editing such test files in atom, linter should ignore this import and not report an error

@arashkiani
Copy link

import "zeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol"; produce source not found error, but i know for the fact the file is where it suppose to be.

@gzss666
Copy link

gzss666 commented Apr 3, 2018

I'm getting the same error.
import "zeppelin-solidity/contracts/token/ERC20/StandardToken.sol"; source not found error
can not found node_modules listfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants