Francesco Tassi
Francesco Tassi
Seems to be solved by #117 on Symfony 2.3.4 (2.3.x I guess)
This seems to solve #96 for me, any chance to get this merged soon?
Hi @Gladhon I'm supporting this bundle now, but I haven't yet had time to look at this.
Looks good to me 👍 With this new structure Extensions should wire methods inside operations, but keep in mind that extensions can also register tasks (Have a look a `\Idephix\Extension`)
@micheleorselli I'm not sure, but it won't hurt, so why not. We need some time and user feedbacks to figure out how extensions will really be used. I'd try to...
I squashed some commits and merged latest upgrade from master. If everything is fine we should merge this as soon as we can as this PR is a pain to...
I would not merge this into master I rather prefer to substitute master implementation with this one, to avoid any extra conflict
@micheleorselli with this PR `Idephix\Context` loses its `\Idephix\DictionaryAccess` implementations. Without `get` and `set` method the user won't be able to access configurations for current env. Instead now there is a...
So our idxrc would be like ``` php
@adgai19 would you care to test my dockerfile ? I tried to fix this issue. check https://github.com/lspcontainers/dockerfiles/pull/71 out I just implemented it and have not tested extensively yet