Danny Freeman

Results 51 comments of Danny Freeman
trafficstars

There is only one db state in existence at a time, it will not be changed out from under running code in a single threaded environment. If you call a...

This PR would remove the warning: https://github.com/day8/re-frame/pull/754

PR #31 has been merged. It is available under tag [v0.0.10](https://github.com/sogaiu/tree-sitter-clojure/releases/tag/v0.0.10). If this version causes trouble for anyone feel free to open up an issue. In the meantime, [v0.0.9](https://github.com/sogaiu/tree-sitter-clojure/releases/tag/v0.0.9) will...

@sogaiu I've pulled down these changes and tested them as much as I can. I have no opposition to you merging these changes into the master branch..

There is nothing from me. Not very active on github atm, but I will test out and make sure nothing is broken sometime this next week and report back. Thank...

Maybe we run some performance tests with and without that inline directive, see what they turn up?

We're lucky that clojure has such simple syntax rules I think. Ours is one of the smallest grammars I have encountered, and probably one of the fastest.

Forgive my ignorance, but without this construct of a `sym_name` token, how would I write a tree-sitter query against the following: ``` (.get ^TypeHint b) ``` and only select the...

I think I am starting to understand more now, thanks for your patience. I have a source file with a single `sym_lit` node in it ```clojure ^ByteBuffer b ``` on...

@philomates That seems like a problem with that repository's usage of tree-sitter-clojure, not tree-sitter-clojure itself. That code returns a parse tree like the following: ``` (source [0, 0] - [1,...