Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147) | Timothee Cour | 2021-02-24 | 1 | -5/+5 |
| | | | | | | | * std/options: $some(3) is now "some(3)", not "Some(3)", `$none(int)` is now `"none(int)"` instead of `"None[int]"` * fix tests * disable optionsutils | ||||
* | refactor the tests of options (#16527) | flywind | 2021-01-01 | 1 | -143/+182 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -1/+143 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | fix #15815 (#15817) | flywind | 2020-11-02 | 1 | -0/+16 |