We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9e835 commit 1e6155cCopy full SHA for 1e6155c
src/compojure/api/meta.clj
@@ -918,6 +918,12 @@
918
(get coach :default)
919
:print)
920
msg (str "This looks like it could be a static context: " (pr-str {:form &form :meta (meta &form)})
921
+ "\n\n"
922
+ "If you intend for the body of this context to be evaluated on every request, please "
923
+ "use (context ... :dynamic true ...)."
924
925
+ "If you intend for the body of this context to be fixed for every request, please "
926
+ "use (context ... :static true ...)."
927
"\n\n"
928
"To suppress this message for this namespace use -Dcompojure.api.meta.static-context-coach="
929
"{" nsym :off "}")]
0 commit comments