You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep the submodule dependencies lean and less bloated, we should remove surl dependency. By having this library the user is cloning the following repos
Submodule 'lib/surl' (https://github.com/memester-xyz/surl) registered for path 'lib/surl'
Submodule 'lib/forge-std' (https://github.com/foundry-rs/forge-std) registered for path 'lib/surl/lib/forge-std'
Submodule 'lib/solidity-stringutils' (https://github.com/Arachnid/solidity-stringutils) registered for path 'lib/surl/lib/solidity-stringutils'
Submodule 'lib/ds-test' (https://github.com/dapphub/ds-test) registered for path 'lib/surl/lib/forge-std/lib/ds-test'
Submodule 'lib/ds-test' (https://github.com/dapphub/ds-test) registered for path 'lib/surl/lib/solidity-stringutils/lib/ds-test'
(it includes an old version of Foundry v1.3.0 that includes ds-test as well).
The text was updated successfully, but these errors were encountered:
acuarica
added
build
Improve build, bundling or deployment process
dependencies
Add, update or remove dependency packages or files
and removed
build
Improve build, bundling or deployment process
labels
Dec 11, 2024
To keep the submodule dependencies lean and less bloated, we should remove
surl
dependency. By having this library the user is cloning the following repos(it includes an old version of Foundry
v1.3.0
that includesds-test
as well).The text was updated successfully, but these errors were encountered: