Devon Burriss

Results 30 comments of Devon Burriss

So folding in lessons learned from #694 I am starting with some research and definitions. Thankfully C# has a fairly clear definition of a statement as well as a comprehensive...

So bumping into my first challenge here. On this repo currently tree-sitter version dependency is`tree-sitter = ">= 0.19, < 0.21"`. The source Cargo.toml for tree-sitter-c-sharp is `tree-sitter = "0.19"`. On...

Thanks so much @dcreager 🙏 I'll test it out tomorrow but I think it should work.

After adding `tree_sitter_c_sharp` to the `nums` crate I get the follwong compile error: ``` Compiling enums v0.0.1 (C:\Users\devon\GitHub\rust-code-analysis\enums) error[E0308]: mismatched types --> src\macros.rs:22:31 | 20 | pub fn get_language(lang: &Lang)...

To try confirm the above I downgraded typescript and mozcpp and pinned the tree-sitter in enum to 0.19.3 and the enum project compiles again.

Based on my issues adding `tree-sitter-c-sharp` I thought I would do a little look at the feasibility of rolling forward to 0.20. - [ ] tree-sitter-java (version = "0.19.0" |...

@marco-c I was looking at #812 and was wondering if we have a final action plan here? That PR looks like it is uncovering some good bugs uncovered by the...

Example output: ``` $ adr /usr/bin/adr-help: line 16: more: command not found ```

@HowardvanRooijen did you try the absolute path without the `~` .ie. `/usr/username...` ? I find ~ often does not work for these kinds of things. What I am finding trying...

Experiencing the same, also on Mac. Tried the same workarounds. No luck.