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
The problem is that the inner map schema is wrapped in an :altn, which turns the outer schema into a [:map [:outer [:altn ...]]]. This turns the inner map into a sequence spec.
The following blows up when instrumented:
The problem is that the inner map schema is wrapped in an
:altn
, which turns the outer schema into a[:map [:outer [:altn ...]]]
. This turns the inner map into a sequence spec.There's a potential fix here: #1019
But I'm unsure how this might interact with other features like auto-flattening: #1005
The text was updated successfully, but these errors were encountered: