day8 / re-frame-debux

A fork of debux for tracing re-frame code (for eventual consumption by re-frame-10x)
Eclipse Public License 1.0
43 stars 7 forks source link

Fix a warning `Use of undeclared Var debux.common.util/clojure` #26

Closed hojinyoo closed 5 years ago

hojinyoo commented 5 years ago

a minor fix for cljs

danielcompton commented 5 years ago

Thanks for this! Did this come via debux?

hojinyoo commented 5 years ago

actually, the warning was from shadow-cljs, which starts to warn about extern infer.

superstructor commented 5 years ago

Thanks for the PR @hojinyoo and your comment @philoskim

Although this solution works and is valid, I also tested deleting the function re @philoskim's comment that the function is no longer used. That works, so I am going to close this PR and just delete the function.