1.1.1: "-=" does not substract

Bug #268632 reported by Dieter Maurer
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

"-=" does not substract.

The behaviour is documented in the description on "PyPI". There, "-=" is introduced with 3 buildouts "base", "extension"
and "extension2" which specify "option" as follows:

> base: option = b1 b2 b3 b4
> extension: option -= b1 b2
> extension2: option -= b1 b2 b3

The verification result is "b1 b2 b3 b4" -- i.e. "-=" had no effect.

Revision history for this message
claytron (clayton-sixfeetup) wrote :

I have noticed the same behavior. It would actually work for one item. But not multiple:

> base: option = b1 b2 b3 b4
> extension: option -= b2

would result in: b1 b3 b4

Revision history for this message
samuel or tell me sam (sriolo) wrote :

hi there

i have the same problem by using mr.developer and dumppickedversion.
i wanted remove mr.developer out of my development.cfg, because i don't use it on a productive server.
has some one a idea for resolve this?

buildout version 1.4.3
plone version 3.3.5

[buildout]
extensions -=
              mr.developer
              buildout.dumppickedversions

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.