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
And the workspace packages contain references to a deleted package.
This results in the error message "Circular dependency found in Workspace: ..."
Coming from WorkspacePackages.ts::streamPackages (around line 135).
Looks like any failure in the callback is assumed to be a circular dependency.
Idea: Run the findPackageNames function, and only give the circular dependency message if there is a match. Otherwise give a generic message including the target file name.
The text was updated successfully, but these errors were encountered:
Found when running a 'version remapper' through
And the workspace packages contain references to a deleted package.
This results in the error message
"Circular dependency found in Workspace: ..."
Coming from
WorkspacePackages.ts::streamPackages
(around line 135).Looks like any failure in the callback is assumed to be a circular dependency.
Idea: Run the
findPackageNames
function, and only give the circular dependency message if there is a match. Otherwise give a generic message including the target file name.The text was updated successfully, but these errors were encountered: