]> git.eshelyaron.com Git - emacs.git/commitdiff
Add TODO section for package-vc
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 3 Aug 2022 11:47:54 +0000 (13:47 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 3 Aug 2022 11:47:54 +0000 (13:47 +0200)
lisp/emacs-lisp/package-vc.el

index 8b2b2f707d04cc5867c16cf63986faa135140f09..b54108a6193ebe7e7e0564df83d1add685482a97 100644 (file)
 ;; the source code, this extension allows for packages to be fetched
 ;; and updated directly from a version control system.
 
+;;; TODO:
+
+;; - Allow for automatic updating                               TODO
+;;   * Detect merge conflicts                                   TODO
+;;   * Check if there are upstream changes                      TODO
+;; - Respect the .elpaignore file                               TODO
+;; - Allow finding revisions that bump the version tag          TODO
+;;   * Allow for `package-vc-fetch' to use the version
+;;     of the package if already installed.
+;; - Allow for ELPA specifications to be respected without      TODO
+;;   endangering the user with arbitrary code execution
+
 ;;; Code:
 
 (require 'package)