Mickey Petersen writes: > Yuan Fu writes: > >> Mickey Petersen writes: >> >>> In order to check for node equality, one must use `treesit-node-eq'. >>> >>> But I see little reason why two identical nodes in in the same tree aren't `equal'? >> >> Indeed. I’ll see if I can extend equal to handle tree-sitter nodes. >> > > Nice one. This will allow for membership checks with `member' and > such-like and it'll greatly cut down on custom code, particularly one > you start writing tests! > >> Yuan Eli, does this look right to you? In particular, I’m not sure if it’s ok to call a lisp function (Ftreesit_node_eq) inside internal_equal, even though it never signals. Yuan