From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: feature/package-vc has been merged Date: Sat, 05 Nov 2022 19:22:33 +0200 Message-ID: <83k0492u5i.fsf@gnu.org> References: <164484721900.31751.1453162457552427931@vcs2.savannah.gnu.org> <87zgdivc3f.fsf@posteo.net> <874jvqv2u3.fsf@posteo.net> <875yg6qtbl.fsf@posteo.net> <87ilk33lqk.fsf@posteo.net> <87mt9epqlk.fsf@posteo.net> <87ilk1bgvd.fsf@posteo.net> <87edupbdp0.fsf@posteo.net> <875yg1bc02.fsf@posteo.net> <878rkxgpms.fsf@posteo.net> <87sfiyk3a2.fsf_-_@posteo.net> <838rkp4ptj.fsf@gnu.org> <87zgd58i7y.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40049"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, rms@gnu.org, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 05 18:44:10 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1orNDG-000ABC-6w for ged-emacs-devel@m.gmane-mx.org; Sat, 05 Nov 2022 18:44:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1orMsX-000489-LB; Sat, 05 Nov 2022 13:22:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orMsW-00044P-0K for emacs-devel@gnu.org; Sat, 05 Nov 2022 13:22:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orMsV-0008Qp-Bm; Sat, 05 Nov 2022 13:22:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=svwJgASgFi5AtXK1sniN92tlfv8YQvU+v41nt6RdLjo=; b=rSeryTwdaqgs HlO/HMk0vR+fM960q4+AEZhpL5XJXlflIjltw4ogUNTvTx5yqy7iZhGa1yZH9WGRSp/U0XdTKAVG1 HAJPF9w6VmdrQEh3z3abd2+/79eI3rvTbPj/DXpOuXNGB9oNB0mjQ96+L0Su6URSV4DQ5chItK6zc P76nml8omNj52RXxHOQmXcAe/V0EK3sn/H5AvSKTW78rrVuD0wsX8dsTWaFYXLMnbnh6IOo9B4ROO bpS5yyv/kp9q42uvU8vucnBUfpTK/ymecv09WmiaiItj9lMBELhCmRgeQK8YbNf9F79s22SIzd25h uFi7ftMwcnJHAsEh4zCmkw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orMsT-0002LU-Rc; Sat, 05 Nov 2022 13:22:42 -0400 In-Reply-To: <87zgd58i7y.fsf@posteo.net> (message from Philip Kaludercic on Sat, 05 Nov 2022 16:43:45 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299224 Archived-At: > From: Philip Kaludercic > Cc: monnier@iro.umontreal.ca, rms@gnu.org, emacs-devel@gnu.org > Date: Sat, 05 Nov 2022 16:43:45 +0000 > > >> (defcustom package-vc-repository-store > >> (expand-file-name "emacs/vc-packages" (xdg-data-home)) > >> "Directory used by `package-vc--unpack' to store repositories." > > > > The doc string of a user option should not reference an internal > > function, it should reference user-visible features. Would it be > > correct to say that this directory is used by package-vc to store > > repositories of packages it fetches and/or installs? > > You are right, I forgot about this when renaming package-vc-unpack to > package-vc--unpack. How about > > "Directory used to store clone repositories. > > This directory is only used for packages with a special `:lisp-dir' > entry in their package specification (for details on package > specifications see `package-vc-selected-packages'). Repositories for > packages like these are cloned into the directory specified here, and > their `:lisp-dir' is then linked back into the user elpa directory." Instead of "specified here", please use "specified by this variable". And I don't think I understand what the "their `:lisp-dir' is then linked back into the user elpa directory" part wants to say. I also have a more general question: you say this "is only used for packages with a special `:lisp-dir' entry", and that begs the question: where will we clone a package that doesn't have the :lisp-dir entry? > >> (defcustom package-vc-selected-packages '() > >> "List of packages that must be installed. > >> Each member of the list is of the form (NAME . SPEC), where NAME > >> is a symbol designating the package and SPEC is one of: > >> > >> - nil, if any package version can be installed; > >> - a version string, if that specific revision is to be installed; > >> - a property list of the form described in > >> `package-vc-archive-spec-alist', giving a package > >> specification. > > > > There's no variable package-vc-archive-spec-alist. Did you mean > > package-vc--archive-spec-alist instead? In that case, I think the > > format of that list should be spelled out in this doc string, as the > > referenced variable is an internal one. > > You are right (same mistake as before), the documentation for package > specifications should be moved from the internal variable to either > 'package-vc-selected-packages' or some other place. It might not be bad > to document it in package.texi either? Or would that be too Lisp-y for > the Emacs manual? It's okay to have this in package.texi, but perhaps with fewer details. Users should customize such complex variables via Custom anyway. > >> This user option differs from `package-selected-packages' in that > >> it is meant to be specified manually. You can also use the > >> function `package-vc-selected-packages' to apply the changes." > > > > The function package-vc-selected-packages mentioned in the last > > sentence doesn't seem to exist. Also, what does it mean "to apply the > > changes" -- apply the changes to what? > > It was supposed to be `package-vc-ensure-packages'. How about > rephrasing that last sentence into "By calling the function > `package-vc-selected-packages", the packages specified in this list can > also be installed. Just avoid the passive voice: If you want to also install the packages in this list, use `package-vc-ensure-packages'. > >> (defvar package-vc--archive-spec-alist nil > >> "List of package specifications for each archive. > >> The list maps each package name, as a string, to a plist. > >> Valid keys include > >> > >> `:url' (string) > > > > The "Valid keys" part is "out of the blue" here. Keys of what? If > > that's a reference to the "plist" part preceding it, then we aren't > > talking about a plist, we are talking about keyword/value pairs, > > right? > > Yes, these are plist keys. Should we say something like "Valid keys for > these plists include:". I would say explicitly "plist of key/value pairs". > >> "Extract the commit of a development package PKG." > > > > This doc string doesn't seem to match what the function does. > > I was confused at first, as I was assuming you were talking about > `package-vc-commit', but it appears I accidentally copied the docstring > into `package-vc--version'. A better documentation string here would be > > "Return the version number for the source package PKG." That's fine. > >> (defun package-vc--build-documentation (pkg-desc file) > >> "Build documentation FILE for PKG-DESC." > >> (let ((pkg-dir (package-desc-dir pkg-desc))) > >> (when (string-match-p "\\.org\\'" file) > >> (require 'ox) > >> (require 'ox-texinfo) > >> (with-temp-buffer > >> (insert-file-contents file) > >> (setq file (make-temp-file "ox-texinfo-")) > >> (org-export-to-file 'texinfo file))) > >> (call-process "install-info" nil nil nil > >> file pkg-dir))) > > > > I'm confused by this function. Does org-export-to-file produce a > > .texi file or an Info file? In any case, the semantics is confusing: > > if FILE has the .org extension, the function installs a file whose > > name is not FILE, otherwise the function installs FILE. This seems to > > conflate source and destination files in a confusing way. > > I can expand the documentation here. > > "file" is the input, either a .texi or an .org file. If FILE is input, then saying "Build documentation FILE" is misleading: there's no need to build FILE, it already exists. You should say something like Build documentation for package PKG-DESC from documentation source in FILE. > If it is an .org file, we want to convert it to .texi first (which > is what the (when ...) block does), and write the output into a > temporary file. The temporary file is used as an input to > install-info, that builds the .info file. Ah, so there's a problem here, I think. install-info doesn't produce Info files, it only installs existing Info files and updates the DIR files with the entries of the installed Info files. So the step of producing Info files from Texinfo is missing here. > >> (defun package-vc-update (pkg-desc) > >> "Attempt to update the package PKG-DESC." > >> ;; HACK: To run `package-vc--unpack-1' after checking out the new > >> ;; revision, we insert a hook into `vc-post-command-functions', and > >> ;; remove it right after it ran. To avoid running the hook multiple > >> ;; times or even for the wrong repository (as `vc-pull' is often > >> ;; asynchronous), we extract the relevant arguments using a pseudo > >> ;; filter for `vc-filter-command-function', executed only for the > >> ;; side effect, and store them in the lexical scope. When the hook > >> ;; is run, we check if the arguments are the same (`eq') as the ones > >> ;; previously extracted, and only in that case will be call > >> ;; `package-vc--unpack-1'. Ugh... > > > > Shouldn't this use unwind-protect, to make sure the hacked > > post-command-hook doesn't leak out? > > The issue is that vc-pull *can be* asynchronous, so wrapping it in a > `unwind-protect' would un-modify the hook too soon. But you are right > that if vc-pull were to fail, the hook would remain inside of > `vc-post-command-functions' for too long. > > As I said in that comment > > "If there is a better way to do this, it should be done." If you can use unwind-protect at least in the synchronous case, it would be better, I think. And if the async pull could take a long time, I think it's a problem to have the additional entry in the post-command-hook for all that time.