[update 2.0] #20233

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

[update 2.0] #20233

Marcus Denker-4
20233
-----

Issue 6442: Add temporal MCCacheRepository >> default
        http://code.google.com/p/pharo/issues/detail?id=6442
       
Issue 6439: Add smalltalkhub convenience method for Gofer
        http://code.google.com/p/pharo/issues/detail?id=6439
       
Issue 6438: Failing tests related to ChangeSet
        http://code.google.com/p/pharo/issues/detail?id=6438
       
Issue 6436: Removing SystemChangeNotifier dependencies from some tests
        http://code.google.com/p/pharo/issues/detail?id=6436



--
Marcus Denker -- http://marcusdenker.de


Reply | Threaded
Open this post in threaded view
|

Re: [update 2.0] #20233

Sean P. DeNigris
Administrator
This issue seems to have started in #20233...

Issue 6461: [BUG]: Bogus package creation
http://code.google.com/p/pharo/issues/detail?id=6461

2.0 #20233 (does not happen in #20232*).

To reproduce:
Gofer it
        url: 'http://seaside.gemstone.com/ss/metacello';
        package: 'ConfigurationOfMetacello';
        load.
       
(Smalltalk at: #ConfigurationOfMetacello) project stableVersion load: 'batch'.

If you open an MC browser, you will see that a "Metacello" package is listed and dirty, but shouldn't be there at all. Metacello is packaged in Metacello-* packages, which you will see further down in the list, and clean

* For it to work in #20232, you must add (from #20233) MCCacheRepository class>>default
        ^ self uniqueInstance
Cheers,
Sean