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
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
AssertionError [ERR_ASSERTION]: Got an invalid history back, expected HEAD of linked package (devel:languages:ruby:extensions/rubygem-nokogiri) to be at undefined or 30cd3513bb3264cdf0350a5c398faf09 but got a356e1cb541160288f9465fc03c57617
This is caused by us using linkrev=base to fetch the expanded revisions in
The following code fails:
with an assertion:
This is caused by us using
linkrev=base
to fetch the expanded revisions inopen-build-service-api/src/history.ts
Line 215 in c108991
This works mostly, but it breaks if we have a package that has been branched, as then the following assertion fails:
open-build-service-api/src/history.ts
Line 487 in c108991
This might be possible to fix by inserting the expanded revisions with and without
linkrev=base
into the commit cache.The text was updated successfully, but these errors were encountered: