David Becker

Results 20 comments of David Becker

FYI, here's how IntelliJ IDEA does it (and what inspired this request): ![image](https://cloud.githubusercontent.com/assets/14081970/22385705/a1ba0882-e488-11e6-89a4-1a480c2acc32.png)

See also: https://groups.google.com/forum/#!topic/closure-stylesheets-discuss/yDe2Rp5lZFo

It may be a while before I can get back to extracting this test case. We're knee deep into a deadline at the moment. Thanks for your patience! -.. .-...

Minor correction: `@external` is a GWT thing, not a closure thing. In pure closure stylesheets syntax I use `.↑↑↑_DO_NOT_MERGE_ADJACENT_RULESET_↓↓↓ { display: none; }` instead.

Sorry for the delay. Here is a test case reproducible with the downloadable jar: Input: ``` .selectorA::-webkit-progress-value, .selectorA::-moz-progress-bar { content: 'THESE GET SPLIT PROPERLY'; } .selectorB .selectorA::-webkit-progress-value, .selectorB .selectorA::-moz-progress-bar {...

Submitted PR to fix this: https://github.com/spring-projects/spring-security/pull/11889

@jzheaux I will try to get to that next week. I don’t actually have a full runnable project, I found and tested this fix by hand using class masking in...

@jzheaux Unit tests added. Thank you for your patience! New tests failing with existing code: ![Screen Shot 2022-09-26 at 11 16 00 AM](https://user-images.githubusercontent.com/14081970/192351259-82801b91-41cd-41de-a37a-43cf0545cbb5.png) All tests passing with new code: ![Screen...

@jzheaux I see the build of my PR is failing, but I don't understand how to find the reason why... I don't use gradle and it's not jumping out at...

@jzheaux Sorry, that's not working for me. After adding various env opts to work around my corp proxy, having a self-signed root cert, I get the following: ``` % ./gradlew...