Skip to content

Commit

Permalink
Delete obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Jan 17, 2024
1 parent e5c10aa commit 973a156
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions racket-pdb.el
Original file line number Diff line number Diff line change
Expand Up @@ -650,16 +650,6 @@ Uses pdb to query for sites among multiple files."

;;; Completion

;; TODO: A problem with this approach is when the buffer is in error,
;; then pdb-completions returns nothing. Probably it should retain the
;; completion data from the previous non-error analysis, if any.
;; [That's effectively what racket-xp-mode does, although in that case
;; the state is stored in `racket--xp-binding-completions', which it
;; simply doesn't reset when there are errors. Whreas with pdb we're
;; querying the back end for completions for a specific point, the
;; back end owns/holds that state. So it is probably the entity that
;; should preserve completion candidates.]

(defun racket-pdb-complete-at-point ()
(pcase-let
((`(,beg . ,end)
Expand Down

0 comments on commit 973a156

Please sign in to comment.