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
fix: Pass make_kwargs to make_fetch in tripartite pattern
When using generator-based make (make_fetch, make_compute, make_insert),
make_kwargs passed to populate() were not being forwarded to make_fetch.
This caused TypeError when using make_kwargs with the tripartite pattern.
Fixes#1350
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments