Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: Release 1.4
-
Fix Version/s: Release 1.4
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
-
Approval:Test
Description
Using the tagged literal facility added in Clojure 1.4-alpha4, add support for a UUID literal of the form:
#uuid "550e8400-e29b-41d4-a716-446655440000" ;=> #<UUID 550e8400-e29b-41d4-a716-446655440000>
The default object built with this literal would be a java.util.UUID. A print-method for this type would also be required for this enhancement.
Added updated patch based on fixes to
CLJ-871. This patch should be applied AFTER the patch for the latest patch forCLJ-871.CLJ-871. This patch should be applied AFTER the patch for the latest patch forCLJ-871.