nit: revise TODO/FIXME/HACK/REVIEW/etc in comments

Some were outdated, some were incorrectly labeled, others were already
completed, some were missing... Gotta fix them all.

Also, in :ui hl-todo, there are comments that describe how Doom uses
each of these annotations; those have been updated.
This commit is contained in:
Henrik Lissner 2026-03-02 19:42:25 -05:00
parent 680d135062
commit 6c0881c684
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
116 changed files with 351 additions and 357 deletions

View file

@ -262,10 +262,10 @@
(use-package! pip-requirements
:defer t
:config
;; HACK `pip-requirements-mode' performs a sudden HTTP request to
;; HACK: `pip-requirements-mode' performs a sudden HTTP request to
;; https://pypi.org/simple, which causes unexpected hangs (see #5998). This
;; advice defers this behavior until the first time completion is invoked.
;; REVIEW More sensible behavior should be PRed upstream.
;; REVIEW: More sensible behavior should be PRed upstream.
(defadvice! +python--init-completion-a (&rest args)
"Call `pip-requirements-fetch-packages' first time completion is invoked."
:before #'pip-requirements-complete-at-point