Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: Release 1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Patch:Code and Test
Description
This patch adds functions for PersistentQueue. queue, queue? and queue* match the list functions of the same naming conventions. Patches include updates to tests.
Attachments
Activity
Timothy Baldridge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | queues.patch [ 11621 ] |
Timothy Baldridge
made changes -
| Attachment | queue.patch [ 11622 ] |
Timothy Baldridge
made changes -
| Attachment | 0001-make-PersistentQueue-ctor-public.patch [ 11527 ] |
Timothy Baldridge
made changes -
| Attachment | queues.patch [ 11621 ] |
Timothy Baldridge
made changes -
| Attachment | 0001-added-queue-queue-and-queue.patch [ 11526 ] |
Timothy, I tried applying both of these Sep 26, 2012 patches to latest Clojure master as of that date. I had to apply 0001-make-PersistentQueue-ctor-public.patch by hand since it failed to apply using git or patch. It built fine, but failed to pass several of the Clojure tests. Have you looked into those test failures to see if you can find the cause and fix them? I tested on Ubuntu 11.10 with Oracle JDK 1.6 and 1.7, and saw similar failures with both.