greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Make build work with jdk11 and graal #41

Closed nikolap closed 4 years ago

nikolap commented 4 years ago

Bump clojure to 1.10.2-alpha1 and change graal flag from --initialize-at-build-time to --initialize-at-build-time=clojure

Presumably backwards compatible for jdk8 but need help testing

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   92.65%   92.65%           
=======================================
  Files          13       13           
  Lines        1511     1511           
  Branches       44       44           
=======================================
  Hits         1400     1400           
  Misses         67       67           
  Partials       44       44

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da04c9f...2aeeddb. Read the comment docs.

nikolap commented 4 years ago

Closing PR for now. Found errors when attempting build on Linux (original works on macOS it seems). Fun times.

I'll open up a new one if I get this working

greglook commented 4 years ago

Thanks for looking into this anyway!