dapp-org / radicle-contracts-tests

testing https://github.com/radicle-dev/radicle-contracts
14 stars 2 forks source link

No Inputs found? #2

Open gakonst opened 2 years ago

gakonst commented 2 years ago

What's happening

git clone https://github.com/dapp-org/radicle-contracts-tests
cd radicle-contracts-tests
dapp update
dapp build
+ dapp clean
+ rm -rf out
No input sources specified.

What I expected to happen

Code to compile

cloudhead commented 2 years ago

Are you not getting output with dapp update? I get this:

> dapp update
dapp-remappings: error: ./lib/ds-math is not a Git repository
dapp-remappings: error: try "dapp update" to initialize submodules
+ git submodule update --init --recursive
Submodule 'lib/ds-math' (https://github.com/dapphub/ds-math) registered for path 'lib/ds-math'
Submodule 'lib/ds-test' (https://github.com/dapphub/ds-test) registered for path 'lib/ds-test'
Submodule 'ens' (https://github.com/ensdomains/ens) registered for path 'lib/ens'
Submodule 'lib/ethregistrar' (https://github.com/ensdomains/ethregistrar) registered for path 'lib/ethregistrar'
Submodule 'openzeppelin-contracts' (https://github.com/OpenZeppelin/openzeppelin-contracts) registered for path 'lib/openzeppelin-contracts'
Submodule 'radicle-contracts' (https://github.com/radicle-dev/radicle-contracts) registered for path 'lib/radicle-contracts'
Submodule 'uniswap-lib' (https://github.com/Uniswap/uniswap-lib/) registered for path 'lib/uniswap-lib'
Submodule 'uniswap-v2-core' (https://github.com/Uniswap/uniswap-v2-core) registered for path 'lib/uniswap-v2-core'
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ds-math'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ds-test'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ens'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ethregistrar'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/openzeppelin-contracts'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/radicle-contracts'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/uniswap-lib'...
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/uniswap-v2-core'...
Submodule path 'lib/ds-math': checked out 'fa45427c0e0bb487335ae99a2e39564b3983a355'
Submodule 'lib/ds-test' (https://github.com/dapphub/ds-test) registered for path 'lib/ds-math/lib/ds-test'
Cloning into '/home/cloudhead/src/radicle/radicle-contracts-tests/lib/ds-math/lib/ds-test'...
Submodule path 'lib/ds-math/lib/ds-test': checked out 'c0b770c04474db28d43ab4b2fdb891bd21887e9e'
Submodule path 'lib/ds-test': checked out 'c0b770c04474db28d43ab4b2fdb891bd21887e9e'
Submodule path 'lib/ens': checked out '1d52240acf8fd3cd24d8490a2a0d45c08600f05c'
Submodule path 'lib/ethregistrar': checked out 'a3f987d0d015d2e36e58eddce327843abf9defd3'
Submodule path 'lib/openzeppelin-contracts': checked out '3b4c951838ddf82f4d2b44ae7c967f0573039f28'
Submodule path 'lib/radicle-contracts': checked out 'a62e21f3f8b494546620d2646b09609a6af5b2f9'
Submodule path 'lib/uniswap-lib': checked out 'c01640b0f0f1d8a85cba8de378cc48469fcfd9a6'
Submodule path 'lib/uniswap-v2-core': checked out '4dd59067c76dea4a0e8e4bfdda41877a6b16dedc'
gakonst commented 2 years ago

Yeah I get outpute for dapp update, but dapp build doesn't seem to compile? Does it compile for you?

d-xo commented 2 years ago

Wondering if you're missing some of the env vars that we set in the shell.nix?