Re: Project fails to compile on different machines

2015-03-11 Thread Aaron France
The makefile is not ran in parallel -- the Makefile is being explicit for non-Clojure users. Read above -- the issue is solved, there's an issue with the profiles and AOT. On Wed, 11 Mar 2015 at 16:21 Tassilo Horn wrote: > Aaron France writes: > > Hi Aaron, > > > The

Re: Project fails to compile on different machines

2015-03-11 Thread Aaron France
The makefile calls compile then uberjar, which is why things are compiled twice, so it seems my problem lies *just* with uberjar. Any idea why compile would succeed but then uberjar would fail? On Wednesday, 11 March 2015 14:22:17 UTC+1, Aaron France wrote: > > Hi, > > The relev

Re: Project fails to compile on different machines

2015-03-11 Thread Aaron France
Hi, The relevant parts of the Makefile are here: https://gist.github.com/AeroNotix/f65a846781357db59ced On Wednesday, 11 March 2015 14:01:20 UTC+1, Tassilo Horn wrote: > > Aaron France > writes: > > > Here is output compiling on the different machines: > > https://g

Re: Project fails to compile on different machines

2015-03-10 Thread Aaron France
prred correctly? I've cleaned the maven cache on both machines completely. On Wed, 11 Mar 2015 at 00:26 Ivan L wrote: > seems like a clear classnotfound error to me. make sure both environments > are building from a clean state (no build caches) and that your classes are > being prred correctly

Project fails to compile on different machines

2015-03-10 Thread Aaron France
Hi, I have a project (unfortunately private) that uses a lot of java interop to provide Java with a seemless java-like API. On one of my development machines I can compile the project fine, but the other not. Both are set up (what I think) in the same relevant ways. Here is output compiling

Re: [ANN] cqrs-server - An opinionated CQRS/ES implementation using Onyx, Datomic, DynamoDB, Kafka and Zookeeper.

2015-02-12 Thread Aaron France
Hi, What are your opinions on Onyx? What are your opinions on Onyx compared to Storm? What are your opinions on Onyx deployment? Aaron On Thursday, 12 February 2015 10:15:44 UTC+1, Deon Moolman wrote: > > Hi everyone, > > I spent some time putting together an implementation of the CQRS patte

Re: Possible additions to tools.trace

2015-02-03 Thread Aaron France
Hi, Roger! Aaron On Tuesday, 3 February 2015 16:25:23 UTC+1, Luc wrote: > > Hi, > > Got your ticket notification, it's a > busy week, beeing on the road most of it. > > I will look at it by next Sunday after > crossing the Atlantic :) > > Luc P. > > > > Hi all, > > > > I've proposed some

Possible additions to tools.trace

2015-02-03 Thread Aaron France
Hi all, I've proposed some changed to tools.trace and created an initial implementation (linked in the JIRA ticket). http://dev.clojure.org/jira/browse/TTRACE-10 Thanks, Aaron -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: [jobs] for newbie in europe

2014-07-21 Thread Aaron France
5:35:19 PM UTC+2, Aaron France wrote: > >> Where are you based? >> >> >> On Sun, Jul 20, 2014 at 4:29 PM, Krzysztof Władyka >> wrote: >> >>> Hello, >>> >>> I am living in Poland and i have a little problem there... totally 0 >&g

Re: [jobs] for newbie in europe

2014-07-20 Thread Aaron France
Where are you based? On Sun, Jul 20, 2014 at 4:29 PM, Krzysztof Władyka wrote: > Hello, > > I am living in Poland and i have a little problem there... totally 0 jobs > for Clojure Programmers. > > I am also beginner in Clojure. More about my IT skills you can read on > site http://wladyka.eu/ .

Re: Clojure on iOS devices - Swift as a host?

2014-06-04 Thread Aaron France
@Timothy, you mention speed a lot, but I'm not sure where in the OP it mentioned wanting to do this for speed at all. I think the intention is to be able to Clojure on a different platform, is all. On Wed, Jun 4, 2014 at 4:58 PM, Mike Fikes wrote: > I have been experimenting writing an iOS app

Re: Why can I not parse the command line arguments in this way

2014-04-22 Thread Aaron France
One hates to be rude but: I've read all your questions over the past couple of weeks and it seems it would behoove you to pick up a book. There are plenty of recommendations on Google and archived threads. Good day. On 22 Apr 2014 16:48, "Cecil Westerhof" wrote: > Obvious not very neat, but I t

Re: Kibit output

2014-03-19 Thread Aaron France
`lein kibit > file` On Wed, Mar 19, 2014 at 03:26:17AM -0700, Tim Terry wrote: >Hi, is it possible to output kibit code analysis results into a file? My >aim is to publish this file with a CI tool such as teamcity/ jenkins. >Thanks, >Tim > >-- >You received this message be

Lapse - a JSON property test generator

2014-03-04 Thread Aaron France
Hi, https://github.com/AeroNotix/lapse I've started work on a little project which intends to generate property tests (using core.test.check) from JSON schemas. The idea is that you supply it a schema and it would output a generator for that schema. This is a very, very young project but I'm

Re: Is there a function to determine if code is run as script or library ?

2014-02-26 Thread Aaron France
Hi, You can implement https://github.com/clojure-cookbook/my-daemon for your application. I've had great success with this. Aaron On Wed, Feb 26, 2014 at 01:50:43AM -0800, macdevign mac wrote: >Hi, >is there a function to determine if the clojure code is running as library >or as s

Re: How would I write it with concurrency

2014-02-10 Thread Aaron France
Hi, Ignoring your question for a second to recommend using simple-check[0] to generate test data. [0] https://github.com/reiddraper/simple-check Aaron On Mon, Feb 10, 2014 at 08:46:59PM +0200, Haim Ashkenazi wrote: > Hi > > I have a simple code that generates a list of maps: > > (defn test-da

Using Apache Daemon with Clojure

2014-02-09 Thread Aaron France
Hi, I'm following the Clojure Cookbook blogpost[1] in order to Daemonize a clojure application. Yet the provided code[2] does not work on my system. When running the incantation to get JSVC to run, firstly I needed to change it to use the full path to the JSVC binary. This is fine. However, whe

Re: Coverage tools in Clojure

2014-02-04 Thread Aaron France
am still thinking/learning about (as evidenced by my first and > last sentence in the original post) and would love to have a useful > discussion. You haven't bought anything to the table other than little > jibes and emotive statements unfortunately. > > Let's agree

Re: Coverage tools in Clojure

2014-02-04 Thread Aaron France
My email address is colin > full stop yates @ Google's mailing servers.com. > > On Tuesday, 4 February 2014 14:17:25 UTC, Aaron France wrote: > > > > I don't come from 'Java-land'. I'm primarily an Erlang developer, > > which already is

Re: Coverage tools in Clojure

2014-02-04 Thread Aaron France
uivalents of all > the supporting infrastructure I used in good old Java land. I have no idea > of your situation, but if you are there you have a wonderful opportunity to > re-examine and build up a whole new toolchain/approach to development that > IME is significantly ligh

Re: Coverage tools in Clojure

2014-02-04 Thread Aaron France
On Tue, Feb 04, 2014 at 04:18:30AM -0800, Colin Yates wrote: > Comments in line. > On Tuesday, 4 February 2014 11:23:36 UTC, Aaron France wrote: > > > > > > I don't want to seem rude but I think you've drank a bit too much > > kool-aid. > > &g

Re: Coverage tools in Clojure

2014-02-04 Thread Aaron France
of coverage tools is to solve > a problem (hard to reason about systems) which shouldn't be much less of a > problem in FP when FP is done right. OO + mutable state = hard to reason > about. FP + immutable state + pure/referentially transparent functions = > much easier to

Re: Why does Clojure at times use Java classes as their base type?

2014-02-02 Thread Aaron France
Hi, What's the benefit of hiding/abstracting the underlying platform away? There are reams of documentation about the Java classes and simply renaming them to say they are Clojure classes would seem to reduce the discoverability of those docs. JMTC Aaron On Sun, Feb 02, 2014 at 02:50:01PM -08

Coverage tools in Clojure

2014-02-02 Thread Aaron France
Hi, I'm looking for coverage reporting in Clojure. I've been using Cloverage[1] but I'm just wondering if there are any other coverage tools? Aaron [1] https://github.com/lshift/cloverage pgpMaXQ__7lWz.pgp Description: PGP signature

Re: [ANN] clj-refactor.el 0.10.0

2014-01-30 Thread Aaron France
Wow! This looks really cool. +1 On Thu, Jan 30, 2014 at 05:13:36AM -0800, Magnar Sveen wrote: > clj-refactor.el > Since the last update, there's been lots of activity for > clj-refactor.el > . Alex Baranosky and Lars

Re: core.async count in a channel

2014-01-21 Thread Aaron France
On 21/01/14 14:09, Moritz Ulrich wrote: On Tue, Jan 21, 2014 at 9:43 AM, Aaron France wrote: Since channels yield nil when they are devoid of items, surely this is enough to know when the channel is empty? That's not correct. Take-Operations block on empty channels. They yield nil

Re: core.async count in a channel

2014-01-21 Thread Aaron France
Hi, Whilst I am pretty new to clojure. I am not to Go. The counting of items in a channel is usually regarded as an error and a race condition causing idea. Since channels yield nil when they are devoid of items, surely this is enough to know when the channel is empty? Aaron -- -- You recei