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
Thanks to #159, we have a list of dependencies of each exercise. But _test/bootstrap.sh still has a hard-coded list, which could fall out of date. We shouldn't have to maintain two lists of dependencies. Since _test/depdendencies.txt is the canonical source, then _test/bootstrap.sh should use it!
The text was updated successfully, but these errors were encountered:
* bootstrap: Use dependencies.txt to list packages
Thanks to #159, we have a list of dependencies of each exercise. We
should replace the current hard-coded list in `bootstrap.sh` with one
inferred from `dependencies.txt`.
Closes#175
Thanks to #159, we have a list of dependencies of each exercise. But
_test/bootstrap.sh
still has a hard-coded list, which could fall out of date. We shouldn't have to maintain two lists of dependencies. Since_test/depdendencies.txt
is the canonical source, then_test/bootstrap.sh
should use it!The text was updated successfully, but these errors were encountered: