[spec] (s/def ::a ::b) throws unable to resolve error if ::b is not defined

Description

It should be possible to do `(s/def ::a ::b)` before declaring ::b.

Currently this throws an "Unable to resolve" error.

Alex indicated that everything should have delays but that they are missing in some cases. This seems like one of those cases.

Examples where things work fine are `(s/def ::a (s/and ::b))` and `(s/def ::a (s/keys :req [::b]))`.

Environment

None

Activity

Show:

Details

Assignee

Reporter

Labels

Approval

Vetted

Priority

Affects versions

Created November 22, 2016 at 11:14 PM
Updated October 2, 2019 at 1:34 PM

Flag notifications