Marco Ricci commited on 2025-03-13 12:51:18
Zeige 1 geänderte Dateien mit 68 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,68 @@ |
1 |
+# Bugs & wishlist items |
|
2 |
+ |
|
3 |
+<small>(… a.k.a. "things to fix" and "things to add".)</small> |
|
4 |
+ |
|
5 |
+!!! abstract inline end "Legend: Formatting" |
|
6 |
+ - [scheduled for next release](index.md){: .scheduled-next } |
|
7 |
+ - [scheduled for some future release](index.md){: .scheduled } |
|
8 |
+ - [yet to be scheduled](index.md){: .unscheduled } |
|
9 |
+ |
|
10 |
+???+ bug "things to fix" |
|
11 |
+ - [concurrency-audit][]{: .scheduled-next } |
|
12 |
+ - [concurrency-testing-in-test-suite][]{: .scheduled-next } |
|
13 |
+ - [windows-ssh-agent-support][]{: .scheduled } |
|
14 |
+ |
|
15 |
+???+ question "things to add" |
|
16 |
+ - [other-derivation-schemes][]{: .unscheduled } |
|
17 |
+ |
|
18 |
+??? success "fixed things" |
|
19 |
+ - [allow-all-unicode-passphrases][]{: .fixed } |
|
20 |
+ - [amend-vault-config][]{: .fixed } |
|
21 |
+ - [better-error-messages][]{: .fixed } |
|
22 |
+ - [configuration-directory-must-exist][]{: .fixed } |
|
23 |
+ - [fail-gracefully-without-af-unix][]{: .fixed } |
|
24 |
+ - [falsy-vault-config-values][]{: .fixed } |
|
25 |
+ - [no-stdlib-module-names][]{: .fixed } |
|
26 |
+ - [one-time-key-override-fails][]{: .fixed } |
|
27 |
+ - [print-service-notes][]{: .fixed } |
|
28 |
+ - [remove-pageant-build-info-check][]{: .fixed } |
|
29 |
+ - [single-toplevel-module][]{: .fixed } |
|
30 |
+ - [test-filesystem-isolation][]{: .fixed } |
|
31 |
+ |
|
32 |
+ --- |
|
33 |
+ |
|
34 |
+ - [export-vault-formats][]{: .fixed } |
|
35 |
+ - [exporter-script-as-subcommand][]{: .fixed } |
|
36 |
+ - [pretty-print-json][]{: .fixed } |
|
37 |
+ - [print-service-notes-above][]{: .fixed } |
|
38 |
+ - [report-build-flags-and-features][]{: .fixed } |
|
39 |
+ - [scheme-specific-cli-and-config][]{: .fixed } |
|
40 |
+ - [test-suite-isolated-ssh-agent][]{: .fixed } |
|
41 |
+ |
|
42 |
+!!! abstract "Further reading" |
|
43 |
+ |
|
44 |
+ → Scheduled bugs and wishes |
|
45 |
+ |
|
46 |
+ [allow-all-unicode-passphrases]: allow-all-unicode-passphrases.md |
|
47 |
+ [amend-vault-config]: amend-vault-config.md |
|
48 |
+ [better-error-messages]: better-error-messages.md |
|
49 |
+ [concurrency-audit]: concurrency-audit.md |
|
50 |
+ [concurrency-testing-in-test-suite]: concurrency-testing-in-test-suite.md |
|
51 |
+ [configuration-directory-must-exist]: configuration-directory-must-exist.md |
|
52 |
+ [export-vault-formats]: export-vault-formats.md |
|
53 |
+ [exporter-script-as-subcommand]: exporter-script-as-subcommand.md |
|
54 |
+ [fail-gracefully-without-af-unix]: fail-gracefully-without-af-unix.md |
|
55 |
+ [falsy-vault-config-values]: falsy-vault-config-values.md |
|
56 |
+ [no-stdlib-module-names]: no-stdlib-module-names.md |
|
57 |
+ [one-time-key-override-fails]: one-time-key-override-fails.md |
|
58 |
+ [other-derivation-schemes]: other-derivation-schemes.md |
|
59 |
+ [pretty-print-json]: pretty-print-json.md |
|
60 |
+ [print-service-notes]: print-service-notes.md |
|
61 |
+ [print-service-notes-above]: print-service-notes-above.md |
|
62 |
+ [remove-pageant-build-info-check]: remove-pageant-build-info-check.md |
|
63 |
+ [report-build-flags-and-features]: report-build-flags-and-features.md |
|
64 |
+ [scheme-specific-cli-and-config]: scheme-specific-cli-and-config.md |
|
65 |
+ [single-toplevel-module]: single-toplevel-module.md |
|
66 |
+ [test-filesystem-isolation]: test-filesystem-isolation.md |
|
67 |
+ [test-suite-isolated-ssh-agent]: test-suite-isolated-ssh-agent.md |
|
68 |
+ [windows-ssh-agent-support]: windows-ssh-agent-support.md |
|
0 | 69 |