emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tree-sitter introduction documentation


From: Richard Stallman
Subject: Re: Tree-sitter introduction documentation
Date: Mon, 02 Jan 2023 23:08:11 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

            > (message "Cloning repository")
            > ;; git clone xxx --depth 1 --quiet workdir
            > (treesit--call-process-signal
            >  "git" nil t nil "clone" url "--depth" "1" "--quiet"
            >  workdir)

This discussion is about details of code I don't know, so I have not
been following it.  However, making it depend specifically on git
raises a concern.  In general, we should not do that.

What job is this part of?  Why propose to make it soecifically require
git?  What would it be doing with git, here?


-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]