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

Detecting deployment dependencies for using #43

Open
mikeshultz opened this issue Jan 10, 2019 · 0 comments
Open

Detecting deployment dependencies for using #43

mikeshultz opened this issue Jan 10, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@mikeshultz
Copy link
Owner

Any libraries that use the using statement are not being detected as dependencies because the compilers are not making links. For example:

using SafeMath for int;

This is likely intentional behavior, but right now it does not appear that these dependencies are being detected for deployment properly. Look into how this statement is used by the compiler and what needs to be done, if anything, to detect dependencies for deployment.

@mikeshultz mikeshultz added the bug Something isn't working label Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant