Conversation
fixes bug in #15988 causing test-flakiness.
|
Is this the first usage of SCSS in Pegasus? My understanding is that historically Pegasus hasn't supported SCSS, and has instead used the |
|
The use of |
|
The test failure appears to be eyes UI test flakiness, the unit tests all passed without issue. |
|
Is it new that Pegasus is processing SCSS? Was this PR reviewed prior to merge? |
No, it's not new- Pegasus already processes SCSS on every request via its included
This was a bug-fix PR (which I don't normally peer-review), which I verified both manually and in the CI build before merging. For the original inline_css PR #15988, I shared+discussed with Hema offline and confirmed a passing CI build before merging (the flaky-failure only surfaced later). I moved quickly on this feature in order to ensure results by the end of Hema's last week with us, but I plan on returning for more cleanup/refactoring next week. Let me know if you have concerns/feedback and I'll be sure to follow-up. |
fixes bug in #15988 causing test-flakiness.