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
On some lisp implementations, you will get a compiler warning regarding *mustache-output*. It is defvar'ed in compat-api-v1.lisp, which loads after mustache.lisp. The warning can occur when compiling #'%output in mustache.lisp, which comes before the defvar.
The text was updated successfully, but these errors were encountered:
kmcgivney
added a commit
to kmcgivney/cl-mustache
that referenced
this issue
Oct 21, 2019
On some lisp implementations, you will get a compiler warning regarding
*mustache-output*
. It is defvar'ed in compat-api-v1.lisp, which loads after mustache.lisp. The warning can occur when compiling#'%output
in mustache.lisp, which comes before the defvar.The text was updated successfully, but these errors were encountered: