Closed mapidentity closed 5 years ago
Thanks!
Clojure 1.10.1
user=> (require 'lambdaisland.cucumber.gherkin)
Syntax error (NoSuchFieldException) compiling . at (lambdaisland/cucumber/jvm.clj:156:34).
of
Seems List/of
is problematic.
Found a fix, releasing as kaocha-cucumber "0.0-53"
. Thanks for the patch!
Released in v0.1.84
[com.lambdaisland/kaocha-cucumber "0.1.84"] ;; deps.edn
{com.lambdaisland/kaocha-cucumber {:mvn/version "0.1.84"}} ;; project.clj
See issue https://github.com/lambdaisland/kaocha-cucumber/issues/3
When code under test contains
(set! *warn-on-reflection* true)
the output contains reflection warnings from the kaocha-cucumber namespace. This PR adds type annotations so these warnings are prevented.Feedback is greatly appreciated.