From f934a0c1e6ddcef1e43bdd8ca7c4cf9c2c9ab7dc Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Wed, 28 May 2025 22:26:37 -0700 Subject: [PATCH] Update base for Update on "[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions" Found when testing the new validation from #33079 internally. I haven't fully debugged, but somehow the combination of the effect function *accessing* a ref and also calling a second function which has a purely local mutation triggers the validation. Even though the called second function only mutates local variables. If i remove the ref access in the effect function, the error goes away. Anyway I'll keep debugging, putting up a repro for now. [ghstack-poisoned]