This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-18
Channels
- # alda (8)
- # aws (1)
- # bangalore-clj (1)
- # beginners (55)
- # boot (114)
- # capetown (2)
- # cljs-dev (51)
- # cljsjs (1)
- # cljsrn (14)
- # clojure (119)
- # clojure-belgium (6)
- # clojure-brasil (9)
- # clojure-conj (2)
- # clojure-greece (1)
- # clojure-korea (2)
- # clojure-poland (12)
- # clojure-russia (64)
- # clojure-spec (12)
- # clojure-uk (60)
- # clojurescript (159)
- # code-reviews (2)
- # component (4)
- # core-matrix (2)
- # cursive (79)
- # datascript (7)
- # datomic (2)
- # defnpodcast (4)
- # events (2)
- # hoplon (13)
- # jobs (2)
- # lein-figwheel (1)
- # off-topic (10)
- # om (42)
- # onyx (60)
- # pedestal (5)
- # perun (7)
- # rdf (4)
- # re-frame (4)
- # reagent (21)
- # ring-swagger (25)
- # schema (1)
- # spacemacs (52)
- # specter (1)
- # utah-clojurians (1)
- # yada (5)
Let me know if there are some tickets that need looking at, focusing on ClojureScript today
I worked on 1816, 1643, 1616 and 1497 recently
@anmonteiro thanks looking
@anmonteiro so this one is a bit more interesting than it seems
@dnolen hrm you mean people who implement IAssociative
?
that's deviating from Clojure though
but I understand what you say, for compat
gotcha
the patch also missed fixing defrecord
🙂 and I suspect 5 years in people have lots of custom collection types
@dnolen yeah I missed that, I'll integrate it in as well
perhaps something related to find
?
looks like findable
is actually a word, I didn't know that
this is about finding an entry in a collection, though
does entryAt
also belong to this new protocol?
-entry-at
, sorry
the method in the IAssociative
protocol
oh OK
@dnolen I thought we could use IFind
as a marker protocol and keep -entry-at
in IAssociative