Turn remove-click into a wish
Marco Ricci

Marco Ricci commited on 2026-04-19 16:00:24
Zeige 2 geänderte Dateien mit 6 Einfügungen und 5 Löschungen.


This realigns the entry with the specification, as it is not describing
an actual problem with `derivepassphrase` currently, but anticipated
problems and extra work in the future.
... ...
@@ -8,9 +8,10 @@
8 8
       - [yet to be scheduled](index.md){: .unscheduled }
9 9
 
10 10
 ???+ bug "things to fix"
11
-      - [remove-click][]{: .scheduled-next }
11
+    <i>no entries</i>
12 12
 
13 13
 ???+ wish "things to add"
14
+      - [remove-click][]{: .scheduled-next }
14 15
       - [no-strict-compatibility-mode][]{: .scheduled }
15 16
       - [conventional-configurable-text-styling][]{: .unscheduled }
16 17
       - [other-derivation-schemes][]{: .unscheduled }
... ...
@@ -1,11 +1,11 @@
1
-# `derivepassphrase` bug remove-click
1
+# `derivepassphrase` wish remove-click
2 2
 
3
-???+ bug "Bug details: Remove the dependency on `click`"
3
+???+ bug "Wish details: Remove the dependency on `click`"
4 4
     <table id="bug-summary" markdown>
5
-        <tr><th scope=col>Class<td><i>bug</i><td>This is clearly an actual problem we want fixed.
5
+        <tr><th scope=col>Class<td><i>wish</i><td>This is a request for an enhancement.
6 6
         <tr><th scope=col>Priority<td><i>high</i><td>This should be fixed in the next release.
7 7
         <tr><th scope=col>Difficulty<td><i>tricky</i><td>Needs many tuits.
8
-        <tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 0.1.2 0.1.3 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 0.4.0 <b>0.5</b> 0.5.1 0.5.2 0.6
8
+        <tr><th scope=col>Requested-in<td colspan=2>0.5
9 9
     </table>
10 10
 
11 11
 [`click`][click], the library which `derivepassphrase` uses to implement its command-line interface, used to have a very stable and essentially unchanging <abbr title="application programming interface">API</abbr> (up until v8.1.8) due to a maintenance bottleneck.
12 12