Solidity Chronicles | Removing Submodules
Removing Submodule Mentions
This is probably going to be a shorter post.
Issue:
Remove mention of submodules from Docs and build scripts
Solution:
- Remove mention from documentation on building from source here. If you’re interested in what it said before, see the previous versions of the docs.
- Remove mention from the build lists:
- From appveyor.yml
- And this file was seperated to handle an unforseen build break: scripts/create_source_tarball.sh
Benefit:
- Reduces code that needs to be run
- Reduces chances of bugs
- Cleans up documentation.
Here’s the Pull Request. And it was merged, happily.