virgil icon indicating copy to clipboard operation
virgil copied to clipboard

your own personal JVM psychopomp

Results 11 virgil issues
Sort by recently updated
recently updated
newest added

This also fixes #35

Hi - I get the following error using both java 15 and java 8: ```pre recompiling all files in ["/home/alan/expr/demo/src/java"] WARNING: An illegal reflective access operation has occurred WARNING: Illegal...

Hi I keep getting this error when I try to compile the project : ``` recompiling all files in ["/home/ho0man/Projects/focus/Storm-Kepper/storm-virgil-failure/src/java"] Index 28527 out of bounds for length 194 Exception in...

Once virgil notices a change on a .java file it recompiles everything on the folder and reloads every namespace. Any value inside a `defonce` is lost. I was wondering what's...

- Updates the ASM version. ASM would otherwise would fail with an error: `unsupported class file major version 57`. - Updates instructions for deps.edn users (the watch can just be...

I've come across a weird issue. To reproduce, create a new folder with the following files: project.clj: ``` (defproject virgil-debug "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0"]] :profiles {:dev {:plugins [[lein-virgil "0.1.7"]] :source-paths...

Hi Zach, We have a problem when using Virgil 0.1.7 with `lein with-profile`. In [jsonista](https://github.com/metosin/jsonista), when we do `lein with-profile dev test`, we get a bunch of errors that look...

Is there a way for this to only recompile those java files that have actually changed and would need new class files? It’s currently recompiling lots of large Protobuf files...

we do call recompile later in that function, so this just resulted in compile being called twice.

I write performance-sensitive clojure code, sometimes dropping into java, and virgil has been great for this. Thank you! But frankly I don't want virgil to recompile on file saves. Would...