clojure-ini icon indicating copy to clipboard operation
clojure-ini copied to clipboard

Add type hints for GraalVM

Open igrishaev opened this issue 2 years ago • 0 comments

Hi!

First, thank you for a useful library!

I'm writing a CLI application using Clojure and GraalVM. The application reads its config from an INI file. The problem is, GraalVM feels bad when facing Clojure reflection. This PR adds three type hints to make the compiler happy. With these changes, everything works in Graal.

Could you please accept these changes and make a new release in Clojars? I will highly appreciate this.

igrishaev avatar Dec 05 '21 07:12 igrishaev