Commit 1a888ee3b1eb296a610ddb8e5a28159b8c97ba99
1 parent
a3677ffe
TODO
Showing
1 changed file
with
6 additions
and
0 deletions
TODO
| ... | ... | @@ -9,6 +9,9 @@ Candidates for upcoming release |
| 9 | 9 | * #422: disable rpath when building RPM |
| 10 | 10 | * #352: building standalone executables (lambda layer) |
| 11 | 11 | * #460: potential malware in fuzzer seed corpus |
| 12 | + * Consider building workflow on a schedule to detect build rot. This | |
| 13 | + may enable safe use of *-latest especially if Windows wildcard is | |
| 14 | + testable. | |
| 12 | 15 | |
| 13 | 16 | * Fuzz crashes |
| 14 | 17 | * See "New" below |
| ... | ... | @@ -26,6 +29,9 @@ Candidates for upcoming release |
| 26 | 29 | * Complete migratiion to GitHub Actions. Do a case-insensitive search |
| 27 | 30 | for azure to find documentation references. |
| 28 | 31 | |
| 32 | +* Find a way to deal with MSVC wildcard expansion, even if it requires | |
| 33 | + creating a separate step or adding code to build-windows.bat. | |
| 34 | + | |
| 29 | 35 | * Remember to check work `qpdf` project for private issues |
| 30 | 36 | * file with very slow page extraction |
| 31 | 37 | * big page even with --remove-unreferenced-resources=yes, even with --empty | ... | ... |