Age | Commit message (Collapse) | Author |
|
|
|
|
|
std/archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.
std/encoding/csv.ts:
- ExtendedParseOptions -> ParseOptions
- HeaderOption -> HeaderOptions
- ParseOptions -> ReadOptions
- readAll() -> readMatrix()
std/encoding/yaml.ts:
- DumpOptions -> StringifyOptions
std/fmt/colors.ts:
- getEnabled() -> getColorEnabled()
- setEnabled() -> setColorEnabled()
std/testing/mod.ts:
- Re-export sibling modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Close: #3443
|
|
|
|
|
|
Some tests were silently failing after #3358 and #3434 because pool.spawn_ok
was used which doesn't panic on errors. For reference, the failure looked like this:
thread '<unnamed>' panicked at 'assertion failed: match isolate.poll_unpin(cx) { Poll::Ready(Ok(_)) => true, _ => false, }', core/isolate.rs:1408:7
|
|
|
|
Preventing release v0.26.0
This reverts commit 81efa9d938aa169d16e67762d336d75738375cd6.
|
|
|
|
Fixes: #3440
Fixes: #3153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It seems this has caused CI to go red for an unknown reason.
This reverts commit 866dba8aa116677143a354af7f3271e4f9c417e1.
|
|
|