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
If foo/bar is not a valid repository, I would expect repo to be nil. Currently, it's set to an empty (but non-nil) Repository. I guess I just didn't really think about this when setting things up initially. This should be fixed throughout the library. It won't require changing any method signatures, just some behavior.
The text was updated successfully, but these errors were encountered:
take for example:
If
foo/bar
is not a valid repository, I would expect repo to be nil. Currently, it's set to an empty (but non-nil)Repository
. I guess I just didn't really think about this when setting things up initially. This should be fixed throughout the library. It won't require changing any method signatures, just some behavior.The text was updated successfully, but these errors were encountered: