Luke English
Luke English
I am experiencing this issue also. edit: in that tags are built correctly but dev branches are not. They have the wrong commit hashes when pulled in from satis server....
Can this be merged with master?
I have had to down grade to 2.7. I actually think the creation of millions of cell objects is what is slowing 3.0 down and would explain the varied performance...
Just noticed the brace fixer doing this too. Has there been any progress?
I think this is solved by the proposed solution https://github.com/yiisoft/yii2-twig/issues/128 Perhaps you should post this issue here instead as I think this is a twig issue and not yii's implentation...
I am having the exact same issue. Did you ever find a solution?
I think I may have solved this by altering https://github.com/twigphp/Twig/tree/3.x/src/Template.php Whenever we call loadTemplate() I am adding the path of the currently loading template to the list of paths to...
`$this->env->getLoader()->addPath(dirname($this->getSourceContext()->getPath()));` This one line inside loadTemplate() seems to do the trick ;)
Solved by adding the below to the satis.json entry cache-dir I think is the one that fixes it - as it essentially disabled the composer cache ``` "require-all": true, "require-dependencies":...
This doesnt solve it - problem has came back! Nevermind.