Re: Reflection warning on try/catch inside go block

2015-11-16 Thread Herwig Hochleitner
The method is called .printStackTrace:
http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace()

I can't speak to why the reflection warning disappears in some cases. Seems
fishy,
​

-- 
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: Reflection warning on try/catch inside go block

2015-11-16 Thread Alice
Sorry, I was having some copy & paste mistake, but I'm seeing the same 
warning with .printStackTrace.

On Monday, November 16, 2015 at 9:25:06 PM UTC+9, Herwig Hochleitner wrote:
>
> The method is called .printStackTrace: 
> http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace()
>
> I can't speak to why the reflection warning disappears in some cases. 
> Seems fishy,
> ​
>

-- 
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: Reflection warning on try/catch inside go block

2015-11-16 Thread Nicola Mometto
It's possibly a tools.analyzer issue, I'll take a look ASAP

> On 16 Nov 2015, at 12:41, Alice  wrote:
> 
> Sorry, I was having some copy & paste mistake, but I'm seeing the same 
> warning with .printStackTrace.
> 
> On Monday, November 16, 2015 at 9:25:06 PM UTC+9, Herwig Hochleitner wrote:
> The method is called .printStackTrace: 
> http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace()
> 
> I can't speak to why the reflection warning disappears in some cases. Seems 
> fishy,
> ​
> 
> -- 
> 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.


Re: Reflection warning on try/catch inside go block

2015-11-16 Thread Alice
[org.clojure/clojure "1.7.0"]
[org.clojure/core.async "0.2.374"]

On Monday, November 16, 2015 at 8:28:27 PM UTC+9, Alex Miller wrote:
>
> Which version of core.async?

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


Reflection warning on try/catch inside go block

2015-11-16 Thread Alex Miller
Which version of core.async?

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


Reflection warning on try/catch inside go block

2015-11-16 Thread Alice
I get a reflection warning "reference to field printstacktrace can't be 
resolved" from the following code:

(defn foo 
  []
  (go-loop []
(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.