Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Compile std output indicates the same contract several times #45

Open
armaniferrante opened this issue Jan 14, 2019 · 0 comments
Open

Comments

@armaniferrante
Copy link
Contributor

armaniferrante commented Jan 14, 2019

When building some of the runtime test contracts, oasis-compile outputs the following

Building contracts for Oasis
   Compiling basic_wasm...
   Compiling rust-logistic...
   Compiling storage...
   Compiling deployed...
   Compiling existing...
   Compiling Builtins.sol...
   Compiling Builtins.sol...
   Compiling Builtins.sol...
   Compiling Counter.sol...
...

Note that Compiling Builtins.sol... is output 3 times even though there is one contract. Also, note that only one contract artifact is actually created, which is correct.

I suspect this because the Builtins.sol file actually has 1 contract with two libraries.

Acceptance criteria: correctly compile the artifacts while output Compiling Builtins.sol... once.

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

No branches or pull requests

1 participant