Fork me on GitHub
#juxt
<
2017-02-22
>
stijn07:02:21

@huepfler are you sure the #include works? i.e. is there anything in :secrets?

stijn07:02:29

include is a bit tricky to get right when switching between e.g. lein repl and jar/uberjar context

huepfler13:02:59

@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.

huepfler13:02:17

sorry. auto-correct… yes, the file contents are as noted above

huepfler13:02:55

made a new minimalist program with the same behaviour:

huepfler13:02:35

with aero 1.0.3 you’ll get

huepfler13:02:31

and wil 1.1.0 you’ll get

huepfler14:02:20

this happens in the repl, via lein run, and via the uberjar as well

huepfler14:02:45

Java 7 and 8 and Clojure 1.7 and 1.8 all show this issue

stijn14:02:04

that looks like a bug

mpenet14:02:06

there were a lot of modifications in #refs in recent commits, could have been introduced then (might be worth git bisect'ing)

huepfler18:02:52

works with 1.1.2!! Thanks!!