Completed
Details
Assignee
Alex MillerAlex MillerReporter
Michiel BorkentMichiel BorkentApproval
OkPatch
CodePriority
MajorFix versions
Details
Details
Assignee
Alex Miller
Alex MillerReporter
Michiel Borkent
Michiel BorkentApproval
Ok
Patch
Code
Priority

Fix versions
Created April 8, 2019 at 9:32 AM
Updated March 3, 2020 at 7:20 PM
Resolved March 3, 2020 at 7:20 PM
Problem
I tried to use
clojure.stracktrace/print-stack-trace
with GraalVM but that doesn't work since reflection is needed to find the methodgetMessage
.Proposed solution
This can be resolved by adding type hints.
An overview of warnings emitted by
:
Patch CLJ-2502-2.patch removes unwanted whitespace changes and moves the type hint of
root-cause
higher up.Screened by: Alex Miller