retrogradeorbit / bootleg

Simple template processing command line tool to help build static websites
Eclipse Public License 2.0
254 stars 12 forks source link

native image bootleg System/getenv fails #55

Closed retrogradeorbit closed 4 years ago

retrogradeorbit commented 4 years ago
$ lein run -d -e '(System/getenv "FOO")'
nil
$ ./bootleg -d -e '(System/getenv "FOO")'
bootleg: script error at line , column : Illegal argument: No matching method getenv found taking 1 args

Going to be a reflection issue

retrogradeorbit commented 4 years ago

7cc426e11a75fda5348d46bb513bdb23be3c50ee

retrogradeorbit commented 4 years ago

Uploaded new builds with appropriate reflection and retagged.