Hello,
I'm working on a project that runs its test suite again Clojure 1.12.0-master-SNAPSHOT.
On this version of Clojure the form (drop Long/MAX_VALUE [])
throws an ArithmeticException.
I tried it directly in the Clojure repository with commit 1b3a5065b7f533d4fd7109686fcc4489163b916c where it is also happening.
$ java -jar clojure.jar
Clojure 1.12.0-master-SNAPSHOT
user=> (drop Long/MAX_VALUE [])
Execution error (ArithmeticException) at java.lang.Math/toIntExact (Math.java:1074).
integer overflow
I just wanted to mention this, since I did not find an issue about this on JIRA.