sci

jyn 2025-08-28T21:16:31.336919Z

when i try to catch a java exception in a SCI guest, i don't see it being caught. does try/catch not work on :classes that were bound from the host?

✅ 1
borkdude 2025-08-28T21:17:03.601669Z

should work!

borkdude 2025-08-28T21:17:08.648909Z

repro welcome

👍 1
jyn 2025-08-28T21:18:00.506969Z

catch java.lang.Exception definitely works so probably i am doing something funny in how i call SCI, let me try and minimize

jyn 2025-08-28T21:19:10.636019Z

oh i see, something is rethrowing the java exception as a clojure.lang.ExceptionInfo, probably the java-time library i'm using

jyn 2025-08-28T21:19:15.882049Z

i don't think this is related to SCI

borkdude 2025-08-28T21:19:37.527739Z

aha!