[Pharo-project] RPackageOrganizer does not unregister when we unload MC ?
RPackageOrganizer default packages select: [:each | each name = 'HistoryCollection'] -> an Array(a RPackage(HistoryCollection)) (MCPackage named: 'HistoryCollection') workingCopy unload. RPackageOrganizer default packages select: [:each | each name = 'HistoryCollection'] -> an Array(a RPackage(HistoryCollection)) I would expect the last line to answer empty... is this a bug? -- Mariano http://marianopeck.wordpress.com
On Aug 2, 2012, at 1:54 PM, Mariano Martinez Peck wrote:
RPackageOrganizer default packages select: [:each | each name = 'HistoryCollection'] -> an Array(a RPackage(HistoryCollection))
(MCPackage named: 'HistoryCollection') workingCopy unload.
RPackageOrganizer default packages select: [:each | each name = 'HistoryCollection'] -> an Array(a RPackage(HistoryCollection))
I would expect the last line to answer empty... is this a bug?
yes or just something that was not yet done. add a bug entry so that we do not forget. Thanks mariano. I'm recovering slowly. Som days this is ok some days not. Stef
-- Mariano http://marianopeck.wordpress.com
On Thu, Aug 2, 2012 at 7:45 PM, Stéphane Ducasse <stephane.ducasse@inria.fr>wrote:
On Aug 2, 2012, at 1:54 PM, Mariano Martinez Peck wrote:
RPackageOrganizer default packages select: [:each | each name =
'HistoryCollection'] -> an Array(a RPackage(HistoryCollection))
(MCPackage named: 'HistoryCollection') workingCopy unload.
RPackageOrganizer default packages select: [:each | each name =
'HistoryCollection'] -> an Array(a RPackage(HistoryCollection))
I would expect the last line to answer empty... is this a bug?
yes or just something that was not yet done. add a bug entry so that we do not forget. Thanks mariano.
http://code.google.com/p/pharo/issues/detail?id=6512
I'm recovering slowly. Som days this is ok some days not.
Stef
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
participants (2)
-
Mariano Martinez Peck -
Stéphane Ducasse