krfkeith / metacello

Automatically exported from code.google.com/p/metacello
0 stars 0 forks source link

last block wins when there are duplicate attribute blocks #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you've got something like the following:

    <version: '1.2.4-baseline'>

    spec for: #common do: [
        spec
            blessing: #baseline;
            repository: 'http://www.example.com/aa';
            yourself.].

    spec for: #common do: [
        spec
            repository: 'http://www.example.com/ab';
            yourself.].

you currently lose the things specified in the first attribute block ... we 
should recognize this and merge the blocks ... it seems a natural enough thing 
to do.

A number of public configs suffer from this bug:

  ConfigurationOfHPDF, ConfigurationOfMagma, ConfigurationOfOSProcess, 
  ConfigurationOfPharoSound, ConfigurationOfPierAddOns, ConfigurationOfRFB

Original issue reported on code.google.com by henrichs...@gmail.com on 5 Nov 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Name: Metacello-Core-DaleHenrichs.384
Author: DaleHenrichs
Time: 4 November 2010, 6:44:44 pm
UUID: 9aab5fc0-107e-4ca8-b31d-7452a4205014
Ancestors: Metacello-Core-DaleHenrichs.383

- fix Issue 100: http://code.google.com/p/metacello/issues/detail?id=100 "last 
block wins when there are duplicate attribute blocks"

Original comment by henrichs...@gmail.com on 5 Nov 2010 at 1:46

GoogleCodeExporter commented 9 years ago
bulk verify

Original comment by henrichs...@gmail.com on 18 Apr 2011 at 5:32