Completed
Details
Assignee
UnassignedUnassignedReporter
importimportApproval
OkPatch
CodePriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
import
importApproval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created February 10, 2013 at 7:55 PM
Updated September 7, 2017 at 3:44 AM
Resolved September 7, 2017 at 3:44 AM
clojure.java.io/delete-file docstring takes an optional second arg `silently` and says:
This is confusing. The intent is that in the case of a failure, it will by default throw an exception. Or if the optional second arg is supplied and truthy, it will be returned instead.
Initially reported: https://groups.google.com/d/msg/clojure/T9Kvr0IL0kg/wcKBfR9w_1sJ
Approach: Make docstring sentence clearer per Stu's suggestion in comments:
Patch: clj-1159.patch