Commit b9fa2ee
authored
openkal-musl 0.8.0 (#284)
Answers `truncate(2)`, which had no case at all, so
`std::filesystem::resize_file` reported ENOSYS for every path: libc++ expresses
it as the name-shaped call and only the descriptor-shaped `ftruncate` was
answered.
Repins openkal-linux 0.7.1 and openkal-macos 0.6.1, which correct a bounded
transfer that waited upon the descriptor below the one it moved. Reported in
mcpplibs/openkal-linux#13.
Measured before this commit: the CN mirror asset returns 200, is a valid
archive, and its sha256 is identical to the GitHub tag tarball named beside it.
That check earned its place on this entry. The first upload of this asset was
fourteen bytes reading `404: Not Found` --- the archive endpoint had not yet
generated the tarball when it was fetched, and the fetch did not examine its
own status code. `gtc` reported `uploaded` for it. It was found by fetching the
published URL back and hashing it, which is the only step that could have found
it.1 parent 7704b7a commit b9fa2ee
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
99 | 113 | | |
100 | 114 | | |
101 | 115 | | |
| |||
168 | 182 | | |
169 | 183 | | |
170 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
171 | 192 | | |
172 | 193 | | |
173 | 194 | | |
| |||
0 commit comments