Closed stefantalpalaru closed 4 years ago
submodule was always a pain, should probably switch to git-subrepo so that upstream can't break it…
As long as you target a certain commit and upstream decides to make that commit disappear, there's nothing you can do to prevent it.
git-subrepo will put an actual clone of upstream into this repository. If a commit vanishes upstream, it may be tricky to update the clone but that would only affect maintainers. Users will still be able to clone this repo with the currently cloned upstream state and thus not be affected by upstream, which is the goal.
Is there a workaround for this atm?
I changed the commit reference to a release tag, they surely won't break those.
Upstream issue: https://github.com/yaml/yaml-test-suite/issues/51