Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-20 | chore: fix flaky lsp_vendor_dir (#22483) | David Sherret | |
I think it was occassionally reading the diagnostics from the previous cache command rather than the config update. Closes #22481 | |||
2024-02-19 | chore: move `test_util` to `tests/util/server` (#22444) | Asher Gomez | |
As discussed with @mmastrac. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2024-02-13 | chore: move `test_util/std` to `tests/util/std` (#22402) | Asher Gomez | |
Note: tests are not the only part of the codebase that uses `std`. Other parts, like `tools/`, do too. So, it could be argued that this is a little misleading. Either way, I'm doing this as discussed with @mmastrac. |