Completed
Details
Assignee
UnassignedUnassignedReporter
Fabio TudoneFabio TudoneApproval
OkPatch
Code and TestPriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Fabio Tudone
Fabio TudoneApproval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created January 16, 2015 at 4:40 PM
Updated July 18, 2015 at 12:41 AM
Resolved July 18, 2015 at 12:41 AM
Through "javap -v" I can find source filename information in Clojure-generated datatype class files but not in protocol ones.
Approach: In gen-interface, if the *source-path* indicates this is not a REPL-generated interface, invoke the proper ASM method to set the source file. Per JVM expectations, this is the actual file name, not the file path.
Patch: CLJ-1645-protocol-class-has-no-source-file-information-w-repl.patch
Screened by: Alex Miller