venantius / ultra

A Leiningen plugin for a superior development environment
Eclipse Public License 1.0
1.24k stars 35 forks source link

Please support Java 11 #106

Closed dharrigan closed 5 years ago

dharrigan commented 5 years ago

Hi,

Linux anton 5.0.10-arch1-1-ARCH #1 SMP PREEMPT Sat Apr 27 20:06:45 UTC 2019 x86_64 GNU/Linux
openjdk 11.0.3 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+4)
OpenJDK 64-Bit Server VM (build 11.0.3+4, mixed mode)

Running with Java 11, results in

clojure.lang.Compiler$CompilerException: Syntax error compiling var at (fipp/ednize.clj:71:13).
#:clojure.error{:phase :compile-syntax-check, :line 71, :column 13, :source "fipp/ednize.clj", :symbol var}
 at clojure.lang.Compiler.analyzeSeq (Compiler.java:7114)
    clojure.lang.Compiler.analyze (Compiler.java:6789)
    clojure.lang.Compiler.analyze (Compiler.java:6745)
    clojure.lang.Compiler$InvokeExpr.parse (Compiler.java:3888)
    clojure.lang.Compiler.analyzeSeq (Compiler.java:7108)
    clojure.lang.Compiler.analyze (Compiler.java:6789)

I guess I would also need to raise a ticket with fipp?

dharrigan commented 5 years ago

I see it's already talked about here:

https://github.com/brandonbloom/fipp/issues/60

Closing ticket.