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
Rename nonexistent repo in Makefile from foo to nonexistent
The nonexistent repo used to get data from a 404 response in the
`update-curl-fixtures` rule was formerly called `foo`. This renames
it to `nonexistent`, which is more self-documenting and less likely
to be created by accident, even temporarily.
In 1ea08bf (GitoxideLabs#1624), it was changed from `Byron/foo` to
`GitoxideLabs/foo`, going along with the change of the existing
repository (gitoxide's own) from `Byron/gitoxide` to
`GitoxideLabs/gitoxide`. But while `Byron/foo` would continue not
to exist as long as the convention of not having a `foo` repo was
maintained by `@Byron`, a `foo` repository in `GitoxideLabs` might
someday be created by another developer who is not aware of its
status in `Makefile`. Renaming it to `nonexistent` should make this
easier to avoid.
0 commit comments