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
Metacello reloads all packages that are specified in the baseline and are present in the image even if I try to load only the group that does not contain them.
#483
Open
dalehenrich opened this issue
Mar 2, 2018
· 1 comment
I have the same problem and it does not seem to be related to the naming convention. In the baseline (of Moose) I have some packages like 'WebBrowser-Core' or GT that are by default loaded in the image. The baseline then specifies a group that contains only one different package that has no dependency on other packages. But anyway, Metacello reloads all packages that are specified in the baseline and are present in the image even if I try to load only the group that does not contain them.
@pavel-krivanek, there are a couple of things that I need to know.
First, does the baseline use Cypress, i.e., the method MetacelloIssue472>>packageSpecClass returns MetacelloCypressPackageSpec ... if so, then it is expected that all loaded packages in the project will be fetched and loaded ... although given the way that Monticello works, if there are not actual changes in the package, then the package load is a noop.
Secondly, how does the package WebBrowser-Core get loaded into the image? If it was loaded by Metacello in an earlier load expression, then the package is counted as a loaded package and the above comment applies.
If neither of these conditions apply, then I guess we'll need to do a little more work to characterize things.
@pavel-krivanek reported the following in another presumably partially related issue:
Followed by the this comment.
For this baseline:
and this loading command:
it loads:
The package WebBrowser-Core is some package that is present by default in the image in time of loading of the baseline.
The text was updated successfully, but these errors were encountered: