Christophe Coevoet

Results 2811 comments of Christophe Coevoet

And this brings no benefit regarding the maintenance of code for old versions, as there is nothing being removed in term of code, so the maintenance cost is exactly the...

yeah, this is the workaround I used. But it would be great to support it properly (it is not different than a function in my opinion). Btw, the same is...

You are wrong (remembering older versions maybe ?). Here is the EBNF: ``` OrderByItem ::= ( SimpleArithmeticExpression | SingleValuedPathExpression | ScalarExpression | ResultVariable | FunctionDeclaration ) ["ASC" | "DESC"] ```...

The current plan is to do the release after finishing https://github.com/stof/StofDoctrineExtensionsBundle/pull/516

I just released version 1.15.0

Is Flex already installed (either globally or in an existing vendor directory) at the time you run `composer update` ? Composer plugins cannot impact the dependency resolution if they are...

the root cause of the issue is actually quite straightforward to me. The step tester is catching only `Behat\Behat\Definition\Exception\SearchException` to report a failed step result: https://github.com/Behat/Behat/blob/6fcdb26cdb101f8f80f3e79954fbb7e79b723c50/src/Behat/Behat/Tester/Runtime/RuntimeStepTester.php#L55-L60 Catching a wider type...

> I believe that behat is BDD which is not "gherkin" or "cucumber" This sentence is quite weird given that Behat is precisely built as a runner to test expectations...

> If the direction has changed then maybe that could be updated 😉 . That sentence is not wrong. And here is the longer description available on the entrypoints of...