Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prompter:active-attributes-keys must not depend on the order of the arguments #3368

Open
aadcg opened this issue Mar 27, 2024 · 0 comments
Open
Labels
bug prompt-buffer Related to the prompt buffer.

Comments

@aadcg
Copy link
Member

aadcg commented Mar 27, 2024

Noticed when working on #3362. Steps to reproduce below.

Nyxt @ 9fb9036

Patched

modified   source/mode/file-manager.lisp
@@ -166,7 +166,7 @@ defun make-file-source-preprocessor
 (define-class file-source (prompter:source)
   ((prompter:name "Files")
    (prompter:active-attributes-keys
-    '("Name" "Extension" "Directory")
+    '("Extension" "Name" "Directory")
     :accessor nil)
    (prompter:filter-preprocessor (make-file-source-preprocessor))
    (prompter:enable-marks-p t)
@aadcg aadcg added bug prompt-buffer Related to the prompt buffer. labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug prompt-buffer Related to the prompt buffer.
Development

No branches or pull requests

1 participant