Hey guys,

I noticed that PersistentVector.create() is missing one arity that used to 
exist before:

PersistentVector.create(List items)

... which caused this 
library 
https://github.com/ninjudd/clojure-protobuf/blob/develop/src/flatland/protobuf/PersistentProtocolBufferMap.java#L479
 
to throw

NoSuchMethodError 
clojure.lang.PersistentVector.create(Ljava/util/List;)Lclojure/lang/PersistentVector;
 

I can fix the library, I don't think it will be a big problem, just making 
sure that's something you guys were OK with breaking - it's more like an 
implementation detail as far as I can see. 

Thanks,
Rangel
@raspasov

On Sunday, January 11, 2015 at 6:34:07 AM UTC-8, Alex Miller wrote:
>
> I would greatly appreciate hearing any feedback about this (or any other) 
> alpha, even if it's just: everything looks ok. 
>
> We've had a couple of regressions reported and that is hugely helpful as 
> we can quickly turn around fixes for the next one.   
>
> Interested particularly in: regressions, performance +/-, and for this 
> alpha, AOT.

-- 
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.

Reply via email to