Nick Rolfe
Nick Rolfe
I'm not sure it's related to the *number* of databases, necessarily. I just observed the extension taking ~50 seconds to finish loading with only a single (large) database installed. Even...
Ah, yes, I see almost 20 source archive folders in the Explorer pane.
Yes, if I write the QL string `"x\\\\ny"` (which, after QL's escaping, has the value `x\\ny`), then the graph gets rendered with `x\ny`. I assume what's happening is that graphviz...
That's a useful example. The query won't flag that, for a few reasons: 1. The string won't be considered a `Source`, given the current regexp. 2. I assume we don't...
The problem is that you didn't regenerate the Rust & Node bindings in the branch containing the YAML parser: they are actually still calling the `tree_sitter_ql` C function. https://github.com/tausbn/tree-sitter-ql/blob/c9d7d8de9fab75f39d5bc7bdf3a6e5151bb9b3bd/bindings/rust/lib.rs#L27-L29 Normally...
@aibaars if you assume the generated QL is correct, would you be able to review the generator changes?
> > Is there any harm in generating these predicates for other tree-sitter based extractors as well? > > I don't think there is, but it looks like `if overlay_support`...
I've removed the `pragma[nomagic]` annotations. > Looks good to me. Is there any harm in generating these predicates for other tree-sitter based extractors as well? if not , we might...
@aibaars do you have capacity to review this?
I've force-pushed a couple of the suggested fixes. Regarding the others: - `prefix.dbscheme`: since this will change the QL-for-QL dbscheme, I'll do it as a quick follow-up PR. That way,...