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
In BaselineOfRoassal>>#geometry:, there are multiple external dependencies that are also present elsewhere.
Dependency on RoassalLayouts in layouts: and geometry:.
Dependency on RTree in rtree: and geometry:.
Dependency on NumericScales in numeric: and geometry:.
Dependency on OSSubprocess in subProcess: and geometry:.
Dependency on AIDatasets in aiDatasets:, geometry and also dataFrame:.
DataFrame is only in geometry: because dataFrame: method mistakenly contains AIDatasets dependency.
It does not seem to cause any immediate issues, might just be redundant.
The text was updated successfully, but these errors were encountered:
JanBliznicenko
changed the title
RoassalLayouts baseline dependency is present twice
Duplicated baseline dependencies
Oct 26, 2023
In
BaselineOfRoassal>>#geometry:
, there are multiple external dependencies that are also present elsewhere.Dependency on
RoassalLayouts
inlayouts:
andgeometry:
.Dependency on
RTree
inrtree:
andgeometry:
.Dependency on
NumericScales
innumeric:
andgeometry:
.Dependency on
OSSubprocess
insubProcess:
andgeometry:
.Dependency on
AIDatasets
inaiDatasets:
, geometry and alsodataFrame:
.DataFrame
is only ingeometry:
becausedataFrame:
method mistakenly containsAIDatasets
dependency.It does not seem to cause any immediate issues, might just be redundant.
The text was updated successfully, but these errors were encountered: