Juan Monetta

Results 88 comments of Juan Monetta

Added that to version 0.1.3 ```clojure user> (pspec/pprint (s/form 'clojure.core/let) {:ns-aliases {"clojure.spec.alpha" "s" "clojure.core.specs.alpha" "score" "clojure.core" nil}}) ; (s/fspec ; :args (s/cat :bindings :score/bindings :body (s/* any?)) ; :ret any?...

This is not a animation detail, the carousel is not implemented.

Maybe we can use something like this https://github.com/juxt/pull or this https://github.com/lilactown/pyramid?

Nice, thanks for that discussion link @Folcon . I have some research in my TODOs list about execution derived types and documentation. Given we can instrument an entire codebase, we...

https://github.com/jpmonettas/flow-storm-debugger/commit/0e9965435a6a1e5f8e8c5f0539fab237422d21fd implements the "goto trace" part of this issue

Hey that shouldn't be hard. I thought about indexing other(non source) files you might be interested in but never added that functionality. Let me think a little about the api...

@slifin take a look and try the `generic-file-indexing` branch. Added a section in the readme on how to use the new functionality. https://github.com/jpmonettas/clindex/blob/generic-file-indexing/README.md#using-clindex-for-indexing-othe-project-files-experimental I'll experiment and test the api and...

Hmm, interesting. Not sure how easy is to implement that since all the processing is being done form based instead of line based.

I don't see the schema being line-centric in the sense it is just a pile of facts about whatever can be found in projects. What is form based is the...

@theronic just added them in 42262a2447d7b610f75b48626259f224d5e7467f, you should now have - :var/line - :var/column - :var/end-column - :var-ref/line - :var-ref/column - :var-ref/end-column