Fork me on GitHub
#re-frame
<
2019-01-27
>
andrea.crotti05:01:28

Ah ok there are just three links to companies using it there, but it's a good place to point people to

Whiskas13:01:17

which alternative do i have if i want to trace functions to console in the claryvoiant style while still using re-frame-10x? ( for example if i want to trace an utility function that is not an event )

Whiskas13:01:21

nvm, i just figured out how to use clarivoyant

Whiskas13:01:45

i’m figuring out how to have a trace like the one we see in re-frame-10x

mikethompson21:01:04

@mateus.pimentel.w re-frame-10x uses a fork of debux, so that might be an option. It has been further developed since we forked from it. It is an under appreciated library.

Whiskas22:01:43

is it possible to use debux while still using re-frame-10x?

Whiskas22:01:38

I’m getting this error:

2] [:app] Configuring build.
[2] [:app] Compiling ...
[2] WARNING: Use of undeclared Var debux.common.util/prepend-bars-in-title at line 77
[2] WARNING: Use of undeclared Var debux.common.util/*indent-level* at line 77
[2] WARNING: Use of undeclared Var debux.common.util/*indent-level* at line 83
[2] [:app] Build failure:
[2] ------ ERROR -------------------------------------------------------------------
[2]  File: jar:file:/Users/pimentel/.m2/repository/philoskim/debux/0.5.4/debux-0.5.4.jar!/debux/cs/core.cljc
[2] failed to require macro-ns "debux.dbgn", it was required by "debux.cs.core"
[2] CompilerException: java.lang.RuntimeException: No such var: sk/insert-skip-form-itself, compiling:(debux/dbgn.clj:128:32)
[2]     clojure.lang.Compiler.analyze (Compiler.java:6792)
[2]     clojure.lang.Compiler.analyze (Compiler.java:6729)
[2]     clojure.lang.Compiler$InvokeExpr.parse (Compiler.java:3813)
[2]     clojure.lang.Compiler.analyzeSeq (Compiler.java:7005)

Whiskas22:01:57

I think that it is because i am not able to use debux with re-frame.tracing at the same time

Whiskas22:01:13

there is a way to import clog in some way from re-frame.tracing?

Whiskas23:01:06

Would it be okay to suggest changing the namespace used for the debux fork used by re-frame?

Whiskas23:01:22

so people could also use debux side by side with re-frame-10x

Whiskas23:01:40

i will search here how can i fork and publish another version of debux so i will be able to use it here

Whiskas23:01:21

i don’t want to fork because debux devlopment seems to be quite active

Whiskas23:01:07

actually, i think i will just fork re-frame.tracing

Whiskas23:01:53

right, i just forked re-frame.tracing and changed the debux namespace to re-debux haha, it works now