cl-mustache icon indicating copy to clipboard operation
cl-mustache copied to clipboard

Load order of files and *mustache-output*

Open kmcgivney opened this issue 5 years ago • 0 comments

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.

kmcgivney avatar Oct 17 '19 13:10 kmcgivney