Uh oh!
There was an error while loading. Please reload this page.
Revert "Alter guarantees provided by StatementList::toArray" - #466
Conversation
JanZerebecki
commented
Apr 27, 2015
I'd prefer the discussion is resolved before a 3.0.0 release, but if it will not be then I'd merge this. |
JeroenDeDauw
commented
Apr 27, 2015
@thiemowmde I'm not sure what you do not understand about the change. The problem was outlined and other people seem to understand it. |
thiemowmde
commented
Apr 28, 2015
Discussion continues at #446 (comment). |
JeroenDeDauw
commented
Apr 30, 2015
Dropping my -2 as per discussion. -1 now, assuming the author and merger take responsibility for any problems that this causes with adding removal methods to |
Benestar
commented
Apr 30, 2015
When introducing a |
JeroenDeDauw
commented
May 1, 2015
@Benestar that is exactly the concern I've been outlining. With the removal functionality, we will need to do a reindex somewhere. My suggestion is that users of
Linked the wrong issue? |
Benestar
commented
May 1, 2015
Actually nope. From that issue:
I agree with you that |
62c3547 to
abfbbb7CompareBenestar
commented
May 5, 2015
+1 – the cost of the |
abfbbb7 to
287e36aCompareJeroenDeDauw
commented
May 13, 2015
I'll merge this now, even though I do not agree with it, as otherwise we are leaving much more serious issues unattended. I'm quite disappointed this is needed to get things done. |
Revert "Alter guarantees provided by StatementList::toArray"
thiemowmde
commented
May 13, 2015
This removes a breaking change from a release and reverts it back to the less error-prone status quot. I'm reading your comment as if the status quo causes or is an "issue", but can't find substantial arguments in #446 other than a suspected performance issue. What am I missing? |
JeroenDeDauw
commented
May 14, 2015
May I remind you that originally this method did not have a non-sparseness guarantee? |
thiemowmde
commented
May 15, 2015
JeroenDeDauw
commented
May 15, 2015
I'm talking about the guarantees provided by the method |
thiemowmde
commented
May 16, 2015
What are we discussing here? Again? The class always gave this guarantee. |
Reverts #459. I don't understand why #459 was commited and merged without referencing the not finished discussion in #446.