1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00
denoland-deno/cli/tools
Luca Casonato 53088e16de
feat(test): improved op sanitizer errors + traces (#13676)
This commit improves the error messages for the `deno test` async op
sanitizer. It does this in two ways:
- it uses handwritten error messages for each op that could be leaking
- it includes traces showing where each op was started

This "async op tracing" functionality is a new feature in deno_core.
It likely has a significant performance impact, which is why it is only
enabled in tests.
2022-02-16 19:53:17 +01:00
..
coverage feat(coverage): add "--output" flag (#13289) 2022-02-15 16:33:21 +01:00
repl refactor: factor out CDP message types (#13551) 2022-02-07 17:05:49 +01:00
vendor feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00
doc.rs feat(cli): Replace bundling with eszip in deno compile (#13563) 2022-02-15 18:03:46 +05:30
fmt.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
installer.rs feat: permission prompt by default (#13650) 2022-02-12 22:13:21 -05:00
lint.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
mod.rs feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00
standalone.rs feat(cli): Replace bundling with eszip in deno compile (#13563) 2022-02-15 18:03:46 +05:30
test.rs feat(test): improved op sanitizer errors + traces (#13676) 2022-02-16 19:53:17 +01:00
upgrade.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00