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
When uploading files lib and dep to an update site, where lib depends on dep, and dep is currently an obsolete file (but would no longer be obsolete as a result of the desired upload), the dep dependency in lib gets erroneously pruned, since the Updater detects that dep is an obsolete file.
When uploading files
lib
anddep
to an update site, wherelib
depends ondep
, anddep
is currently an obsolete file (but would no longer be obsolete as a result of the desired upload), thedep
dependency inlib
gets erroneously pruned, since the Updater detects thatdep
is an obsolete file.See also imagej/imagej-mesh-io#1.
The text was updated successfully, but these errors were encountered: