global properties from command line has to be set immediately#515
global properties from command line has to be set immediately#515AlexeySanko wants to merge 1 commit intopybuilder:masterfrom
Conversation
|
Could you please rebase on latest master? |
699404b to
82555d3
Compare
|
Thanks. Rebased. |
|
I have to think about this a bit more. This modifies the default behavior and I'm not sure yet what the negative implications of this will be. |
|
Marked as useless. Closed. |
|
Huh? |
|
Ok. Let's repeat step by step what I did when create PR So in this case we have two statements which will be affected by
So in this case we have only one way to affect project properties dict into these two steps: into Currect sequence of getting values into project property dict: From logical point of view sequence of applying could be equal to sequence of calls. Cons:
Pros: |
Unfortunately, global property values from command line aren't set immediately after project object creation. And we cannot use it for plugins behaviour manage.