fix(compiler): apply style on :host attribudes in prod builds.#49118
fix(compiler): apply style on :host attribudes in prod builds.#49118JeanMeche wants to merge 1 commit intoangular:mainangular/angular:mainfrom
Conversation
|
I wouldn't expect this commit to trigger regressions. Are the failling internal tests a false positive ? |
|
The presubmit failures are numerous but apparently unrelated. This probably got bundled for presubmit with a bad pending change. Let's run it again. edit: presubmit running |
|
@dylhunn How did the presubmit go ? |
5425ea6 to
ecbaee1
Compare
|
Just checked Alan's new presubmit. It's clean, modulo 12 flakes and preexisting failures. So we should be good to go in that regard. |
7236b4b to
a3cac72
Compare
JoostK
left a comment
There was a problem hiding this comment.
Overall I think it's time to take a step back and maybe revisit some of the approach here, but this change is in the right direction. Left two minor comments but otherwise LGTM.
packages/compiler/test/shadow_css/host_and_host_context_spec.ts
Outdated
Show resolved
Hide resolved
|
Labelling as risky since this might affect rendering results in a subtle way. I recommend syncing this separately once TGP comes back green. |
|
@JeanMeche could you also fix the typo in the commit message (attributes is misspelled) |
In prod builds, selectors are optimized and spaces a removed. angular#48558 introduced a regression on selectors without spaces. This commit fixes tihs. Fixes angular#49100
|
One more presubmit in cl/572379101 -- presubmit is green. TGP is running: https://test.corp.google.com/OCL:572379101:BASE:572432933:1696991069679:95503e21 |
|
The global presubmit shows one broken cloud console test. Very frustrating, to be blocked on a single breakage. I have reached out to the code owners to try to get their help fixing it. |
|
The owning team confirms the g3 failure as a flake. Caretaker: TGP is green, good to merge. I suggest syncing on its own. |
|
This PR was merged into the repository by commit 0198d21. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…ar#49118) In prod builds, selectors are optimized and spaces a removed. angular#48558 introduced a regression on selectors without spaces. This commit fixes tihs. Fixes angular#49100 PR Close angular#49118
In prod builds, selectors are optimized and spaces a removed. #48558 introduced a regression on selectors without spaces. This commit fixes this.
Fixes #49100
Currently this PR blocks #49169.
PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?