1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/tests/util/server/src
David Sherret 47f7bed677
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
1. Generally we should prefer to use the `log` crate.
2. I very often accidentally commit `eprintln`s.

When we should use `println` or `eprintln`, it's not too bad to be a bit
more verbose and ignore the lint rule.
2024-05-08 22:45:06 -04:00
..
servers chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
testdata chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
assertions.rs fix(lsp): Pass diagnostic codes to TSC as numbers (#23720) 2024-05-06 23:54:52 +00:00
builders.rs chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
factory.rs chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
fs.rs chore: maybe make watcher tests less flaky (#23683) 2024-05-03 17:31:12 -04:00
https.rs test: update for private npm registry test server (#23572) 2024-04-26 15:41:53 +00:00
lib.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
lsp.rs chore(lsp): Add benchmark for performance on a large real-world repo (#23395) 2024-04-16 12:26:51 -07:00
macros.rs chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
npm.rs chore(test): move npm registries to separate servers and to the tests/registry folder (#23717) 2024-05-07 01:06:01 +00:00
pty.rs fix(cli): Enforce a human delay in prompt to fix paste problem (#23184) 2024-04-02 15:55:06 -06:00
spawn.rs chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
test_server.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00