Re: intern with :dynamic - either a bug or undocumented behavior?

2016-07-30 Thread Yuri Steinschreiber
to the two mechanisms for treating > a Var as dynamic. This reminds me of the ticket > http://dev.clojure.org/jira/browse/CLJ-859 as well. I'm not sure what the > proper resolution should be as there are several ways to go with it. > > > On Saturday, July 30, 2016 at 3:20:16

intern with :dynamic - either a bug or undocumented behavior?

2016-07-30 Thread Yuri Steinschreiber
Hello - The documentation specifies that 'def' and 'intern' have the same behavior with regards to metadata on the Var they define/intern. So I expected these to be equivalent: (def ^:dynamic my-var) (intern *ns* (with-meta 'my-var {:dynamic true})) Indeed, (meta #'my-var) correctly show :dyn

RE: emacs Expectations Mode - can't make it work

2016-01-25 Thread Yuri Steinschreiber
Expectations Mode - can't make it work Yuri Steinschreiber wrote on Monday, January 25, 2016 at 1:17 AM: Sadly, Expectations Mode seems to be abandoned. Leaving an FYI to the community. We stopped using expectations-mode a long time ago, instead adding this to our Emacs config: ;; run expectations (

Re: emacs Expectations Mode - can't make it work

2016-01-25 Thread Yuri Steinschreiber
Responding to my own question: 1. Indeed, Expectations Mode can't work with CIDER starting from 0.8.0, after refactoring and function renaming. So apparently no one is using it. 2. The same issue was already reported to Expectations Mode https://github.com/gar3thjon3s/expectations-mode/issues/11

emacs Expectations Mode - can't make it work

2016-01-24 Thread Yuri Steinschreiber
Hi - Is anybody using Expectations Mode https://github.com/gar3thjon3s/expectations-mode? When I try to use it with the latest CIDER and cider-nrepl I get "Symbol's definition is void: nrepl-send-string" when trying to run expectations test. I suspect version mismatch between Expectations Mode

RE: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-26 Thread Yuri Steinschreiber
>From what I understand by looking at the Boot file access bugs, they are >actually Clojure problems (open file leaks) fixed in 1.8, so you might want to >give it a try using 1.8 Release Candidate. Cheers……..Yuri From: 'Sven Richter' via ClojureScript Sent: Friday, December 25, 2015 1:08 PM