Commit 161b319
authored
Disable support for nonblocking file I/O (#796)
Concerns brought up in #788 rightfully point out that this doesn't work
on other platforms and it's been such a core assumption for so long we
run more of a risk of breaking code by supporting it than we do
continuing to not support it. This means that some recent changes no
longer have test coverage, but that seems best addressed by #766 so it's
deferred to that.1 parent 6932875 commit 161b319
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments