The Inbox: Configurations-spd.8.mcz

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

The Inbox: Configurations-spd.8.mcz

commits-2
A new version of Configurations was added to project The Inbox:
http://source.squeak.org/inbox/Configurations-spd.8.mcz

==================== Summary ====================

Name: Configurations-spd.8
Author: spd
Time: 21 May 2010, 12:13:42.669 am
UUID: 8b8d9ef7-8090-4f52-b3e5-d260b85f7fb1
Ancestors: Configurations-spd.7

* updated MathMorphs to load latest files available.

=============== Diff against Configurations-hjh.6 ===============

Item was added:
+ ----- Method: ConfigurationOfMathMorphs>>version110: (in category 'versions') -----
+ version110: spec
+ <version: '1.1' imports: #('1.0-baseline') >
+
+ spec for: #common do: [ spec
+ blessing: #release;
+
+ package: 'MorphicWrappers' with: 'MorphicWrappers-edc.3';
+ package: 'Functions'with: 'Functions-zz.4' ].!

Item was changed:
  ----- Method: ConfigurationOfMathMorphs>>version100: (in category 'versions') -----
  version100: spec
  <version: '1.0' imports: #('1.0-baseline') >
 
  spec for: #common do: [ spec
  blessing: #release;
 
  package: 'MorphicWrappers' with: 'MorphicWrappers-mz.1';
  package: 'Functions'with: 'Functions-mz.1' ].!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Configurations-spd.8.mcz

Sean P. DeNigris
Administrator
I submitted Configurations-spd.8.mcz just after Configurations-ar.7.mcz, but they are both based on Configurations-hjh.6 (ar.7 is not an ancestor of spd.8).  What, if anything, should I do about this?

Thanks.
Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Configurations-spd.8.mcz

Hannes Hirzel
Combine the changes in Configurations-spd.8.mcz and
Configurations-ar.7.mcz. Then produce Configurations-spd.9.mcz

--Hannes

On 5/21/10, Sean P. DeNigris <[hidden email]> wrote:

>
> I submitted Configurations-spd.8.mcz just after Configurations-ar.7.mcz, but
> they are both based on Configurations-hjh.6 (ar.7 is not an ancestor of
> spd.8).  What, if anything, should I do about this?
>
> Thanks.
> Sean
> --
> View this message in context:
> http://forum.world.st/The-Inbox-Configurations-spd-8-mcz-tp2225601p2226295.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Configurations-spd.8.mcz

Sean P. DeNigris
Administrator
Hannes Hirzel-2 wrote
Combine the changes in Configurations-spd.8.mcz and
Done, thanks.

Sean
Cheers,
Sean