From 22b257f6013e2aa3cd90ea6a5ef8ddcfe27c5c7d Mon Sep 17 00:00:00 2001 From: Andy Fingerhut Date: Thu, 25 Jun 2015 02:28:52 -0700 Subject: [PATCH] Update top tickets by weighted vote lists for June 25, 2015 --- .../CLJ-top-tickets-by-unweighted-vote.html | 56 +++-- .../CLJ-top-tickets-by-unweighted-vote.txt | 13 +- .../CLJ-top-tickets-by-weighted-vote.html | 229 ++++++++++-------- .../CLJ-top-tickets-by-weighted-vote.txt | 110 +++++---- .../CLJS-top-tickets-by-unweighted-vote.html | 32 ++- .../CLJS-top-tickets-by-unweighted-vote.txt | 5 +- .../CLJS-top-tickets-by-weighted-vote.html | 46 ++-- .../CLJS-top-tickets-by-weighted-vote.txt | 9 +- ...OTHERS-top-tickets-by-unweighted-vote.html | 110 +++++++-- .../OTHERS-top-tickets-by-unweighted-vote.txt | 14 +- .../OTHERS-top-tickets-by-weighted-vote.html | 157 ++++++++++-- .../OTHERS-top-tickets-by-weighted-vote.txt | 17 +- clj-ticket-status/votes-on-tickets.clj | 37 ++- 13 files changed, 570 insertions(+), 265 deletions(-) diff --git a/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.html b/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.html index 351a1552..7b55adbe 100644 --- a/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.html +++ b/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.html @@ -8,7 +8,7 @@

Top CLJ tickets by weighted vote

-Date: June 22, 2015
+Date: June 25, 2015

Open CLJ tickets with at least one vote, sorted in descending order of @@ -79,13 +79,13 @@

Defect

- 9 + 10 - Triaged + Backlog - CLJ-1372 + CLJ-1250 - Inconsistent hash with java collections + Reducer (and folder) instances hold onto the head of seqs @@ -93,19 +93,19 @@

Defect

Triaged - CLJ-1527 + CLJ-1372 - Harmonize accepted / documented symbol and keyword syntax over various readers + Inconsistent hash with java collections 9 - Backlog + Triaged - CLJ-1250 + CLJ-1527 - Reducer (and folder) instances hold onto the head of seqs + Harmonize accepted / documented symbol and keyword syntax over various readers @@ -1168,6 +1168,16 @@

Defect

Serializing+deserializing lists breaks their hash + + 0 + + Triaged + + CLJ-1768 + + quote of an empty lazyseq produces an error when evaled + +

Enhancement

@@ -1185,7 +1195,7 @@

Enhancement

- 25 + 26 Triaged @@ -1205,7 +1215,7 @@

Enhancement

- 19 + 20 Vetted @@ -1255,7 +1265,7 @@

Enhancement

- 11 + 12 Vetted @@ -1344,6 +1354,16 @@

Enhancement

Support Abstract Base Classes with Java-only variant of "reify" + + 6 + + Open + + CLJ-1063 + + Missing dissoc-in + + 6 @@ -1394,16 +1414,6 @@

Enhancement

partition docstring should be more explicit about dropped or partial trailing elements - - 5 - - Open - - CLJ-1063 - - Missing dissoc-in - - 5 diff --git a/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.txt b/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.txt index 50e11838..bf94a166 100644 --- a/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.txt +++ b/clj-ticket-status/CLJ-top-tickets-by-unweighted-vote.txt @@ -1,6 +1,6 @@ Top CLJ tickets by weighted vote -Date: June 22, 2015 +Date: June 25, 2015 Open CLJ tickets with at least one vote, sorted in descending order of their "weighted vote". At the end of the CLJ and CLJS lists are @@ -41,9 +41,9 @@ Defect 17 Backlog [CLJ-1224] Records do not cache hash like normal maps 17 Backlog [CLJ-700] contains? broken for transient collections + 10 Backlog [CLJ-1250] Reducer (and folder) instances hold onto the head of seqs 9 Triaged [CLJ-1372] Inconsistent hash with java collections 9 Triaged [CLJ-1527] Harmonize accepted / documented symbol and keyword syntax over various readers - 9 Backlog [CLJ-1250] Reducer (and folder) instances hold onto the head of seqs 8 Backlog [CLJ-1152] PermGen leak in multimethods and protocol fns when evaled 8 Backlog [CLJ-1232] Functions with non-qualified return type hints force import of hinted classes when called from other namespace 7 Backlog [CLJ-1544] AOT bug involving namespaces loaded before AOT compilation started @@ -150,18 +150,19 @@ Defect 0 Triaged [CLJ-1763] clojure.core/sort is not thread-safe on Java collections with backing arrays 0 Triaged [CLJ-1764] partition-by runs infinite loop when one element of infinite partition is accessed 0 Triaged [CLJ-1766] Serializing+deserializing lists breaks their hash + 0 Triaged [CLJ-1768] quote of an empty lazyseq produces an error when evaled ======================================== Enhancement - 25 Triaged [CLJ-703] Improve writeClassFile performance + 26 Triaged [CLJ-703] Improve writeClassFile performance 25 Triaged [CLJ-1449] Add clojure.string functions for portability to ClojureScript - 19 Vetted [CLJ-322] Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces + 20 Vetted [CLJ-322] Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces 16 Vetted [CLJ-865] Macroexpansion discards &form metadata 16 Backlog [CLJ-1517] Unrolled small vectors 15 Triaged [CLJ-1298] Add more type predicate fns to core 13 Triaged [CLJ-1107] 'get' should throw exception on non-Associative argument - 11 Vetted [CLJ-1005] Use transient map in zipmap + 12 Vetted [CLJ-1005] Use transient map in zipmap 10 Open [CLJ-1078] Add queue and queue? to clojure.core 9 Triaged [CLJ-1278] State function's unmunged full name in compiled function's toString() 8 Open [CLJ-304] clojure.repl/source does not work with deftype @@ -170,12 +171,12 @@ Enhancement 7 Vetted [CLJ-1148] adds docstring support to defonce 7 Triaged [CLJ-440] java method calls cannot omit varargs 6 Triaged [CLJ-1255] Support Abstract Base Classes with Java-only variant of "reify" + 6 Open [CLJ-1063] Missing dissoc-in 6 Triaged [CLJ-1103] Make conj assoc dissoc and transient versions handle args similarly 6 Triaged [CLJ-1454] Add a swap! that returns old value 6 Triaged [CLJ-1452] clojure.core/*rand* for seedable randomness 6 Triaged [CLJ-1239] faster, more flexible dispatch for clojure.walk 6 Triaged [CLJ-1117] partition docstring should be more explicit about dropped or partial trailing elements - 5 Open [CLJ-1063] Missing dissoc-in 5 Open [CLJ-1467] Implement Comparable in PersistentList 5 Backlog [CLJ-1553] Parallel transduce 5 Backlog [CLJ-1208] Namespace is not loaded on defrecord class init diff --git a/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.html b/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.html index aeab8c5f..a14d9cfc 100644 --- a/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.html +++ b/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.html @@ -8,7 +8,7 @@

Top CLJ tickets by weighted vote

-Date: June 22, 2015
+Date: June 25, 2015

Open CLJ tickets with at least one vote, sorted in descending order of @@ -93,7 +93,7 @@

Defect

- 3.82 + 3.69 17 @@ -106,7 +106,6 @@

Defect

Dom Kiva-Meyer (1/2)
Laszlo Török (1/2)
Peter Taoussanis (1/2)
-Huahai Yang (1/4)
Jason Wolfe (1/4)
Mark Engelberg (1/4)
Alex Miller (1/5)
@@ -116,6 +115,7 @@

Defect

Patrick Houk (1/5)
Phill Wolf (1/5)
John Walker (1/7)
+Huahai Yang (1/8)
Gary Trakhman (1/10)
Reid McKenzie (1/18)
David Greenberg (1/19)
@@ -208,25 +208,9 @@

Defect

- 2.50 - - 3 - - Triaged + 2.53 - CLJ-1591 - - Symbol not being bound in namespace when name clashes with clojure.core - - Kei Tsuji (1)
-Sunil Abraham (1)
-Ryan Neufeld (1/2) - - - - 2.49 - - 9 + 10 Backlog @@ -238,13 +222,30 @@

Defect

Steffen Dienst (1/2)
Fogus (1/3)
Ghadi Shayban (1/3)
-Kuldeep (1/3)
Jozef Wagner (1/4)
+Kuldeep (1/4)
+Huahai Yang (1/8)
Tassilo Horn (1/8)
Gary Trakhman (1/10)
Nicola Mometto (1/56) + + 2.50 + + 3 + + Triaged + + CLJ-1591 + + Symbol not being bound in namespace when name clashes with clojure.core + + Kei Tsuji (1)
+Sunil Abraham (1)
+Ryan Neufeld (1/2) + + 2.24 @@ -1758,6 +1759,20 @@

Defect

+ + 0.00 + + 0 + + Triaged + + CLJ-1768 + + quote of an empty lazyseq produces an error when evaled + + + +

Enhancement

@@ -1779,9 +1794,9 @@

Enhancement

- 14.45 + 14.49 - 25 + 26 Triaged @@ -1804,10 +1819,11 @@

Enhancement

Francesco Bellomi (1/2)
Laszlo Török (1/2)
davie moston (1/2)
-Kuldeep (1/3)
Jason Wolfe (1/4)
+Kuldeep (1/4)
Michael Patrick O'Keefe (1/4)
Colin Fleming (1/7)
+Huahai Yang (1/8)
Tim McCormack (1/8)
Tom Crayford (1/9)
Max Penet (1/11)
@@ -1817,7 +1833,7 @@

Enhancement

- 14.17 + 14.05 25 @@ -1846,47 +1862,18 @@

Enhancement

Jeremy Heiler (1/3)
Julien Eluard (1/3)
Andrew Rosa (1/4)
-Huahai Yang (1/4)
Chris Blom (1/5)
Howard Lewis Ship (1/5)
+Huahai Yang (1/8)
Brandon Bloom (1/9)
Christoffer Sawicki (1/9)
David Greenberg (1/19) - 8.04 - - 16 - - Vetted - - CLJ-865 - - Macroexpansion discards &form metadata - - Anthony Simpson (1)
-Chris Granger (1)
-Christophe Grand (1)
-Hugo Duncan (1)
-Jarppe Lansio (1)
-Marek Srank (1)
-Peter Taoussanis (1/2)
-Kuldeep (1/3)
-David Nolen (1/4)
-Marshall T. Vandegrift (1/4)
-Vlad Bokov (1/5)
-Mike Anderson (1/6)
-Colin Fleming (1/7)
-Tassilo Horn (1/8)
-David Greenberg (1/19)
-Nicola Mometto (1/56) - - - - 7.77 + 8.02 - 19 + 20 Vetted @@ -1906,12 +1893,42 @@

Enhancement

Sean Corfield (1/2)
Devin Walters (1/3)
Jozef Wagner (1/4)
+Kuldeep (1/4)
Patrick Houk (1/5)
Colin Taylor (1/7)
Tim McCormack (1/8)
Gary Trakhman (1/10)
David Greenberg (1/19)
Michael Blume (1/19)
+Nicola Mometto (1/56) + + + + 7.96 + + 16 + + Vetted + + CLJ-865 + + Macroexpansion discards &form metadata + + Anthony Simpson (1)
+Chris Granger (1)
+Christophe Grand (1)
+Hugo Duncan (1)
+Jarppe Lansio (1)
+Marek Srank (1)
+Peter Taoussanis (1/2)
+David Nolen (1/4)
+Kuldeep (1/4)
+Marshall T. Vandegrift (1/4)
+Vlad Bokov (1/5)
+Mike Anderson (1/6)
+Colin Fleming (1/7)
+Tassilo Horn (1/8)
+David Greenberg (1/19)
Nicola Mometto (1/56) @@ -1965,7 +1982,7 @@

Enhancement

- 5.38 + 5.25 16 @@ -1981,12 +1998,12 @@

Enhancement

Steffen Dienst (1/2)
Tom Hickey (1/2)
Chris McDevitt (1/3)
-Huahai Yang (1/4)
Jozef Wagner (1/4)
Steve Miner (1/4)
Alex Miller (1/5)
Colin Fleming (1/7)
John Walker (1/7)
+Huahai Yang (1/8)
Christoffer Sawicki (1/9)
Max Penet (1/11)
Reid McKenzie (1/18)
@@ -2119,9 +2136,9 @@

Enhancement

- 3.58 + 3.71 - 5 + 6 Open @@ -2133,7 +2150,8 @@

Enhancement

Michael D Pendergrass (1)
Timothy Pratley (1)
Noam Ben Ari (1/3)
-Bridget Hillyer (1/4) +Bridget Hillyer (1/4)
+Huahai Yang (1/8) @@ -2227,6 +2245,31 @@

Enhancement

Daniel James (1/5) + + 2.98 + + 12 + + Vetted + + CLJ-1005 + + Use transient map in zipmap + + Joshua Ballanco (1)
+Bobby Eickhoff (1/2)
+Gary Fredericks (1/4)
+Yongqian Li (1/4)
+Alex Miller (1/5)
+Daniel James (1/5)
+Ambrose Bonnaire-Sergeant (1/7)
+Mike Rodriguez (1/7)
+Huahai Yang (1/8)
+Bozhidar Batsov (1/10)
+David Greenberg (1/19)
+Nicola Mometto (1/56) + + 2.98 @@ -2250,30 +2293,6 @@

Enhancement

Christoffer Sawicki (1/9)
Bozhidar Batsov (1/10)
Reid McKenzie (1/18)
-Nicola Mometto (1/56) - - - - 2.86 - - 11 - - Vetted - - CLJ-1005 - - Use transient map in zipmap - - Joshua Ballanco (1)
-Bobby Eickhoff (1/2)
-Gary Fredericks (1/4)
-Yongqian Li (1/4)
-Alex Miller (1/5)
-Daniel James (1/5)
-Ambrose Bonnaire-Sergeant (1/7)
-Mike Rodriguez (1/7)
-Bozhidar Batsov (1/10)
-David Greenberg (1/19)
Nicola Mometto (1/56) @@ -2698,24 +2717,6 @@

Enhancement

Reid McKenzie (1/18) - - 1.15 - - 5 - - Triaged - - CLJ-1458 - - Use transients in merge and merge-with - - Alejandro Ciniglio (1/2)
-Huahai Yang (1/4)
-Daniel James (1/5)
-John Walker (1/7)
-David Greenberg (1/19) - - 1.06 @@ -2747,6 +2748,24 @@

Enhancement

Michael Blume (1/19) + + 1.02 + + 5 + + Triaged + + CLJ-1458 + + Use transients in merge and merge-with + + Alejandro Ciniglio (1/2)
+Daniel James (1/5)
+John Walker (1/7)
+Huahai Yang (1/8)
+David Greenberg (1/19) + + 1.00 diff --git a/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.txt b/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.txt index bf058feb..2f14159e 100644 --- a/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.txt +++ b/clj-ticket-status/CLJ-top-tickets-by-weighted-vote.txt @@ -1,6 +1,6 @@ Top CLJ tickets by weighted vote -Date: June 22, 2015 +Date: June 25, 2015 Open CLJ tickets with at least one vote, sorted in descending order of their "weighted vote". At the end of the CLJ and CLJS lists are @@ -57,11 +57,10 @@ Defect Mike Rodriguez (1/7) Gary Trakhman (1/10) David Greenberg (1/19) - 3.82 17 Backlog [CLJ-700] contains? broken for transient collections + 3.69 17 Backlog [CLJ-700] contains? broken for transient collections Dom Kiva-Meyer (1/2) Laszlo Török (1/2) Peter Taoussanis (1/2) - Huahai Yang (1/4) Jason Wolfe (1/4) Mark Engelberg (1/4) Alex Miller (1/5) @@ -71,6 +70,7 @@ Defect Patrick Houk (1/5) Phill Wolf (1/5) John Walker (1/7) + Huahai Yang (1/8) Gary Trakhman (1/10) Reid McKenzie (1/18) David Greenberg (1/19) @@ -112,20 +112,21 @@ Defect Tassilo Horn (1/8) Tom Crayford (1/9) Nicola Mometto (1/56) - 2.50 3 Triaged [CLJ-1591] Symbol not being bound in namespace when name clashes with clojure.core - Kei Tsuji (1) - Sunil Abraham (1) - Ryan Neufeld (1/2) - 2.49 9 Backlog [CLJ-1250] Reducer (and folder) instances hold onto the head of seqs + 2.53 10 Backlog [CLJ-1250] Reducer (and folder) instances hold onto the head of seqs Paul Butcher (1/2) Steffen Dienst (1/2) Fogus (1/3) Ghadi Shayban (1/3) - Kuldeep (1/3) Jozef Wagner (1/4) + Kuldeep (1/4) + Huahai Yang (1/8) Tassilo Horn (1/8) Gary Trakhman (1/10) Nicola Mometto (1/56) + 2.50 3 Triaged [CLJ-1591] Symbol not being bound in namespace when name clashes with clojure.core + Kei Tsuji (1) + Sunil Abraham (1) + Ryan Neufeld (1/2) 2.24 8 Backlog [CLJ-1232] Functions with non-qualified return type hints force import of hinted classes when called from other namespace Shantanu Kumar (1) Sean Corfield (1/2) @@ -365,11 +366,12 @@ Defect 0.00 0 Triaged [CLJ-1763] clojure.core/sort is not thread-safe on Java collections with backing arrays 0.00 0 Triaged [CLJ-1764] partition-by runs infinite loop when one element of infinite partition is accessed 0.00 0 Triaged [CLJ-1766] Serializing+deserializing lists breaks their hash + 0.00 0 Triaged [CLJ-1768] quote of an empty lazyseq produces an error when evaled ======================================== Enhancement - 14.45 25 Triaged [CLJ-703] Improve writeClassFile performance + 14.49 26 Triaged [CLJ-703] Improve writeClassFile performance Anthony Kesich (1) Dan Neumann (1) David Powell (1) @@ -385,17 +387,18 @@ Enhancement Francesco Bellomi (1/2) Laszlo Török (1/2) davie moston (1/2) - Kuldeep (1/3) Jason Wolfe (1/4) + Kuldeep (1/4) Michael Patrick O'Keefe (1/4) Colin Fleming (1/7) + Huahai Yang (1/8) Tim McCormack (1/8) Tom Crayford (1/9) Max Penet (1/11) Andy Fingerhut (1/13) Michael Blume (1/19) Nicola Mometto (1/56) - 14.17 25 Triaged [CLJ-1449] Add clojure.string functions for portability to ClojureScript + 14.05 25 Triaged [CLJ-1449] Add clojure.string functions for portability to ClojureScript Anna Pawlicka (1) Dmitr Sotnikov (1) Gilles Philippart (1) @@ -415,30 +418,13 @@ Enhancement Jeremy Heiler (1/3) Julien Eluard (1/3) Andrew Rosa (1/4) - Huahai Yang (1/4) Chris Blom (1/5) Howard Lewis Ship (1/5) + Huahai Yang (1/8) Brandon Bloom (1/9) Christoffer Sawicki (1/9) David Greenberg (1/19) - 8.04 16 Vetted [CLJ-865] Macroexpansion discards &form metadata - Anthony Simpson (1) - Chris Granger (1) - Christophe Grand (1) - Hugo Duncan (1) - Jarppe Lansio (1) - Marek Srank (1) - Peter Taoussanis (1/2) - Kuldeep (1/3) - David Nolen (1/4) - Marshall T. Vandegrift (1/4) - Vlad Bokov (1/5) - Mike Anderson (1/6) - Colin Fleming (1/7) - Tassilo Horn (1/8) - David Greenberg (1/19) - Nicola Mometto (1/56) - 7.77 19 Vetted [CLJ-322] Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces + 8.02 20 Vetted [CLJ-322] Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces Gabriel Ki (1) Lei Wang (1) Ryan Senior (1) @@ -451,6 +437,7 @@ Enhancement Sean Corfield (1/2) Devin Walters (1/3) Jozef Wagner (1/4) + Kuldeep (1/4) Patrick Houk (1/5) Colin Taylor (1/7) Tim McCormack (1/8) @@ -458,6 +445,23 @@ Enhancement David Greenberg (1/19) Michael Blume (1/19) Nicola Mometto (1/56) + 7.96 16 Vetted [CLJ-865] Macroexpansion discards &form metadata + Anthony Simpson (1) + Chris Granger (1) + Christophe Grand (1) + Hugo Duncan (1) + Jarppe Lansio (1) + Marek Srank (1) + Peter Taoussanis (1/2) + David Nolen (1/4) + Kuldeep (1/4) + Marshall T. Vandegrift (1/4) + Vlad Bokov (1/5) + Mike Anderson (1/6) + Colin Fleming (1/7) + Tassilo Horn (1/8) + David Greenberg (1/19) + Nicola Mometto (1/56) 6.08 15 Triaged [CLJ-1298] Add more type predicate fns to core Alexander Redington (1) Gunnar Völkel (1) @@ -483,19 +487,19 @@ Enhancement Dmitri Naumov (1/4) Bozhidar Batsov (1/10) Gary Trakhman (1/10) - 5.38 16 Backlog [CLJ-1517] Unrolled small vectors + 5.25 16 Backlog [CLJ-1517] Unrolled small vectors Deepak Giridharagopal (1) Yuriy Melnyk (1) Michał Marczyk (1/2) Steffen Dienst (1/2) Tom Hickey (1/2) Chris McDevitt (1/3) - Huahai Yang (1/4) Jozef Wagner (1/4) Steve Miner (1/4) Alex Miller (1/5) Colin Fleming (1/7) John Walker (1/7) + Huahai Yang (1/8) Christoffer Sawicki (1/9) Max Penet (1/11) Reid McKenzie (1/18) @@ -553,12 +557,13 @@ Enhancement Greg Chapman (1/5) Christoffer Sawicki (1/9) David Greenberg (1/19) - 3.58 5 Open [CLJ-1063] Missing dissoc-in + 3.71 6 Open [CLJ-1063] Missing dissoc-in CA (1) Michael D Pendergrass (1) Timothy Pratley (1) Noam Ben Ari (1/3) Bridget Hillyer (1/4) + Huahai Yang (1/8) 3.50 4 Open [CLJ-1573] Support (Java) transient fields in deftype, e.g. for hashcodes Daniel J Jolicoeur (1) Ian Eslick (1) @@ -590,6 +595,19 @@ Enhancement Alejandro Ciniglio (1/2) Devin Walters (1/3) Daniel James (1/5) + 2.98 12 Vetted [CLJ-1005] Use transient map in zipmap + Joshua Ballanco (1) + Bobby Eickhoff (1/2) + Gary Fredericks (1/4) + Yongqian Li (1/4) + Alex Miller (1/5) + Daniel James (1/5) + Ambrose Bonnaire-Sergeant (1/7) + Mike Rodriguez (1/7) + Huahai Yang (1/8) + Bozhidar Batsov (1/10) + David Greenberg (1/19) + Nicola Mometto (1/56) 2.98 13 Triaged [CLJ-1107] 'get' should throw exception on non-Associative argument Brian Pratt (1) Eric Normand (1/2) @@ -604,18 +622,6 @@ Enhancement Bozhidar Batsov (1/10) Reid McKenzie (1/18) Nicola Mometto (1/56) - 2.86 11 Vetted [CLJ-1005] Use transient map in zipmap - Joshua Ballanco (1) - Bobby Eickhoff (1/2) - Gary Fredericks (1/4) - Yongqian Li (1/4) - Alex Miller (1/5) - Daniel James (1/5) - Ambrose Bonnaire-Sergeant (1/7) - Mike Rodriguez (1/7) - Bozhidar Batsov (1/10) - David Greenberg (1/19) - Nicola Mometto (1/56) 2.83 4 Triaged [CLJ-1490] Exception on protocol implementation after protocol reloaded could be improved Alan Crowley (1) Ted Coakley (1) @@ -737,12 +743,6 @@ Enhancement Gary Fredericks (1/4) Greg Chapman (1/5) Reid McKenzie (1/18) - 1.15 5 Triaged [CLJ-1458] Use transients in merge and merge-with - Alejandro Ciniglio (1/2) - Huahai Yang (1/4) - Daniel James (1/5) - John Walker (1/7) - David Greenberg (1/19) 1.06 3 Open [CLJ-1201] There should also be writing in clojure.edn Marc Limotte (1/2) Trevor Hartman (1/2) @@ -750,6 +750,12 @@ Enhancement 1.05 2 Open [CLJ-1162] Error Message when calling deref on a non-IDeref is unhelpful Jason W Zwolak (1) Michael Blume (1/19) + 1.02 5 Triaged [CLJ-1458] Use transients in merge and merge-with + Alejandro Ciniglio (1/2) + Daniel James (1/5) + John Walker (1/7) + Huahai Yang (1/8) + David Greenberg (1/19) 1.00 1 Open [CLJ-1223] Improve App Engine Support by Providing an Option to Use the App Engine ThreadManger Stu West (1) 1.00 1 Open [CLJ-1526] clojure.core/> inconsistent behavior wrt to documentation. diff --git a/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.html b/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.html index 65af505b..5db9befd 100644 --- a/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.html +++ b/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.html @@ -8,7 +8,7 @@

Top CLJS tickets by weighted vote

-Date: June 22, 2015
+Date: June 25, 2015

Open CLJS tickets with at least one vote, sorted in descending order of @@ -58,6 +58,16 @@

Defect

Summary + + 3 + + Open + + CLJS-1191 + + Update clojure.walk to the current version on clojure + + 2 @@ -564,6 +574,16 @@

Enhancement

Allow deps.cljs to declare a foreign lib as remote + + 1 + + Open + + CLJS-1153 + + Typed Array backed PersistentVector based on clojure.core/Vec + + 1 @@ -744,16 +764,6 @@

Enhancement

relax requirement that files must declare a namespace, default to cljs.user - - 0 - - Bad: Unkn Fix Version - - CLJS-1281 - - preserve test order - -

Task

diff --git a/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.txt b/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.txt index 7cc6174c..c2e0d81e 100644 --- a/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.txt +++ b/clj-ticket-status/CLJS-top-tickets-by-unweighted-vote.txt @@ -1,6 +1,6 @@ Top CLJS tickets by weighted vote -Date: June 22, 2015 +Date: June 25, 2015 Open CLJS tickets with at least one vote, sorted in descending order of their "weighted vote". At the end of the CLJ and CLJS lists are @@ -39,6 +39,7 @@ release is 1.7, but the ticket is marked for fix in release 1.8). ======================================== Defect + 3 Open [CLJS-1191] Update clojure.walk to the current version on clojure 2 Open [CLJS-677] cljs.reader doesn't support keywords starting with a digit 2 Open [CLJS-957] Parallel compilation 1 Bad: Unkn Fi [CLJS-871] .-default property access returns nil @@ -92,6 +93,7 @@ Enhancement 1 Open [CLJS-324] cljs.core/format 1 Open [CLJS-335] user defined tagged literals in CLJS 1 Open [CLJS-1009] Allow deps.cljs to declare a foreign lib as remote + 1 Open [CLJS-1153] Typed Array backed PersistentVector based on clojure.core/Vec 1 Bad: Unkn Fi [CLJS-1238] Setting *main-cli-fn* when using :target :nodejs shouldn't be manditory 1 Open [CLJS-1017] Support :main for :advanced builds 1 Bad: Unkn Fi [CLJS-1177] A compiler support for non-Closure transforms (JSX, etc) @@ -110,7 +112,6 @@ Enhancement 0 Bad: Unkn Fi [CLJS-1195] generic reusable command line argument parsing for REPLs 0 Bad: Unkn Fi [CLJS-1207] Emit a warning if multiple resources found for a ClojureScript namespace 0 Bad: Unkn Fi [CLJS-1277] relax requirement that files must declare a namespace, default to cljs.user - 0 Bad: Unkn Fi [CLJS-1281] preserve test order ======================================== Task diff --git a/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.html b/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.html index 313a25d7..340dde32 100644 --- a/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.html +++ b/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.html @@ -8,7 +8,7 @@

Top CLJS tickets by weighted vote

-Date: June 22, 2015
+Date: June 25, 2015

Open CLJS tickets with at least one vote, sorted in descending order of @@ -62,6 +62,22 @@

Defect

Voters + + 3.00 + + 3 + + Open + + CLJS-1191 + + Update clojure.walk to the current version on clojure + + Daniel Compton (1)
+Denis Johnson (1)
+Mike Thompson (1) + + 2.00 @@ -787,6 +803,20 @@

Enhancement

Ruslan Prokopchuk (1) + + 1.00 + + 1 + + Open + + CLJS-1153 + + Typed Array backed PersistentVector based on clojure.core/Vec + + Patrick Killean (1) + + 0.50 @@ -1025,20 +1055,6 @@

Enhancement

- - 0.00 - - 0 - - Bad: Unkn Fix Version - - CLJS-1281 - - preserve test order - - - -

Task

diff --git a/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.txt b/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.txt index d24e9da2..8848b8b8 100644 --- a/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.txt +++ b/clj-ticket-status/CLJS-top-tickets-by-weighted-vote.txt @@ -1,6 +1,6 @@ Top CLJS tickets by weighted vote -Date: June 22, 2015 +Date: June 25, 2015 Open CLJS tickets with at least one vote, sorted in descending order of their "weighted vote". At the end of the CLJ and CLJS lists are @@ -39,6 +39,10 @@ release is 1.7, but the ticket is marked for fix in release 1.8). ======================================== Defect + 3.00 3 Open [CLJS-1191] Update clojure.walk to the current version on clojure + Daniel Compton (1) + Denis Johnson (1) + Mike Thompson (1) 2.00 2 Open [CLJS-677] cljs.reader doesn't support keywords starting with a digit Francis Avila (1) Mike Longworth (1) @@ -113,6 +117,8 @@ Enhancement Jan-Paul Bultmann (1) 1.00 1 Open [CLJS-1009] Allow deps.cljs to declare a foreign lib as remote Ruslan Prokopchuk (1) + 1.00 1 Open [CLJS-1153] Typed Array backed PersistentVector based on clojure.core/Vec + Patrick Killean (1) 0.50 1 Open [CLJS-1017] Support :main for :advanced builds Joshua Choi (1/2) 0.14 1 Bad: Unkn Fi [CLJS-1177] A compiler support for non-Closure transforms (JSX, etc) @@ -133,7 +139,6 @@ Enhancement 0.00 0 Bad: Unkn Fi [CLJS-1195] generic reusable command line argument parsing for REPLs 0.00 0 Bad: Unkn Fi [CLJS-1207] Emit a warning if multiple resources found for a ClojureScript namespace 0.00 0 Bad: Unkn Fi [CLJS-1277] relax requirement that files must declare a namespace, default to cljs.user - 0.00 0 Bad: Unkn Fi [CLJS-1281] preserve test order ======================================== Task diff --git a/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.html b/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.html index c008e815..66ae7922 100644 --- a/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.html +++ b/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.html @@ -8,7 +8,7 @@

Top OTHERS tickets by weighted vote

-Date: June 22, 2015
+Date: June 25, 2015

Open OTHERS tickets with at least one vote, sorted in descending order of @@ -159,11 +159,11 @@

Top OTHERS tickets by weighted vote

CTYP - 52 + 54 - 35 + 38 - 2 + 5 @@ -2270,16 +2270,6 @@

Defect

Can't create a promise of the same type as a record field - - 0 - - Open - - CTYP-214 - - core.typed 0.2.84 raises an exception when trying to infer the type of (atom #{}) - - 0 @@ -2360,6 +2350,36 @@

Defect

Type signature for sort is incorrect - never returns nil + + 0 + + Open + + CTYP-231 + + (Array X) is broken and undocumented + + + + 0 + + Open + + CTYP-232 + + Can't convince core.typed that HVec is non-nil + + + + 0 + + Open + + CTYP-234 + + Setting :collect-only attribute for a namespace does not collect type aliases + +

Enhancement

@@ -2726,6 +2746,36 @@

Enhancement

Checker slows development in rechecking dependent namespaces + + 0 + + Open + + CTYP-230 + + Improve error messages by highlighting unmatched argument + + + + 0 + + Open + + CTYP-233 + + Java interop should consider automatic numeric promotions + + + + 0 + + Open + + CTYP-235 + + Warn on duplicate defalias' + +

Task

@@ -2762,6 +2812,36 @@

Task

Parameterise IFn instead of special function type. + + 0 + + Open + + CTYP-236 + + Refactor core.async annnotations into its own jar + + + + 0 + + Open + + CTYP-237 + + Convert .clj files to .cljc + + + + 0 + + Open + + CTYP-238 + + Move CLJS checker to its own jar + + @@ -4661,7 +4741,7 @@

Enhancement

- 2 + 5 Bad: Unkn Fix Version diff --git a/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.txt b/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.txt index a4183217..88d6395e 100644 --- a/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.txt +++ b/clj-ticket-status/OTHERS-top-tickets-by-unweighted-vote.txt @@ -1,6 +1,6 @@ Top OTHERS tickets by weighted vote -Date: June 22, 2015 +Date: June 25, 2015 Open OTHERS tickets with at least one vote, sorted in descending order of their "weighted vote". At the end of the CLJ and CLJS lists are @@ -279,7 +279,6 @@ Defect 0 Open [CTYP-209] method-type is broken 0 Open [CTYP-210] (long AnyInteger) doesn't typecheck 0 Open [CTYP-212] Can't create a promise of the same type as a record field - 0 Open [CTYP-214] core.typed 0.2.84 raises an exception when trying to infer the type of (atom #{}) 0 Open [CTYP-216] PermGen memory leak when type checking with faulty types 0 Open [CTYP-218] wrap-clj-repl causes error 0 Open [CTYP-221] group-by produces "Cannot resolve type: Seqable" @@ -288,6 +287,9 @@ Defect 0 Open [CTYP-224] Lein REPL Autocomplete in typed namespaces throws a type error 0 Open [CTYP-225] Intersections of value types broken 0 Open [CTYP-228] Type signature for sort is incorrect - never returns nil + 0 Open [CTYP-231] (Array X) is broken and undocumented + 0 Open [CTYP-232] Can't convince core.typed that HVec is non-nil + 0 Open [CTYP-234] Setting :collect-only attribute for a namespace does not collect type aliases ======================================== Enhancement @@ -327,12 +329,18 @@ Enhancement 0 Open [CTYP-226] Update clojure.core/get-in annotations to use polymorphic function types (similar to clojure.core/get) 0 Open [CTYP-227] Show file and line number of duplicate definitions 0 Open [CTYP-229] Checker slows development in rechecking dependent namespaces + 0 Open [CTYP-230] Improve error messages by highlighting unmatched argument + 0 Open [CTYP-233] Java interop should consider automatic numeric promotions + 0 Open [CTYP-235] Warn on duplicate defalias' ======================================== Task 0 Bad: Unkn Fi [CTYP-15] Eliminate the need to specify all ancestors in alter-class. 0 Bad: Unkn Fi [CTYP-16] Parameterise IFn instead of special function type. + 0 Open [CTYP-236] Refactor core.async annnotations into its own jar + 0 Open [CTYP-237] Convert .clj files to .cljc + 0 Open [CTYP-238] Move CLJS checker to its own jar Project DAVL tickets @@ -634,7 +642,7 @@ Defect ======================================== Enhancement - 2 Bad: Unkn Fi [NREPL-59] Tracking source form positions in eval + 5 Bad: Unkn Fi [NREPL-59] Tracking source form positions in eval 1 Open [NREPL-77] Expose installed middlewares via some mechanism 0 Open [NREPL-4] Provide sane multiplexing of output in the face of multithreaded, asynchronous operation 0 Open [NREPL-15] Allow clients to specify an ID for newly-retained sessions diff --git a/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.html b/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.html index 4ca6e51d..ec78b8a1 100644 --- a/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.html +++ b/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.html @@ -8,7 +8,7 @@

Top OTHERS tickets by weighted vote

-Date: June 22, 2015
+Date: June 25, 2015

Open OTHERS tickets with at least one vote, sorted in descending order of @@ -159,11 +159,11 @@

Top OTHERS tickets by weighted vote

CTYP - 52 + 54 - 35 + 38 - 2 + 5 @@ -2940,20 +2940,6 @@

Defect

- - 0.00 - - 0 - - Open - - CTYP-214 - - core.typed 0.2.84 raises an exception when trying to infer the type of (atom #{}) - - - - 0.00 @@ -3066,6 +3052,48 @@

Defect

+ + 0.00 + + 0 + + Open + + CTYP-231 + + (Array X) is broken and undocumented + + + + + + 0.00 + + 0 + + Open + + CTYP-232 + + Can't convince core.typed that HVec is non-nil + + + + + + 0.00 + + 0 + + Open + + CTYP-234 + + Setting :collect-only attribute for a namespace does not collect type aliases + + + +

Enhancement

@@ -3562,6 +3590,48 @@

Enhancement

+ + 0.00 + + 0 + + Open + + CTYP-230 + + Improve error messages by highlighting unmatched argument + + + + + + 0.00 + + 0 + + Open + + CTYP-233 + + Java interop should consider automatic numeric promotions + + + + + + 0.00 + + 0 + + Open + + CTYP-235 + + Warn on duplicate defalias' + + + + 0.00 @@ -3624,6 +3694,48 @@

Task

+ + 0.00 + + 0 + + Open + + CTYP-236 + + Refactor core.async annnotations into its own jar + + + + + + 0.00 + + 0 + + Open + + CTYP-237 + + Convert .clj files to .cljc + + + + + + 0.00 + + 0 + + Open + + CTYP-238 + + Move CLJS checker to its own jar + + + + @@ -6184,9 +6296,9 @@

Enhancement

- 1.50 + 4.50 - 2 + 5 Bad: Unkn Fix Version @@ -6194,7 +6306,10 @@

Enhancement

Tracking source form positions in eval - James Elliott (1)
+ Akiva Schoen (1)
+Chris Sims (1)
+James Elliott (1)
+Sven Richter (1)
Lars Andersen (1/2) diff --git a/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.txt b/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.txt index 22c27a74..858ed82a 100644 --- a/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.txt +++ b/clj-ticket-status/OTHERS-top-tickets-by-weighted-vote.txt @@ -1,6 +1,6 @@ Top OTHERS tickets by weighted vote -Date: June 22, 2015 +Date: June 25, 2015 Open OTHERS tickets with at least one vote, sorted in descending order of their "weighted vote". At the end of the CLJ and CLJS lists are @@ -335,7 +335,6 @@ Defect 0.00 0 Open [CTYP-209] method-type is broken 0.00 0 Open [CTYP-210] (long AnyInteger) doesn't typecheck 0.00 0 Open [CTYP-212] Can't create a promise of the same type as a record field - 0.00 0 Open [CTYP-214] core.typed 0.2.84 raises an exception when trying to infer the type of (atom #{}) 0.00 0 Open [CTYP-216] PermGen memory leak when type checking with faulty types 0.00 0 Open [CTYP-218] wrap-clj-repl causes error 0.00 0 Open [CTYP-221] group-by produces "Cannot resolve type: Seqable" @@ -344,6 +343,9 @@ Defect 0.00 0 Open [CTYP-224] Lein REPL Autocomplete in typed namespaces throws a type error 0.00 0 Open [CTYP-225] Intersections of value types broken 0.00 0 Open [CTYP-228] Type signature for sort is incorrect - never returns nil + 0.00 0 Open [CTYP-231] (Array X) is broken and undocumented + 0.00 0 Open [CTYP-232] Can't convince core.typed that HVec is non-nil + 0.00 0 Open [CTYP-234] Setting :collect-only attribute for a namespace does not collect type aliases ======================================== Enhancement @@ -385,6 +387,9 @@ Enhancement 0.00 0 Open [CTYP-226] Update clojure.core/get-in annotations to use polymorphic function types (similar to clojure.core/get) 0.00 0 Open [CTYP-227] Show file and line number of duplicate definitions 0.00 0 Open [CTYP-229] Checker slows development in rechecking dependent namespaces + 0.00 0 Open [CTYP-230] Improve error messages by highlighting unmatched argument + 0.00 0 Open [CTYP-233] Java interop should consider automatic numeric promotions + 0.00 0 Open [CTYP-235] Warn on duplicate defalias' 0.00 0 Triaged [CTYP-217] Basic support for transients ======================================== @@ -392,6 +397,9 @@ Task 0.00 0 Bad: Unkn Fi [CTYP-15] Eliminate the need to specify all ancestors in alter-class. 0.00 0 Bad: Unkn Fi [CTYP-16] Parameterise IFn instead of special function type. + 0.00 0 Open [CTYP-236] Refactor core.async annnotations into its own jar + 0.00 0 Open [CTYP-237] Convert .clj files to .cljc + 0.00 0 Open [CTYP-238] Move CLJS checker to its own jar Project DAVL tickets @@ -715,8 +723,11 @@ Defect ======================================== Enhancement - 1.50 2 Bad: Unkn Fi [NREPL-59] Tracking source form positions in eval + 4.50 5 Bad: Unkn Fi [NREPL-59] Tracking source form positions in eval + Akiva Schoen (1) + Chris Sims (1) James Elliott (1) + Sven Richter (1) Lars Andersen (1/2) 1.00 1 Open [NREPL-77] Expose installed middlewares via some mechanism Dirk Geurs (1) diff --git a/clj-ticket-status/votes-on-tickets.clj b/clj-ticket-status/votes-on-tickets.clj index ec5268e1..3043ff07 100644 --- a/clj-ticket-status/votes-on-tickets.clj +++ b/clj-ticket-status/votes-on-tickets.clj @@ -699,6 +699,10 @@ :usernames #{"jasonrudolph"}, :emails #{"jason@jasonrudolph.com"}} (), + {:display-name "arathunku", + :usernames #{"arathunku"}, + :emails #{"arathunku@gmail.com"}} + (), {:display-name "JulianMorris", :usernames #{"julianmorris"}, :emails #{"EternalEssence@yandex.ru"}} @@ -706,7 +710,7 @@ {:display-name "Mike Thompson", :usernames #{"mikethompson"}, :emails #{"mike.thompson@day8.com.au"}} - ("CLJ-1734"), + ("CLJS-1191" "CLJ-1734"), {:display-name "Aleš Roubíček", :usernames #{"rarous"}, :emails #{"rarous@gmail.com"}} @@ -1821,7 +1825,7 @@ {:display-name "Denis Johnson", :usernames #{"hipitihop"}, :emails #{"denis.johnson@gmail.com"}} - (), + ("CLJS-1191"), {:display-name "Matthew O. Smith", :usernames #{"m0smith"}, :emails #{"m0smith@yahoo.com"}} @@ -2197,7 +2201,7 @@ {:display-name "Kuldeep", :usernames #{"kul"}, :emails #{"kuldeep.bora@gmail.com"}} - ("CLJ-1250" "CLJ-865" "CLJ-703"), + ("CLJ-1250" "CLJ-865" "CLJ-703" "CLJ-322"), {:display-name "Duane Bester", :usernames #{"duanebester"}, :emails #{"duane@bester.io"}} @@ -2904,6 +2908,10 @@ :usernames #{"alexandergunnarson"}, :emails #{"alexandergunnarson@gmail.com"}} (), + {:display-name "Akiva Schoen", + :usernames #{"akiva"}, + :emails #{"clojure-jira@akivamail.com"}} + ("NREPL-59"), {:display-name "Marc Dzaebel", :usernames #{"mdzaebel"}, :emails #{"mdzaebel@web.de"}} @@ -3408,7 +3416,14 @@ {:display-name "Huahai Yang", :usernames #{"huahaiy"}, :emails #{"huahai.yang@gmail.com"}} - ("CLJ-1517" "CLJ-1458" "CLJ-1449" "CLJ-700"), + ("CLJ-1517" + "CLJ-1458" + "CLJ-1449" + "CLJ-1250" + "CLJ-1063" + "CLJ-1005" + "CLJ-703" + "CLJ-700"), {:display-name "ToBeReplaced", :usernames #{"tobereplaced"}, :emails #{"ToBeReplaced@gmail.com"}} @@ -3912,6 +3927,10 @@ :usernames #{"chamblin"}, :emails #{"c@chambl.in"}} (), + {:display-name "Tom Davis", + :usernames #{"tdavis"}, + :emails #{"binjured@gmail.com"}} + (), {:display-name "Nelson Morris", :usernames #{"xeqi"}, :emails #{"nmorris@nelsonmorris.net"}} @@ -5138,7 +5157,7 @@ {:display-name "Sven Richter", :usernames #{"sveri"}, :emails #{"sveri80@gmail.com"}} - ("CLJ-1659"), + ("NREPL-59" "CLJ-1659"), {:display-name "tiredpixel", :usernames #{"tiredpixel"}, :emails #{"tp@tiredpixel.com"}} @@ -5361,6 +5380,10 @@ :usernames #{"ctford"}, :emails #{"christophertford@gmail.com"}} (), + {:display-name "Patrick Killean", + :usernames #{"pkillean"}, + :emails #{"pkillean@gmail.com"}} + ("CLJS-1153"), {:display-name "Ben Moss", :usernames #{"benmoss"}, :emails #{"ben@mossity.com"}} @@ -7237,7 +7260,7 @@ {:display-name "Daniel Compton", :usernames #{"desk@danielcompton.net"}, :emails #{"desk@danielcompton.net"}} - ("CLJ-1647" "CLJ-1372" "CLJ-1117"), + ("CLJS-1191" "CLJ-1647" "CLJ-1372" "CLJ-1117"), {:display-name "Stephen Wan", :usernames #{"stephenhk"}, :emails #{"stephenwyy@gmail.com"}} @@ -7460,7 +7483,7 @@ {:display-name "Chris Sims", :usernames #{"jcsims"}, :emails #{"chris@jcsi.ms"}} - (), + ("NREPL-59"), {:display-name "Fogus", :usernames #{"fogus"}, :emails #{"michael.fogus@gmail.com"}}