Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jul 2015 at 19:59 UTC
Updated:
13 Nov 2015 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joelpittetThis is a good point. Here's a patch. Likely will have to go into 8.1.x?
Comment #2
star-szrSeems fair and also seems like we could test it.
Comment #3
lauriiiWriting tests (adding kittens)
Comment #4
lauriiiComment #6
joelpittetWe may need to add this in a quick bug fix release in 8.0.1 or something... I'm not sure but this is broken as it is.
I'll bump it to 8.1.x if other people run into this then maybe we need to include it early.
Comment #7
alexpottI think given that this creates errors in drush does this not mean this is a contrib project blocker? And something we might want fix during rc?
Is this tested?
Comment #8
joelpittet@alexpott thanks I think it's tested by Twig but not in D8.
https://github.com/twigphp/Twig/blob/1.x/test/Twig/Tests/Fixtures/filter...
Comment #9
joelpittetHere is a test for that too.
Comment #11
star-szrLooks good, tests look to be comprehensive now.
Comment #14
alexpottDiscussed with @catch, @xjm, @effulgentsia and agreed this should be rc target.
Comment #15
alexpottCommitted a53d5aa and pushed to 8.0.x. Thanks!