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
In most cases, ahead-of-time (AOT) compiling Midje facts should work, even for facts that contain metaconstants. However, there are a few edge cases where the Clojure compiler makes assumptions that don't work for metaconstants. If your tests that use metaconstants don't pass when AOT-compiled, predeclare the metaconstants before use: