summaryrefslogtreecommitdiff
path: root/maint/downgrade-dependencies
Commit message (Collapse)AuthorAgeFilesLines
* downgrade-dependencies: require async-io 1.1.5.Nick Mathewson2026-02-091-0/+8
| | | | | | | | | | | | | | | | | In my testing, this appears to fix #1168, an intermittent test failure. The underlying cause of the failure appears to be a surprise blocking return old async-io versions: > The problem was in that random yielding inside > AsyncRead/AsyncWrite (which is supposed to prevent task starvation > when I/O never returns the WouldBlock error) doesn't play nice > with the TLS protocol. It seems that TLS handshake fails if a > write errors with WouldBlock. -- https://github.com/smol-rs/async-io/issues/31 I think the problem here might actually be something more subtle than _that_, since WouldBlock on an underlying write is totally legit. But this appears to fix the testing issue at least.
* Remove paste from downgrade-dependenciessjcobb2026-02-021-2/+1
|
* maint: Rename miscellaneous scripts to kebab caseIan Jackson2026-01-201-0/+39