tazjin

Results 96 comments of tazjin

There's a mention on the homepage that says > You can also register your own tree-sitter parsers by dynamic loading. How does this work? It seems like some extra code...

Cool, thanks for the response! I'm trying this out right now. We have a huge number of dynamic library versions of tree-sitter grammars in the Nix package set, but I...

I bumped to 0.5.1 and changed it to `customLanguages`, and now it works - very, very cool! I wrote some experimental Nix code to wrap it and generate config for...

> Do you mean including all languages in the binary? Not necessarily in the binary of ast-grep itself, but in the package we expose in Nix/NixOS. It's essentially a program...

Thanks, that seems to work fine with the Gerrit change refs (which are the most important!). I'll see if I can come up with a docs change to make that...

Your project is GREAT! Been waiting for something like this to come along for a while! Yes, totally in favour. Can we discuss what would need to be done on...

Notes from the catchup with @elpdt852 just now: - in one of its modes, nix-snapshotter essentially uses a standard OCI manifest with a single layer containing empty folders (as mountpoints)...

Reopening, that PR above is only related to this issue, it doesn't close it.

This is about the set from which you got the `callPackage` function, so in the case of `pkgs.callPackage`, "it" is that function itself, and the set is `pkgs`. There are...

Hey, thanks for the issue! Hmm, this is an interesting one. Maybe the fix is as simple as changing it to something like "is established by depending on data from...