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
I have not found out why yet but we do a call to Submodule::url which is supposed to return an option but it panics unwrapping an internal option instead.
Apparently the return value of git_submodule_url is null which gets converted into None by opt_bytes and then unwrapped.
I have not found out why yet but we do a call to
Submodule::url
which is supposed to return an option but it panics unwrapping an internal option instead.Apparently the return value of
git_submodule_url
is null which gets converted intoNone
byopt_bytes
and then unwrapped.A stacktrace showing the issue can be seen here: getsentry/sentry-cli#361
The text was updated successfully, but these errors were encountered: