Re: Cider test - Print to Report?

2016-05-02 Thread JvJ
I guess "results" isn't the right word at all. What I meant was, can I print arbitrary strings/values to the report? I'd just like to display additional information to help debug test failures. I know I can print to the standard output stream, but having it in the report generated by cider

Re: Cider test - Print to Report?

2016-05-02 Thread Bozhidar Batsov
Can you be a bit more specific? What do you mean by "report results"? On 2 May 2016 at 20:29, JvJ wrote: > I've been using cider test, and I think it's great. > > However, I would like to know if it's possible to report results so that > they appear in cider's

Cider test - Print to Report?

2016-05-02 Thread JvJ
I've been using cider test, and I think it's great. However, I would like to know if it's possible to report results so that they appear in cider's automatically-generated test report. Does anyone know if this is possible? Thanks. -- You received this message because you are subscribed to

Re: connecting to infobrite server from clojure

2016-05-02 Thread Sunil S Nandihalli
Hi Shantanu, I am attaching the error stack trace of the exception I got. I am still unable to figure out what is happening. Thanks, sunil. On Mon, May 2, 2016 at 1:22 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Thanks Shantanu for the response. I installed dbvisualizer and it

Re: Best practice for calling Clojure from Java

2016-05-02 Thread Patrick Martin
Great - thanks for the tips! My gist example was applying the 1.6 Clojure API, but I was not sure if anything has evolved through 1.7 and 1.8. I will check out the Tapestry approach. I like the idea of mapping an interface to a namespace. Patrick On Monday, May 2, 2016 at 1:18:47 AM UTC-4,

Re: connecting to infobrite server from clojure

2016-05-02 Thread Sunil S Nandihalli
Thanks Shantanu for the response. I installed dbvisualizer and it seems to work perfectly fine with infobright. On Mon, May 2, 2016 at 1:04 PM, Shantanu Kumar wrote: > Could you try connecting to InfoBright using DbVisualizer? It is a Java > based tool and any

Re: connecting to infobrite server from clojure

2016-05-02 Thread Shantanu Kumar
Could you try connecting to InfoBright using DbVisualizer? It is a Java based tool and any differences w.r.t. the MySQL JDBC driver would be evident if it fails to work with DbVisualizer. https://www.dbvis.com/ Shantanu On Monday, 2 May 2016 12:48:16 UTC+5:30, Sunil Nandihalli wrote: > > Hi

connecting to infobrite server from clojure

2016-05-02 Thread Sunil S Nandihalli
Hi Everybody, I have tried to connect to infobrite server using clojure.java.jdbc . Infobrite server is supposed to be identical to mysql in terms of the protocol. I have successfully used mysqlworkbench to talk to it. When I try to connect to the infobrite server using clojure.java.jdbc, I get

Re: Encapsulating Local Mutable State

2016-05-02 Thread Stefan Kamphausen
Good point, Paul. Thanks. Best, stefan -- 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