Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Blume
Michael BlumeApproval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created June 23, 2017 at 11:32 PM
Updated September 7, 2017 at 10:25 PM
Resolved September 7, 2017 at 10:25 PM
Given that slurp always returns a string (or throws), a user might expect that calling a string method on it will not reflect. However, its return type is not hinted, so calling, say, (.getBytes (slurp "foo")) will reflect unless the user hints. If we hint in clojure.core, the user won't have to.
Patch: CLJ-2188-v1.patch
Prescreened by: Alex Miller