Re: [ClojureScript] lein gorilla :port 8990 fails because "Call to clojure.core/ns did not conform to spec"

2019-10-07 Thread Andy Fingerhut
I do not know if you are trying the instructions on this web page or not: http://gorilla-repl.org/start.html If so, I got the same error. It appears that the sample project.clj file there only works with some older versions of Clojure-related software, which I have not determined. With

[ClojureScript] [ANN] core.rrb-vector 0.1.0 -- bug fixes

2019-09-30 Thread Andy Fingerhut
rrb-vector 0.1.0 This release fixes several bugs that were found in previous releases of the library. More details can be found in the change log: https://github.com/clojure/core.rrb-vector/blob/master/CHANGES.md Cheers, MichaƂ Marczyk and Andy Fingerhut -- Note that posts from n

Re: [ClojureScript] ClojureScript for node.js REST API

2019-09-24 Thread Andy Fingerhut
My apologies for sending the previous message to the group, which was intended to go to the sender only. Andy On Tue, Sep 24, 2019 at 12:55 PM Andy Fingerhut wrote: > Charles: > > I am a moderator of the ClojureScript Google group, and at least from this > end it appeared that y

Re: [ClojureScript] ClojureScript for node.js REST API

2019-09-24 Thread Andy Fingerhut
have their messages go through human moderation, which involves waiting until a person looks at and approves your message. Andy Fingerhut On Tue, Sep 24, 2019 at 12:52 PM Charles Harvey III < charlesnhar...@gmail.com> wrote: > Greetings, > I have started a job where the chos

Re: [ClojureScript] lein, clojurescript, and Java 9?

2017-12-05 Thread Andy Fingerhut
Try lein 2.8.1, if you are using any other version of Leiningen. There are known issues with Leiningen versions less than that, combined with Java 9. Andy On Tue, Dec 5, 2017 at 7:20 AM, Rob Nikander wrote: > Hi, > > Is this supposed to work? It works with Java 8, but

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-22 Thread Andy Fingerhut
Should searches for packages give results on beta.clojars.org ? I went to the web page and searched for a couple of packages using search strings that give results on clojars.org, but give no results on beta.clojars.org. Andy On Tue, Sep 20, 2016 at 4:17 PM, Daniel Compton <

Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-06-30 Thread Andy Fingerhut
Is anyone interested in filing a bug against IBM JDK 1.8.0 where it appears that its JIT compiler fails about half of the time when doing 'mvn clean test' in a Clojure 1.7.0 source tree? You can find some attachments in an earlier message of this thread that can get you started, but producing

Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-05-21 Thread Andy Fingerhut
Alex, doing a quick sweep of new public Vars in 1.7.0-RC1 that were not in Clojure 1.6.0 (complete list of all 21 below), I noticed that the following two do not have any doc strings. Intentional, or oversight? *suppress-read* Throwable-map Andy *suppress-read* -Eduction Throwable-map cat

Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-05-15 Thread Andy Fingerhut
On Fri, May 15, 2015 at 10:45 AM, Andy Fingerhut andy.finger...@gmail.com wrote: Testing done on 1.7.0-beta3 and results: Ran 'mvn clean ; mvn test' on a few OS/JDK combos that are not tested as often. Reason: there have been (or still are) build or test failures with some of them. Windows 7

Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-05-15 Thread Andy Fingerhut
Testing done on 1.7.0-beta3 and results: Ran 'mvn clean ; mvn test' on a few OS/JDK combos that are not tested as often. Reason: there have been (or still are) build or test failures with some of them. Windows 7 Enterprise SP1 + Oracle JDK 1.7.0_72: 3/3 times ok Ubuntu 14.04.2 LTS + IBM JDK

Re: [ClojureScript] Re: [ANN] Clojure 1.7.0-beta1 released

2015-04-13 Thread Andy Fingerhut
Your particular example is equivalent to #?(:clj) which is illegal, for the reason given in the error message you saw. Normal Clojure comments are far less surprising in their behavior than #_ is I understand there can be convenience in using #_ when it works. Andy Sent from my iPhone On

Re: [ClojureScript] JVM wait before shutdown after cljs.closure/build with optimizations

2015-03-18 Thread Andy Fingerhut
The symptoms and workaround you describe sound like the ClojureScript compiler is using future, clojure.java.shell/sh, or pmap somewhere internally. Besides the workaround of doing (System/exit 0) near the end, you should also be able to call (shutdown-agents) You can also vote on this Clojure

Re: [ClojureScript] JVM wait before shutdown after cljs.closure/build with optimizations

2015-03-18 Thread Andy Fingerhut
Sorry, I said the ClojureScript compiler when I actually do not know which code contains the use of agents leading to this issue. Might be some other build tool involved. Andy On Wed, Mar 18, 2015 at 11:50 AM, Andy Fingerhut andy.finger...@gmail.com wrote: The symptoms and workaround you

Re: [ClojureScript] Clojurescript cheatsheet now 3 years old

2015-02-05 Thread Andy Fingerhut
Already mentioned in the Clojure Google group, but this is pretty nice: http://cljs.info/cheatsheet/ From the contributors page, it looks like primarily Chris Oakman and Shaun LeBron have been busy working on this since around Sep 2014. Kudos! You can now get there from

[ClojureScript] Please resubmit message about ClojureScript, QML, and getting a REPL to work

2014-07-03 Thread Andy Fingerhut
This moderator goofed up and deleted a perfectly on-topic message submitted to this group, and I haven't found any way to undo that action (if you know of a way to do so as a Google group moderator, please let me know). To whoever submitted it, I hope you have saved a copy and can easily resubmit