[ClojureScript] Re: figwheel websocket configuration error?

2016-06-03 Thread Federico Marani
On Friday, 3 June 2016 21:14:19 UTC+1, Francis Avila  wrote:
> I don't see a figwheel dependency in your project.clj. Is it a transient 
> dependency of something else?
> 
> 
> Being able to listen on anything other than localhost is a more recent 
> ability (post 0.5.2). I'm not sure if any released figwheel on clojars 
> supports it. 
> 
> The reason I am not sure is there are no github releases or git version tags 
> after 0.5.2 and all the clojars links to release versions link to HEAD, so I 
> don't know what's in 0.5.3 and up.
> 
> On Friday, June 3, 2016 at 1:42:30 PM UTC-5, Federico Marani wrote:
> > Hi all,
> > 
> > I am having some trouble configuring figwheel to be visible from another 
> > computer in my network. I configured it to listen to 0.0.0.0, but the 
> > websocket handler does not connect correctly. Anyone able to give me a hint 
> > on where the problem might be?
> > 
> > this is my project.clj - http://pastebin.com/PQG49FzG
> > 
> > Thks

The dependency on figwheel is declared in the profiles section. This code comes 
from the reagent-template code, so I assumed it was working. Also 0.5.3-1 is 
the latest stable version and all these options are documented in the README 
file on Github.

I also just tried 0.5.4-SNAPSHOT. Still does not work...

Perhaps a bug in figwheel? I am not sure I am able to track it down just yet... 
I have very little Clojure experience.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] ANN: ClojureScript 1.9.36 - cljs.spec fixes & performance enhancements

2016-06-03 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code.

README and source code: https://github.com/clojure/clojurescript

Leiningen dependency information:

[org.clojure/clojurescript "1.9.36"]

This release fixes a cljs.spec bug around instrumented multi-arity
fns. It also includes various fixes and performance enhancements from
Clojure. Another performance related change is writing out analysis
caches as Transit if transit-clj is available. This is automatic and
requires no configuration and gives a modest speed bump when launching
REPLs.

As always feedback welcome!

## 1.9.36

### Enhancements
* Write analysis caches as Transit if transit-clj available

### Changes
* Clojure 1f25347
* Clojure 47b8d6b
* Optimize seq (&) destructuring as per commit (0aa3467) of Clojure

### Fixes
* CLJS-1611: Function arity dispatch returns arity
* only print specs in REPL if we actually have some
* CLJS-1663: Calling instrumented multi-arity function causes exception
* CLJS-1650: `cljs.reader/read-map` now returns array-map/hash-map based on
the size of the sequence.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] Re: figwheel websocket configuration error?

2016-06-03 Thread Francis Avila
I don't see a figwheel dependency in your project.clj. Is it a transient 
dependency of something else?


Being able to listen on anything other than localhost is a more recent ability 
(post 0.5.2). I'm not sure if any released figwheel on clojars supports it. 

The reason I am not sure is there are no github releases or git version tags 
after 0.5.2 and all the clojars links to release versions link to HEAD, so I 
don't know what's in 0.5.3 and up.

On Friday, June 3, 2016 at 1:42:30 PM UTC-5, Federico Marani wrote:
> Hi all,
> 
> I am having some trouble configuring figwheel to be visible from another 
> computer in my network. I configured it to listen to 0.0.0.0, but the 
> websocket handler does not connect correctly. Anyone able to give me a hint 
> on where the problem might be?
> 
> this is my project.clj - http://pastebin.com/PQG49FzG
> 
> Thks

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] figwheel websocket configuration error?

2016-06-03 Thread Federico Marani
Hi all,

I am having some trouble configuring figwheel to be visible from another 
computer in my network. I configured it to listen to 0.0.0.0, but the websocket 
handler does not connect correctly. Anyone able to give me a hint on where the 
problem might be?

this is my project.clj - http://pastebin.com/PQG49FzG

Thks

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


Re: [ClojureScript] Re: ANN: ClojureScript 1.9.14, clojure.spec port

2016-06-03 Thread Shaun LeBron
On Thursday, June 2, 2016 at 10:05:59 AM UTC-5, Leon Grapenthin wrote:
> Until now impl was a convention to indicate that the vars the ns is private 
> to the library itself. I belive that the pattern became more common with 
> core.async.

Thanks for the background context on `impl`, Leon.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.