Bug with constraint solving default #172
Labels
bug
Something isn't working
help wanted
Extra attention is needed
triggers release
Major issue that when fixed, results in an "emergency" release
In constraint.pony:
that default, will fail entirely if the branch doesn't exist. Given that GitHub is making it easy to switch default branch names, this is highly problematic. Our tests for constraints fail if the repo being pulled doesn't have said branch. Which is problematic given the constraint exists. This is a bug that should be fixed.
To reproduce, change that "main" to a non-existent branch in our
corral-test-repo
(e.g.free-candy-branch
) and run the integration tests.The text was updated successfully, but these errors were encountered: