Re: [ANN] Clojure 1.10.1-beta1

2019-03-31 Thread Rakhim Davletkaliyev
of the problem. On Sunday, 31 March 2019 18:50:52 UTC+3, Orestis Markou wrote: > > I think the issue you are seeing is because you need to wrap the require > form in a vector: > > (:require [trybeta.foo :refer :all]) > > Thanks, > Orestis > > 31 Μαρ 2019, 4:19 μμ, ο χρήστης «R

Re: [ANN] Clojure 1.10.1-beta1

2019-03-31 Thread Rakhim Davletkaliyev
Hi Alex, With this beta + ClojureScript (v. 1.10.238), when trying to "refer all", like so: (:require trybeta.something :refer :all) I get the following error: clojure.lang.ExceptionInfo: Only [lib.ns & options] and lib.ns specs supported in :require / :require-macros; offending spec: :refer