Completed
Details
Assignee
UnassignedUnassignedReporter
Former userFormer user(Deactivated)Labels
Approval
OkPatch
Code and TestPriority
MajorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Labels
Approval
Ok
Patch
Code and Test
Priority

Affects versions
Fix versions
Created January 26, 2016 at 9:41 AM
Updated September 6, 2017 at 5:42 PM
Resolved September 6, 2017 at 5:42 PM
The implementation of `vector-of` in gvec.clj implements the interface clojure.lang.IPersistentVector, but skips the method `int length()`(see https://github.com/clojure/clojure/blob/bc186508ab98514780efbbddb002bf6fd2938aee/src/clj/clojure/gvec.clj#L240).
This was encountered while trying to use core.matrix -https://github.com/mikera/core.matrix/issues/266
Approach: Implement length in gvec
Patch: CLJ-1887.patch
Screened by: Alex Miller