AbhinavOmprakash/snitch
Snitch injects inline defs in your functions and multimethods. This enables a repl-based, editor-agnostic, clojure and clojurescript debugging workflow. It is inline-defs on steroids.
ClojureNOASSERTION
Issues
- 0
When recreating the function call if there is a list like `(:a, :b, :c)` convert it to `(list :a :b :c)`
#39 opened by AbhinavOmprakash - 1
values are mangled in nested functions
#38 opened by ozimos - 2
- 0
When recreating fn call check if there is a way to determine if the value of an object is readable or not
#36 opened by AbhinavOmprakash - 5
macro to set all the def-ed vars to nil
#13 opened by AbhinavOmprakash - 1
globally define `defn*`
#33 opened by Sohalt - 0
Consider adding some pretty printing functionality for stack traces if an exception is thrown
#34 opened by AbhinavOmprakash - 0
If there is a let form inside the bindings in a let form. it doesn't get defined
#32 opened by AbhinavOmprakash - 0
handle loop recur
#31 opened by AbhinavOmprakash - 0
write tests for preserve-symbol
#30 opened by AbhinavOmprakash - 0
handle doseq?
#22 opened by AbhinavOmprakash - 0
- 2
add macros to clojure.core ns
#28 opened by behrica - 0
- 0
if-let fails
#14 opened by AbhinavOmprakash - 1
when reconstructing function call of a lambda function, don't use `this` in the name
#26 opened by AbhinavOmprakash - 0
when reconstructing a function call if a map is aliased in the destructuring syntax `:as m` then construct the entire map not just destructured keys
#27 opened by AbhinavOmprakash - 0
- 0
inline function to call the instrumented function again with original args passed
#23 opened by AbhinavOmprakash - 0
:or in destructuring fails
#21 opened by AbhinavOmprakash - 0
when writing functionality to replay the function handle map destructuring
#5 opened by AbhinavOmprakash - 0
- 0
integrates cljs testing
#19 opened by AbhinavOmprakash - 0
make this cljc
#12 opened by AbhinavOmprakash - 0
fix destructuring
#15 opened by AbhinavOmprakash - 0
add macro to bind in let
#16 opened by AbhinavOmprakash - 0
macro that takes multiple top level defns and injects inline defs in all of them
#17 opened by AbhinavOmprakash - 0
- 0
fix defn** and defn***
#8 opened by AbhinavOmprakash - 0
- 0
- 0
defn* fails when body is a map
#7 opened by AbhinavOmprakash - 1
- 0
error in binding vars in let
#3 opened by AbhinavOmprakash - 0
- 0