 |
CLJ-1210
|
error message for (clojure.java.io/reader nil) — consistency for use with io/resource
|
Unassigned
|
Trevor Wennblom
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1208
|
Namespace is not loaded on defrecord class init
|
Unassigned
|
Tim McCormack
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1207
|
Importing a class that does not exist fails to report the name of the class that did not exist
|
Unassigned
|
Howard Lewis Ship
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1206
|
'eval' of closures or fns with runtime metadata within a call expr yields "No matching ctor found" exceptions
|
Unassigned
|
Jason Wolfe
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1201
|
There should also be writing in clojure.edn
|
Unassigned
|
Vitaly Shukela
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1199
|
Record values are not 'eval'uated, unlike values of PersistentMap:
|
Unassigned
|
Jason Wolfe
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1198
|
Apply metadata to primitive fns causes them to lose their primitive-ness
|
Unassigned
|
Jason Wolfe
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1195
|
emit-hinted-impl expands to non-ns-qualified invocation of 'fn'
|
Unassigned
|
Jason Wolfe
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1192
|
vec function is substantially slower than into function
|
Unassigned
|
Luke VanderHart
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1190
|
Javadoc for public Java API
|
Unassigned
|
Stuart Halloway
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1189
|
Map-destructuring :or fumble needs compiler warning
|
Unassigned
|
Phill Wolf
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1184
|
Evaling #{do ...} or [do ...] is treated as the do special form
|
Unassigned
|
Jiří Maršík
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1183
|
java interop - cannot call a final method on non-public superclass
|
Unassigned
|
Shlomi
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1181
|
clojure.pprint/code-dispatch breaks on certain types of anonymous functions
|
Unassigned
|
Devin Walters
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1172
|
Cross-linking between clojure.lang.Compiler and clojure.lang.RT
|
Unassigned
|
Yegor Bugayenko
|
|
Reopened
|
Unresolved
|
|
|
|
 |
CLJ-1167
|
repl value of *file* is "NO_SOURCE_PATH", of *source-path* is "NO_SOURCE_FILE"
|
Unassigned
|
Brian Marick
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1162
|
Error Message when calling deref on a non-IDeref is unhelpful
|
Unassigned
|
Julian Birch
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1159
|
clojure.java.io/delete-file doesn't return the status of the deletion(true/false)
|
Unassigned
|
AtKaaZ
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1154
|
Compile.java closes out preventing java from reporting exceptions
|
Unassigned
|
Robert (Bobby) Evans
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1152
|
PermGen leak in multimethods and protocol fns
|
Unassigned
|
Chouser
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1149
|
Unhelpful error message from :use (and use function) when arguments are malformed
|
Unassigned
|
Sean Corfield
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1147
|
Threading macro (->) does not permit inline function declarations
|
Unassigned
|
Stephen Nelson
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1146
|
Symbol name starting with digits to defn throws "Unmatched delimiter )"
|
Unassigned
|
Linus Ericsson
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1142
|
Incorrect divide-by-zero error with floating point numbers
|
Unassigned
|
Tim McCormack
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1141
|
Allow pre and post-conditions in defprotocol and deftype macros
|
Unassigned
|
Alexander Kiel
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1138
|
data-reader returning nil causes exception
|
Unassigned
|
Steve Miner
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1136
|
Type hinting for array classes does not work in binding forms
|
Unassigned
|
Luke VanderHart
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1133
|
Certain actions on mutable fields in deftype lead to very strange error messages
|
Unassigned
|
Vladimir Matveev
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1132
|
For record type Rec, (instance? Rec (map->Rec {...})) need not return true, though (instance? Rec (Rec. ...)) does.
|
Unassigned
|
Christopher Genovese
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1131
|
Importing a non-existent class causes an exception that does not fully identify the source file
|
Unassigned
|
Howard Lewis Ship
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1130
|
Invoking a static method with the wrong number of arguments results in a NoSuchFieldException, rather than a proper message that the arguments could not be matched to the method
|
Unassigned
|
Howard Lewis Ship
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1124
|
for-as
|
Unassigned
|
Yongqian Li
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1119
|
inconsistent behavior of lazy-seq w/ macro & closure on excptions
|
Unassigned
|
Hank
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1105
|
defrecord classes implement IPersistentCollection but not .empty, clojure.walk assumes collections support empty
|
Unassigned
|
Jouni K. Seppänen
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1100
|
Reader literals cannot contain periods
|
Unassigned
|
Kevin Lynagh
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1081
|
REPL binding not working that works with with-bindings
|
Unassigned
|
Steven Devijver
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1058
|
StackOverflowError on exception in reducef for PersistentHashMap fold
|
Unassigned
|
Tom Jack
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1057
|
Var's .setDynamic does not set :dynamic in metadata
|
Unassigned
|
Brandon Bloom
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1056
|
defprotocol: invalid method overload syntax getting accepted
|
Unassigned
|
Víctor M. Valenzuela
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1053
|
Locals still cleared too aggressively on delay in specific cases
|
Unassigned
|
Jean Niklas L'orange
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1043
|
Unordered literals does not preserve left-to-right evaluation of arguments
|
Unassigned
|
Brandon Bloom
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1039
|
Using 'def with metadata {:type :anything} throws ClassCastException
|
Unassigned
|
Gunnar Völkel
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1037
|
Allow doc strings for both interfaces and concrete implementations
|
Unassigned
|
Warren Lynn
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1033
|
pr-str and read-string don't handle @ symbols inside keywords properly
|
Unassigned
|
Steven Ruppert
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1027
|
Outdated documentation for gen-class's :exposes-methods option
|
Unassigned
|
Dan Lidral-Porter
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1022
|
gen-class destroys method annotations
|
Unassigned
|
Maris Orbidans
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1017
|
Metadata expressions are evaluated after the expression they affect
|
Unassigned
|
Brandon Bloom
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1016
|
Global scope overrides lexical scope for classes (Clojure assumes no classes in default package / Clojure cannot handle yFiles JARs in classpath)
|
Unassigned
|
Edward Z. Yang
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1015
|
Standalone Clojure library for Java users
|
Unassigned
|
Edward Z. Yang
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1013
|
Clojure's classloader cannot handle out-of-order loading
|
Unassigned
|
Edward Z. Yang
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1008
|
Make sorted maps and sets implement j.u.NavigableMap and NavigableSet interfaces
|
Unassigned
|
Jim Blomo
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1003
|
:100 is a valid Clojure keyword. Is that intentional?
|
Unassigned
|
Brian Taylor
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1002
|
chunk-* functions not documented
|
Unassigned
|
Jim Blomo
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-1001
|
Proxy cannot call proper super-class method
|
Unassigned
|
Guanpeng Xu
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-997
|
max-key and min-key to return the first entry in case of several candidates
|
Unassigned
|
Oleksandr Shyshko
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-995
|
sorted-set doesn't support IEditableCollection
|
Unassigned
|
Moritz Ulrich
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-986
|
Adds an exit function to exit clojure process
|
Unassigned
|
dennis zhuang
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-983
|
proxy-super does not restore original binding if call throws exception
|
Unassigned
|
Valentin Mahrwald
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-979
|
map->R returns different class when invoked from AOT ccode
|
Unassigned
|
Edmund Jackson
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-971
|
Jar within a jar throws a runtime error
|
Unassigned
|
Ron Romero
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-969
|
Symbol/keyword implements IFn for lookup but a non-collection argument produces non-intuitive results
|
Unassigned
|
Sean Corfield
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-968
|
ns emitting gen-class before imports results in imported annotations being discarded.
|
Unassigned
|
Charles Duffy
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-959
|
after call to clojure.java.shell/sh, jvm won't exit
|
Unassigned
|
Jeff Chiu
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-955
|
java object reader constructor doesn't work
|
Unassigned
|
Brent Millare
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-946
|
eval reader fail to recognize function object
|
Unassigned
|
Naitong Xiao
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-941
|
NullPointerException possible with seq-zip
|
Unassigned
|
Greg Chapman
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-938
|
Output of clojure.reflect is not suitable for type hints
|
Unassigned
|
Brandon Bloom
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-929
|
Accessing Java property starting with _ has issues in 1.4
|
Unassigned
|
Alan Malloy
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-919
|
cannot create anonymous primitive functions
|
Unassigned
|
Ben Mabey
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-911
|
'proxy' prevents overriding Object.finalize (and doesn't document it)
|
Unassigned
|
Norman Gray
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-903
|
extend-protocol does not allow classnames as a String
|
Unassigned
|
Meikel Brandmeyer
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-899
|
Accept and ignore colon between key and value in map literals
|
Unassigned
|
Stuart Halloway
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-889
|
Specifically allow '.' inside keywords
|
Unassigned
|
Howard Lewis Ship
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-888
|
defprotocol should throw error when signatures include variable number of parameters
|
Unassigned
|
Greg Chapman
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-887
|
Error when calling primitive functions with destructuring in the arg vector
|
Unassigned
|
Alexander Taggart
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-880
|
syntax-quote should be a macro instead of implemented inside the reader
|
Unassigned
|
Kevin Downey
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-878
|
DispatchReader always calls CtorReader when no dispatch macro found
|
Unassigned
|
Greg Chapman
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-864
|
defrecord positional arity factory fn should have an inline version that calls the record constructor
|
Unassigned
|
Kevin Downey
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-859
|
Built in dynamic vars don't have :dynamic metadata
|
Unassigned
|
Anthony Simpson
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-825
|
Protocol implementation inconsistencies
|
Unassigned
|
Carl Lerche
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-823
|
Piping seque into seque can deadlock
|
Unassigned
|
Greg Chapman
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-809
|
fn's created using defn should not lexical shadow the var that holds them
|
Unassigned
|
Kevin Downey
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-807
|
hash-maps print-dup as literal, thus can be read as array-maps
|
Unassigned
|
Alexander Taggart
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-790
|
Primitive type hints on function names should print error message
|
Alan Dipert
|
Alan Dipert
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-787
|
transient blows up when passed a vector created by subvec
|
Unassigned
|
Alexander Redington
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-776
|
seque broken for some BlockingQueues
|
Unassigned
|
Pepijn de Vos
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-764
|
(partition 0 seq) and (parition-all 0 seq) are infinite sequences of empty sequences
|
Unassigned
|
Paul Stadig
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-761
|
print-dup generates call to nonexistent method for APersistentVector$SubVector
|
Unassigned
|
Stuart Sierra
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-760
|
ClassNotFound when AOT compiling a self-referring deftype extended to a protocol
|
Unassigned
|
Ryan Senior
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-750
|
clojure.lang.MapEntry violates .equals and .hashCode contracts of HashMap.Entry; leads to non-reflexive .equals, etc.
|
Unassigned
|
Jason Wolfe
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-740
|
Unnecessary boxing of primitives in case form
|
Unassigned
|
Mikhail Kryshen
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-731
|
Create macro to variadically unroll a combinator function definition
|
Unassigned
|
Fogus
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-705
|
Make sorted maps and sets implement j.u.SortedMap and SortedSet interfaces
|
Unassigned
|
Rich Hickey
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-704
|
range function has missing documentation
|
Unassigned
|
Maarten Hus
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-701
|
Compiler loses 'loop's return type in some cases
|
Unassigned
|
Chouser
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-699
|
make sure compile paths shares as much code as possible
|
Unassigned
|
Stuart Halloway
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-698
|
class accessible from deftype method bodies is not suitable for instance?, ...
|
Unassigned
|
Herwig Hochleitner
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-668
|
Improve slurp performance by using native Java StringWriter and jio/copy
|
Unassigned
|
Jürgen Hötzel
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-459
|
RFE: modify description of "assoc"
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-451
|
fn literals lack name/arglists/namespace metadata
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-450
|
Add default predicate argument to filter, every?, take-while
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-445
|
Method/Constructor resolution does not factor in widening conversion of primitive args
|
Alexander Taggart
|
Alexander Taggart
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-440
|
java method calls cannot omit varargs
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-434
|
Additional copy methods for URLs in clojure.java.io
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-420
|
Some compiler exceptions erroneously using REPL line numbers.
|
Unassigned
|
Alexander Redington
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-415
|
smarter assert (prints locals)
|
Unassigned
|
Assembla Importer
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-405
|
better error messages for bad defrecord calls
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-401
|
Promote "seqable?" from contrib?
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-400
|
A faster flatten
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-396
|
Better support for multiple inheritance in hierarchies and multimethods
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-379
|
problem with classloader when run as windows service
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-366
|
Multiplatform command-line clojure launcher
|
Unassigned
|
Assembla Importer
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-348
|
reify allows use of qualified name as method parameter
|
Unassigned
|
Assembla Importer
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-346
|
(pprint-newline :fill) is not handled correctly
|
Tom Faulhaber
|
Assembla Importer
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-326
|
add :as-of option to refer
|
Christophe Grand
|
Anonymous
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-319
|
TransactionalHashMap bug
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-304
|
contrib get-source no longer works with deftype
|
Unassigned
|
Assembla Importer
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-291
|
(take-nth 0 coll) redux...
|
Unassigned
|
Assembla Importer
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-277
|
Making clojure.xml/emit a little friendler to xml consumers
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-274
|
cannot close over mutable fields (in deftype)
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-273
|
def with a function value returns meta {:macro false}, but def itself doesn't have meta
|
Rich Hickey
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-272
|
load/ns/require/use overhaul
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-270
|
defn-created fns inherit old metadata from the Var they are assigned to
|
Rich Hickey
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-259
|
clojure.lang.Reflector.invokeMatchingMethod is not complete (rejects pontentially valid method invocations)
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-252
|
Support typed non-primitive fields in deftype
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-250
|
debug builds
|
Unassigned
|
Stuart Halloway
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-233
|
better error reporting of nonexistent var
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-213
|
Invariants and the STM
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-211
|
Support arbitrary functional destructuring via -> and ->>
|
Unassigned
|
Assembla Importer
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-190
|
enhance with-open to be extensible with a new close multimethod
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-163
|
Enhance = and == docs
|
Laurent Petit
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-153
|
Suggest adding set-precision! API to accompany with-precision
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-150
|
Doc for array-map should mention its characteristics/caveats
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-148
|
Poor reporting of symbol conflicts when using (ns)
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-140
|
Single :tag for type hints conflates value's type with type of return value from an invoke
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-130
|
Namespace metadata lost in AOT compile
|
Unassigned
|
Anonymous
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-129
|
Add documentation to sorted-set-by detailing how the provided comparator may change set membership semantics
|
Chas Emerick
|
Anonymous
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-127
|
DynamicClassLoader's call to ClassLoader.getSystemClassLoader is prohibited in some environments
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-126
|
abstract superclass with non-public accessibility
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-124
|
GC Issue 120: Determine mechanism for controlling automatic shutdown of Agents, with a default policy and mechanism for changing that policy as needed
|
Chas Emerick
|
Chas Emerick
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-115
|
GC Issue 111: Enable naming an array parameter for areduce
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-113
|
GC Issue 109: RT.load's "don't load if already loaded" mechanism breaks ":reload-all"
|
Stephen C. Gilardi
|
Anonymous
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-112
|
GC Issue 108: All Clojure interfaces should specify CharSequence instead of String when possible
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-84
|
GC Issue 81: compile gen-class fail when class returns self
|
Rich Hickey
|
Assembla Importer
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-77
|
GC Issue 74: Clojure compiler emits too-large classfiles (results in ClassFormatError)
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-69
|
GC Issue 66: Add "keyset" to Clojure; make .keySet for APersistentMap return IPersistentSet
|
Unassigned
|
Assembla Importer
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-64
|
GC Issue 61: Make Clojure datatype Java Serializable
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-47
|
GC Issue 43: Dead code in generated bytecode
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-42
|
GC Issue 38: When using AOT compilation, "load"ed files are not reloaded on (require :reload 'name.space)
|
Stephen C. Gilardi
|
Anonymous
|
|
In Progress
|
Unresolved
|
|
|
|
 |
CLJ-21
|
GC Issue 17: arity checking during compilation
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-19
|
GC Issue 15: JavaDoc for interfaces
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-15
|
GC Issue 11: incremental hashcode calculation for collections
|
Unassigned
|
Anonymous
|
|
Open
|
Unresolved
|
|
|
|
 |
CLJ-2
|
Scopes
|
Rich Hickey
|
Assembla Importer
|
|
Open
|
Unresolved
|
|
|
|