-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog for 1.7.2 #786
Changelog for 1.7.2 #786
Conversation
Updated per review comments. One request, if I may. Similar to the situation in minkphp/MinkSelenium2Driver#313, Drupal is also depending on the 1.7.x-dev branch alias for this repository. Could you please create an unmaintained Sorry for the inconvenience. |
@greg-1-anderson , not all items were addressed. I've resolved conversations for items that were fixed. Others needs to be addressed. |
@aik099 : I addressed most of the items that remained unresolved. The exceptions:
I already moved this line up to "features" and bumped the expected version to 1.8.0, but this comment remains unresolved. Was there something else you wanted to happen here?
Already removed, but this not marked resolved. A mistake, perhaps? Please let me know if you want any further changes with these items or anything else. |
Resolved.
Could you bring it back (the fixed version). I consider this important change. Now we're waiting for #787, where @stof suggests to make a minor release of every mink repo with current features used for Drupal and then do a feature release, where available. |
Why ? that's an internal performance optimization to avoid using a regex when not necessary. The behavior is exactly the same. |
@stof , my bad. I thought, that:
But instead I should be thinking:
I understand now. @stof , if people use these methods as expected by us, then yes, nothing is changed. However they could have passed-in regex fragments before and that worked as well. That won't work anymore now. |
this was not possible before either. We were properly escaping their input with |
Based on the above, it sounds to me as if the preg_match removal was not a significant change. I'm ready to bring that comment back if you decide you want it, though. |
@stof , fine. Then it's good, that @greg-1-anderson removed it. |
@greg-1-anderson , since all what I've requested was done I'm approving the PR. |
Any news here? It's still a problem to use mink with sf4 without hacks |
Is this still happening? Would be really great to have a new release. |
I guess we're waiting for @stof review and then we can merge it. Not sure if anything else is blocking the release though. |
I ended up doing my own update of the changelog to make the release. Some of the bug fixes listed in this changelog are actually fixes compared to the previous PR merged, not fixes compared to the previous release, and so there is no point highlighting them in the changelog (the entry would read |
Preliminary.