Re: [ANN] com.cognitect.aws/api-0.8.155

2018-12-12 Thread Michael Glaesemann



> On 2018–12–12, at 19:07, David Chelimsky  wrote:
> 
> com.cognitect.aws/api-0.8.155 is now available.

Rock on!

Michael Glaesemann
grzm seespotcode net



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


[ANN] com.cognitect.aws/api-0.8.155

2018-12-12 Thread David Chelimsky
com.cognitect.aws/api-0.8.155 is now available.

There have been a few unannounced releases, so here are all the changes 
since our initial public release on 2018-11-30:

   - Stringify query protocol body param vals before url encoding them. #25 
   
   - URL encode query protocol body params. #22 
   
   - Fix bug caused by attempting to parse a response body when no output 
   shape specified. #21 
   
   - Add http-request to response metadata.
   - Add basic-credentials-provider helper fn. Thanks to Christian Gonzalez 
   for the suggestion. #16 
   
   - log/debug instead of log/error when individual credentials providers 
   can't find credentials. #17 
   

Repo: https://github.com/cognitect-labs/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all 
services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

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


Re: [ANN] Clojure 1.10.0-RC5

2018-12-12 Thread Mars0i

On Wednesday, December 12, 2018 at 6:42:47 AM UTC-6, Alex Miller wrote:
>
> Thanks for the feedback! I assume the spec one was a bad import statement?
>

Yes, exactly. 

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


Re: [ANN] Clojure 1.10.0-RC5

2018-12-12 Thread Alex Miller
Thanks for the feedback!!

On Wed, Dec 12, 2018 at 10:36 AM 'Avi Flax' via Clojure <
clojure@googlegroups.com> wrote:

> My test suite passes just fine. My project uses Java interop for various
> things, including watching the filesystem for changes (via JNA), clipboard
> IO, image processing, etc. Also some spec and core.async in there too.
>

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


Re: [ANN] Clojure 1.10.0-RC5

2018-12-12 Thread 'Avi Flax' via Clojure
My test suite passes just fine. My project uses Java interop for various 
things, including watching the filesystem for changes (via JNA), clipboard 
IO, image processing, etc. Also some spec and core.async in there too.

-- 



Our Mission: To build a better financial world


Unless specifically 
indicated, this e-mail is not an offer to sell or a solicitation of any 
investment products or other financial product or service, an official 
confirmation of any transaction, or an official statement of Funding Circle 
USA.  This e-mail is meant only for the intended recipient of this 
transmission, and contains trade secret and strictly confidential 
information belonging to the sender. It is unlawful for unauthorized 
individuals to review, use, copy, disclose, or disseminate confidential 
information. If you have received this e-mail in error, please notify the 
sender immediately by telephone at (415) 813-5245 or by return email and 
promptly delete this message from your system.

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


Re: [ANN] Clojure 1.10.0-RC5

2018-12-12 Thread Alex Miller
Thanks for the feedback! I assume the spec one was a bad import statement?

> On Dec 12, 2018, at 12:44 AM, Mars0i  wrote:
> 
> I have a couple of small apps that use interop pretty heavily because the 
> Java library I'm using is very inheritance-based.  There are no  problems 
> running with RC5 (although spec did find a syntax error that had passed in 
> 1.9).  I don't use reflection explicitly, but turning on *warn-on-reflection* 
> generates a bunch of warnings in one of the apps, so I guess it's using 
> reflection to figure out types at runtime.
> -- 

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


Re: GraalVM's native-image incompatible with Clojure's eval?

2018-12-12 Thread Didier
In my case, substratevm itself pointed to me which class was being reflected 
on. Though it didn't specify which fields or methods, but I just set it to 
allow all methods and fields of the reported classes to be allowed.

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