Thanks for the response!
Isn't that change already active in I noticed the change in 0.5.13? I
actually tried that release, but it did not make a difference for me. I
still need to have the DevTools visible, with "Disable cache" flagged in
the Network Panel, to avoid situations where a modific
Thanks, appreciated!
Compiling the CLJ side takes about 30 seconds, a non-optimized CLJS about
60 seconds, and an optimized CLJS about 120 seconds. I am very well aware
that these absolute numbers are not so high, at least compared to languages
such as Scala. However, I perform recompilations s
Hi all,
My codebase (mix of CLJ, CLJS and CLJS) is about fifty thousand lines of
code, and compilation times are starting to interfere with my workflow
happiness. In addition, Chrome Devtools is becoming somewhat sluggish due
to the high number of separate namespaces loaded through Figwheel.
Thanks - the start of that thread was indeed interesting, but it quickly
changed course towards a discussion on whether Spec should check function
outputs. Rich hinted at exactly the kind of in-depth discussion I wanted to
find — but much too briefly...
--
You received this message because yo
Completely convinced of Spec, I am diving into property-based testing with
test.check. However, I encounter some difficulties for which I would like
to get the community's input.
The central part of the software I am developing, consists of a tree of
different kinds of nodes that can refer to
I would also truly appreciate instrumentation of function outputs for
manual outputs. I understand the rationale for not having it as the
default, but could it perhaps be specified as an option s/instrument?
(Considering that it was present in the first alphas, I would assume that
such option s
Hi,
I am struggling with recursive Spec declarations, more in particular how
two Spec definitions can refer to each other. In the example below, I use a
"forward" declaration, but that does not seem very elegant. Am I missing
something?
The more fundamental question, however, is how to imple