You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guard null root in ProviderMethodResolver and outer materialize calls
- ProviderMethodResolver.resolve(): return null when root is null
- ProviderMethodResolver.materialize(): return this when root is null
- resolveExpression outer loop: skip L2 caching when root is null,
call recipe directly without materializing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments