emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc e7ebdc29ce: Add TODO section for package-vc


From: Philip Kaludercic
Subject: feature/package+vc e7ebdc29ce: Add TODO section for package-vc
Date: Wed, 3 Aug 2022 07:48:06 -0400 (EDT)

branch: feature/package+vc
commit e7ebdc29cecbd694d3ee1e081bef46155e707e10
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add TODO section for package-vc
---
 lisp/emacs-lisp/package-vc.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 8b2b2f707d..b54108a619 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -24,6 +24,18 @@
 ;; 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)



reply via email to

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