Re: Has the old "invalid constant tag: -57" bug been fixed?

2014-12-16 Thread Fluid Dynamics
So, the upshot here is that it depends on the IDE/REPL environment, is fixed in Eclipse/CCW, and is still broken in IntelliJ/Cursive, with unknown status in Netbeans/Enclojure? Reading between the lines at the bug report suggests anything that uses current nREPL under the hood has it fixed. --

Re: Google Clojure REPL

2014-12-16 Thread Ricardo Gomez
Looking very much towards 1.7 on android. -- 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 unsubs

Re: #db/id[:db.part/db] throws an exception

2014-12-16 Thread edward
Strangely making the change to my code didn't fix it (I got an exception about an uneven number of elements in a map) but copying and pasting your code -once I'd fixed the half dozen bracket and brace errors that have been introduced- it does work. Ta. On Wednesday, December 17, 2014 7:02:12 A

Re: #db/id[:db.part/db] throws an exception

2014-12-16 Thread edward
I've tried that already but then Clojure complains about there being an uneven number of elements in a map. Curious though: did the original code ever actually work? Is it something that was deprecated? Have to say I am happy if that's the case, the original seemed unnecessarily arcane where a

Re: Has the old "invalid constant tag: -57" bug been fixed?

2014-12-16 Thread Mike Fikes
I found that the problem I'm experiencing is, in essence, the same issue as discussed (and fixed) here , but with some new tool in my toolchain (Cursive/simple-brepl/Weasel). TL;DR: Something produces a .class file that exceeds th

Re: Google Clojure REPL

2014-12-16 Thread Nathan Smutz
Hi Daniel, I just wanted to thank you and say how much I've appreciated your Android REPL. In learning Clojure, it's been an amazing resource to have. Studying books away from a computer, or just being comfortable at home: it's been a great learning multiplier to launch your app on the spur of

[ANN] milesian/aop "0.1.3" - Apply AOP in stuartsierra/component with a component perspective

2014-12-16 Thread JUAN ANTONIO Ruz
Hi folks Announcing here milesian/aop , a proposal to apply AOP middleware to your current stuartsierra.component system In the README , I've detailed the common example of applying logging cross-cutting conc

Re: Has the old "invalid constant tag: -57" bug been fixed?

2014-12-16 Thread Mike Fikes
You are absolutely right, Andy. Getting out my bantha shears in order to provide a good reduction for a bug report… -- 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

Re: #db/id[:db.part/db] throws an exception

2014-12-16 Thread Ryan Neufeld
Yeah, we shouldn't be telling you to use reader literals like that. Preferred is a call to (d/tempid ...). I'm updating the code now (https://github.com/clojure-cookbook/clojure-cookbook/blob/master/06_databases/6-11_schema.asciidoc) On Tuesday, December 16, 2014 2:01:00 PM UTC-6, edw...@kenwort

Re: Ring and Compojure with Node.js via Clojurescript

2014-12-16 Thread Matthew Molloy
Update: Somebody else has beat me to it. https://github.com/bodil/dogfort Matt -- 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 b

Re: Feature expressions demo

2014-12-16 Thread David Nolen
Thanks for putting this together. On Tue, Dec 16, 2014 at 4:34 PM, Luke VanderHart wrote: > In case anyone is interested in venturing beyond the bleeding edge and > trying out the current state of feature expressions, I have created forks of > the relevant repositories with the patches applied, a

Re: Has the old "invalid constant tag: -57" bug been fixed?

2014-12-16 Thread Andy Fingerhut
I know it can be a pain, but a sample project on GitHub, or a zip/tar file of the project, plus info like: OS version, JDK version, and sequence of commands run after creating the repo that lead to the error, preferably reproduced 100% or reasonably large fraction of the time, can make the differen

Re: Has the old "invalid constant tag: -57" bug been fixed?

2014-12-16 Thread Mike Fikes
I've recently seen the same error: Loading test/cljs/classroom_checkout/test1.cljs... done CompilerException java.lang.ClassFormatError: Unknown constant tag 117 in class file classroom_checkout/utils_test$eval12853, compiling:(/private/var/folders/m0/161fm8fx069fk_fny08nrmkmgp/T/form-in

Feature expressions demo

2014-12-16 Thread Luke VanderHart
In case anyone is interested in venturing beyond the bleeding edge and trying out the current state of feature expressions, I have created forks of the relevant repositories with the patches applied, and put together a minimal hello-world repository. https://github.com/levand/fx-hello-world Th

#db/id[:db.part/db] throws an exception

2014-12-16 Thread edward
I'm following the Clojure Cookbook recipe for defining a schema in datomic. One of the forms is: #db/id[:db.part/db] but this generates an exception "clojure.lang.ExceptionInfo: No reader function for tag id :: {:column 25, :line 27, :type :reader-exception}" Can anyone offer any insight? --

Codox output missing namespace documentation

2014-12-16 Thread Nick Gonzalez
I'm using codox to generate api documentation for a fairly large Cojure project, and it is ignoring namespace doc strings for all but some of my namespaces. i have moved the :aot directives into the uberjar profile, so the :apt option should not be the problem. but who knows. 1. Has anyone

Re: Google Clojure REPL

2014-12-16 Thread Daniel Solano Gómez
Hello, The Clojure REPL in the Play Store is the one that I published. It does suffer from the ART-related issues in Lollipop. I have started a rewrite of the REPL where I hope I can make significant improvements as well as open source it. I apologise for not getting it working earlier, but it'

Re: Implementing a Oauth2 provider with clauth and friend

2014-12-16 Thread Sebastian Bensusan
That's great! Thanks! On Tuesday, December 16, 2014 2:27:53 PM UTC+1, JUAN ANTONIO Ruz wrote: > > Hola Sebastian, > Happy to know that you are interested on cylon too, I'll try to get a > oauth2 demo project configuration ready this afternoon > > Regards > Juan > > El martes, 16 de diciembre de 2

Re: Implementing a Oauth2 provider with clauth and friend

2014-12-16 Thread JUAN ANTONIO Ruz
Hola Sebastian, Happy to know that you are interested on cylon too, I'll try to get a oauth2 demo project configuration ready this afternoon Regards Juan El martes, 16 de diciembre de 2014 10:11:11 UTC, Sebastian Bensusan escribió: > > Hola Juan, > > I am using sutartsierra/component and from t

Re: Handling increasingly-intensive processes

2014-12-16 Thread Sam Raker
Now that someone's said it, "just store tweets" seems like such a "duh" move. Thanks! -sam On Monday, December 15, 2014 6:35:13 AM UTC-5, Thomas Heller wrote: > > Hey, > > without knowing much about your application/business needs its hard to > speculate what might be good for you. The root of

Re: Implementing a Oauth2 provider with clauth and friend

2014-12-16 Thread Sebastian Bensusan
Hola Juan, I am using sutartsierra/component and from the README I see cylon offers what I want: both client and provider. Thanks a lot for the suggestion. I am having some trouble reading the library or getting an overview of how it works. Which file should I start with? I would love to write

Re: Implementing a Oauth2 provider with clauth and friend

2014-12-16 Thread JUAN ANTONIO Ruz
Hi Sebastian, Are you using stuartsierra/component library? If you are, take a look at juxt/cylon that in a component way offers Oauth2 (client and provider). opensensors.io have been the first adopters of this security cylon feature as you can find on the README.