You seem to be requiring the numeric-tower functions into the foobar.core
namespace, and then "use"ing the foobar.core namespace from the user
namespace and expecting the numeric-tower functions to show up in the user
namespace. However, namespaces aren't transitive like that. You need to
require
Maybe it isn't a cider problem, I'm having a similar issue with lein.
Working in the project directory created by lein:
$ lein repl
nREPL server started on port 42585 on host 127.0.0.1 -
nrepl://127.0.0.1:42585
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.9.0
OpenJDK 64-Bit Server VM 1.8.0_151-8u151-b1
system-viz is a tiny, simple library to visualize a system, constructed
using Stuart Sierra's component library.
This release allows the diagram to be laid out horizontally, and allows the
GraphViz source of the document to be saved.
https://github.com/walmartlabs/system-viz
--
Howard M. Lewis
Given that Datomic Cloud is just a different implementation for the Client
API you could use an on-prem or in memory transactor for the dev/test
environments. I think aside from performance and load testing there's no
good reason to run tests on a solo instance.
On Fri, Jan 19, 2018 at 5:08 PM Jul
Can’t reproduce in Boot either. Based on that CIDER ticket, it may be something
specific to Andrew’s project.clj file…
(! 910)-> boot -d org.clojure/math.numeric-tower repl
Retrieving maven-metadata.xml from https://repo1.maven.org/maven2/ (1k)
Retrieving math.numeric-tower-0.0.4.pom from https:/
So, let me know if I understand this correctly. It seems that this would have
some challenges such as:
- a single shared instance would require creating and destroying different
(isolated) dbs for each developer and test runner
- or your organization needs to have enough aws sophistication to al
This morning there are new releases of Clojure tools 1.9.309,
tools.deps.alpha 0.5.323, and tools.gitlibs 0.2.47.
Highlights (across one or more of these releases):
* NEW clj -Spom emits dep exclusions and classifier
* NEW clj -Spom can also be used with -R and -C (but only for top-level
mo
I can't reproduce this problem in either a lein repl or clj repl using
math.numeric-tower + clojure 1.9. Looking at the code, I don't see anything
that should be different with Clojure 1.9.
On Friday, January 19, 2018 at 7:38:57 AM UTC-6, Bozhidar Batsov wrote:
>
> I also got a CIDER ticket abou
Hello,
I'd like to share the material (source code etc.) for a Clojure workshop
for programmers.
The material supported a 1-day guided workshop conducted at the
recently-concluded IN/Clojure conference in Bangalore, India
(http://inclojure.org/).
While the material is most fun and effective i
I also got a CIDER ticket about pretty much the same problem
https://github.com/clojure-emacs/cider/issues/2169
I guess there's some problem with Clojure 1.9 and the tower, but I'm not
sure about its exact extent.
On 18 January 2018 at 02:41, Alex Miller wrote:
> I can't reproduce that locally.
10 matches
Mail list logo