@huepfler are you sure the #include works? i.e. is there anything in :secrets
?
include is a bit tricky to get right when switching between e.g. lein repl and jar/uberjar context
@stijn yes, the call Brent's are as noted above. Literally, everything works but when I change the version in project.vlj from 1.0.3 to 1.1.0 the include still works but the refs do not.
sorry. auto-correct… yes, the file contents are as noted above
made a new minimalist program with the same behaviour:
with aero 1.0.3 you’ll get
and wil 1.1.0 you’ll get
this happens in the repl, via lein run, and via the uberjar as well
Java 7 and 8 and Clojure 1.7 and 1.8 all show this issue
that looks like a bug
there were a lot of modifications in #refs in recent commits, could have been introduced then (might be worth git bisect'ing)
works with 1.1.2!! Thanks!!