[ANN] clojure.jdbc 0.4.0-beta1: A jdbc library for clojure.

2015-01-11 Thread Andrey Antukh
Hello! I wanted to announce the last major release of clojure.jdbc, a jdbc library for clojure. This release is focused mainly to simplify the code and use more clojure constructions like `with-open` macros instead of ad-hoc self defined macros. This release also, has some breaking changes relat

[ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Alex Miller
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, perfor

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Plínio Balduino
Hi there, Alex and Clojure team Is there a planned date for the stable version release? Regards Plínio On Sun, Jan 11, 2015 at 12:34 PM, 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 ha

Re: [ANN] Leiningen 2.5.1 released

2015-01-11 Thread Arie van Wingerden
Hi, on Windows I get a certificate error: C:\Windows\system32>lein self-install Downloading Leiningen now... --2015-01-11 18:06:04-- https://github.com/technomancy/leiningen/releases/downl oad/2.5.1/leiningen-2.5.1-standalone.zip Resolving github.com... 192.30.252.130 Connecting to github.com|192

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread adrian . medina
For my projects swapping 1.7.0-alpha4 -> alpha5 has not culminated in any abnormalities. So... looking good thus far on my end. On Sunday, January 11, 2015 at 11:45:50 AM UTC-5, Plinio Balduino wrote: > > Hi there, Alex and Clojure team > > Is there a planned date for the stable version release?

Re: [ANN] clojure.jdbc 0.4.0-beta1: A jdbc library for clojure.

2015-01-11 Thread Michael Blume
I'm a little confused, by "last major release" do you mean the most recent major release or do you mean clojure.jdbc is about to move into maintenance mode? On Sun Jan 11 2015 at 3:02:51 AM Andrey Antukh wrote: > Hello! > > I wanted to announce the last major release of clojure.jdbc, a jdbc > li

Re: [ANN] clojure.jdbc 0.4.0-beta1: A jdbc library for clojure.

2015-01-11 Thread Andrey Antukh
Hi Michael. Means that it is the most recent major release. In this case 0.4.x. Cheers. Andrey 2015-01-11 19:25 GMT+01:00 Michael Blume : > I'm a little confused, by "last major release" do you mean the most recent > major release or do you mean clojure.jdbc is about to move into maintenance >

equivalent of Compojure resources in juxt/bidi

2015-01-11 Thread cliff
Hi I am trying to mimic the following Compojure behaviour, in juxt/bidi (defroutes routes > (*resources* "/") > (GET "/*" req (io/resource "index.html"))) > > (def http-handler (reload/wrap-reload (api #'routes))) In Compojure, the 'resources' function seems to load all resources by de

Re: equivalent of Compojure resources in juxt/bidi

2015-01-11 Thread Daniel Kersten
Hi, Take a look at https://github.com/juxt/bidi#resources-and-resourcesmaybe Regards, Dan On 11 January 2015 at 19:27, cliff wrote: > Hi > > I am trying to mimic the following Compojure behaviour, in juxt/bidi > > (defroutes routes >> (*resources* "/") >> (GET "/*" req (io/resource "index.

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Luc Préfontaine
So far so good, will go in prod with it next Wednesday. Will run some heavy integrated tests in the next 48 hours. Will report if anything shows up. Thank you, Luc P. > For my projects swapping 1.7.0-alpha4 -> alpha5 has not culminated in any > abnormalities. So... looking good thus far on my e

ClojureScript Google Closure Module support

2015-01-11 Thread David Nolen
Currently looking into supporting Google Closure Modules. They allow breaking up advanced compiled builds so everything need not be loaded all at once. This would help a lot with load latency in larger ClojureScript applications. A basic sketch underway here: https://gist.github.com/swannodette/0

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Sean Corfield
On Jan 11, 2015, at 6:34 AM, Alex Miller wrote: > I would greatly appreciate hearing any feedback about this (or any other) > alpha, even if it's just: everything looks ok. I upgraded an app that uses core.async (0.1.346.0-17112a-alpha) and got this exception on the ns that brings in clojure.c

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Sean Corfield
The full Caused by stacktrace is this: Caused by: java.lang.IllegalArgumentException: No implementation of method: :has? of protocol: #'clojure.core.cache/CacheProtocol found for class: clojure.core.memoize.PluggableMemoization at clojure.core$_cache_protocol_fn.invoke(core_deftype.clj:5

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Sean Corfield
I tried upgrading a few more apps and ran into this same problem in the absence of core.async - but in the presence of core.cache and core.memoize so I'm trying to create a small test case to isolate the issue. Sean > On Jan 11, 2015, at 5:07 PM, Sean Corfield wrote: > > The full Caused by st

Re: Turboshrimp - Parrot AR.Drone library

2015-01-11 Thread Carin Meier
Looks awesome :) - Carin On Sunday, January 11, 2015 at 6:22:46 PM UTC-5, John Wiseman wrote: > > Turboshrimp is a clojure library > for controlling the Parrot AR.Drone using the drone's proprietary, but > mostly documented, communications protocols. It

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Alex Miller
No, we do not work from planned release dates. When it's done, we ship it. The current plan is to do at least one more alpha with a version of feature expressions that is a bit slimmer than the current available patches to make that available for people to experiment (presumably along with tool

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Alex Miller
Thanks Sean. I'm hoping to get new releases of core.cache and core.menoize in th near future too but seems worth looking into. -- 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 pos

Re: [ANN] Leiningen 2.5.1 released

2015-01-11 Thread Antonio Hernández Blas
On Sun, Jan 11, 2015 at 11:08 AM, Arie van Wingerden wrote: > Hi, > > on Windows I get a certificate error > Same for me. The message comes from wget [1] and to fix it i uninstalled it to let leiningen-win-installer [2] use curl instead. Leiningen issue related: https://github.com/technomancy/

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Sean Corfield
On Jan 11, 2015, at 6:13 PM, Alex Miller wrote: > Thanks Sean. I'm hoping to get new releases of core.cache and core.menoize in > th near future too but seems worth looking into. I'm having a hard time producing a standalone repro case. It fails in the context of every single one of our apps, b

Re: [ANN] Clojure 1.7.0-alpha5 now available

2015-01-11 Thread Mike Fikes
Alex, 1.7.0-alpha5 looks OK to me. It passed with some regression testing for an AOTd http-kit compojure / core.async REST server using Lucene, clojure/java.jdbc / MySQL, Java 1.7.0_65 on Ubuntu 10.04.1 LTS. -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: equivalent of Compojure resources in juxt/bidi

2015-01-11 Thread cliff
Hi Dan Thanks for that. I have read that section. My question is, how do I associate the "/" route with both a handler and the 'resources-maybe'? I would like the resources to pick up the Google Closure library sitting in 'resources/public/js/out' when navigating to '/index.html' On Monday,

Re: equivalent of Compojure resources in juxt/bidi

2015-01-11 Thread cliff
Would something like this be correct? (def routes > ["" { >"/" {["" (br/resources-maybe {:prefix "public"})] > :home-page-handler}}]) On Monday, 12 January 2015 08:39:19 UTC+2, cliff wrote: > > Hi Dan > > Thanks for that. I have read that section. > My question is, how do I associate