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
Tag slider/text-input viewer fns with :var-from-def? meta
Function viewers whose returned viewer map opts out of var-from-def
unwrapping need to advertise that intent upfront, otherwise the
outer code can't know whether to pass the raw var-from-def map or
the deref'd value. Metadata on the fn value lets `apply-viewer-
unwrapping-var-from-def` decide in a single pass.
Also updates the viewer-test case for fn viewers to use meta-based
opt-out instead of the post-hoc return-shape detection.
0 commit comments