RPackageOrganizer does not unregister when we unload MC ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

RPackageOrganizer does not unregister when we unload MC ?

Mariano Martinez Peck

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

Reply | Threaded
Open this post in threaded view
|

Re: RPackageOrganizer does not unregister when we unload MC ?

Stéphane Ducasse

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
>


Reply | Threaded
Open this post in threaded view
|

Re: RPackageOrganizer does not unregister when we unload MC ?

Mariano Martinez Peck


On Thu, Aug 2, 2012 at 7:45 PM, Stéphane Ducasse <[hidden email]> 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.

 

I'm recovering slowly. Som days this is ok some days not.

Stef
>
> --
> Mariano
> http://marianopeck.wordpress.com
>





--
Mariano
http://marianopeck.wordpress.com