juxt

stijn 2017-02-22T07:46:21.000028Z

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

stijn 2017-02-22T07:48:29.000029Z

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

huepfler 2017-02-22T13:25:59.000030Z

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

huepfler 2017-02-22T13:28:17.000031Z

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

huepfler 2017-02-22T13:51:55.000032Z

made a new minimalist program with the same behaviour:

huepfler 2017-02-22T13:55:35.000034Z

with aero 1.0.3 you’ll get

huepfler 2017-02-22T13:56:31.000036Z

and wil 1.1.0 you’ll get

huepfler 2017-02-22T14:01:20.000038Z

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

huepfler 2017-02-22T14:06:45.000039Z

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

stijn 2017-02-22T14:30:04.000040Z

that looks like a bug

mpenet 2017-02-22T14:31:06.000041Z

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

huepfler 2017-02-22T18:02:52.000043Z

works with 1.1.2!! Thanks!!