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

Compile std output indicates the same contract several times #45

@armaniferrante

Description

@armaniferrante

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions