Of course you can copy the newer definition of assoc-in into your own projects and use it if you like, but that probably doesn't prevent your little bit of sadness.
Andy Sent from my iPhone > On Aug 14, 2016, at 5:27 AM, Łukasz Kożuchowski > <lukasz.kozuchow...@gmail.com> wrote: > > I am a little sad now. Thanks for explaining! > > Łukasz Kożuchowski > > >> On Aug 13, 2016 4:56 PM, "Andy Fingerhut" <andy.finger...@gmail.com> wrote: >> That ticket is in a state called "Triaged", which means that a screener >> (most likely Alex Miller) thinks the issue is good enough for Rich Hickey to >> take a look at it some time. Rich probably hasn't looked at it yet, because >> if he had, it would have likely been changed to Declined or Vetted. >> >> As far as expectations go, there are enough other things being worked on for >> Clojure 1.9 that I would not bet any money this ticket will make it in to >> that version. Disclaimer: I am only an observer in this, not a >> decision-maker. >> >> Andy >> >>> On Sat, Aug 13, 2016 at 4:18 AM, Łukasz Kożuchowski >>> <lukasz.kozuchow...@gmail.com> wrote: >>> Hello, >>> >>> Currently assoc-in does not support multiple key-value pairs the way assoc >>> does. >>> >>> user=> (assoc {} :a 1 :b 2) >>> {:b 2, :a 1} >>> user=> (assoc-in {} [:a :b] 1 [:c :d] 2) >>> ArityException Wrong number of args (5) passed to: core$assoc-in >>> clojure.lang.AFn.throwArity (AFn.java:437) >>> >>> It appears a patch for this has been ready for more than a year: >>> http://dev.clojure.org/jira/browse/CLJ-1771 >>> >>> Can we expect this to work soon? >>> >>> -- >>> Łukasz Kożuchowski >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to clojure@googlegroups.com >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> clojure+unsubscr...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to clojure+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clojure@googlegroups.com >> Note that posts from new members are moderated - please be patient with your >> first post. >> To unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.