Community
Participate
Working Groups
There are still a few attributes that don't conform to our pattern. iconURI, contributionURI, parentID in MenuContributions only, etc. These should be fixed, but re-generating the code and re-factoring will be a larger commit. PW
I'm a bit indifferent on this. If we want to do it we need to do it today! Can we discuss for a moment on IRC?
Boris & John, what do you think. We should react in the next few days (if we want to make the change we should not wait for the e4 call on thursday!). I'm out for a business trip Tues/Wed but could try to prepare a patch today.
... the really bad thing is that we'd break ALL early adopters with this so probably a mail on e4-dev should be sent out.
I've identified the following attributes: The following attributes will be affected by the change: * UILabel#iconURI * Contribution#contributionURI * Input#inputURI * MenuContribution#parentID * PartDescriptor#contributionURI The good thing is that people should able to fix them quite easily with a text editor because we are not changing any containments, ... .
We decided on IRC only to change parentID and leave URI because this is at least consistent with how Java uses the term URI (e.g. File.toURI(), ...) and the breaking change is much much smaller
released the parentID => parentId change to HEAD
(In reply to comment #6) > released the parentID => parentId change to HEAD The failing tests have also just been corrected.
Released update to UIEvents to be consistent. PW