1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk 02e5a7a012
fix(jupyter): fix panics for overslow subtraction (#26371)
I don't have a reliable reproduction for it, but it makes it
painful to use the Jupyter kernel with semi-frequent random panics.

The completions don't always work correctly anyway, so I think
it's better to just not panic here for the time being.

Fixes https://github.com/denoland/deno/issues/26340
2024-10-18 00:44:14 +02:00
..
bench feat: default to TS for file extension and support ext flag in more scenarios (#25472) 2024-09-18 21:15:13 +02:00
coverage fix(coverage): ignore urls from doc testing (#25736) 2024-09-20 15:04:22 +09:00
init fix(cli/tools): correct deno init --serve template behavior (#25318) 2024-09-02 23:01:36 +00:00
jupyter fix(jupyter): fix panics for overslow subtraction (#26371) 2024-10-18 00:44:14 +02:00
lint refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00
registry fix(install): don't attempt to cache specifiers that point to directories (#26369) 2024-10-17 22:25:22 +00:00
repl feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
run feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
test feat: default to TS for file extension and support ext flag in more scenarios (#25472) 2024-09-18 21:15:13 +02:00
check.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs feat(unstable): --unstable-detect-cjs for respecting explicit "type": "commonjs" (#26149) 2024-10-14 20:48:39 -04:00
doc.rs fix: use tree-sitter for deno_doc (#26066) 2024-10-08 06:55:44 -07:00
fmt.rs refactor(fmt): rewrite HTML syntax error handling (#25892) 2024-09-26 20:44:36 -04:00
info.rs feat(cli): improve deno info output for npm packages (#25906) 2024-10-14 14:29:50 +02:00
installer.rs fix(install): surface package.json dependency errors (#26023) 2024-10-04 07:52:00 +00:00
mod.rs BREAKING: remove deno vendor (#25343) 2024-09-03 17:00:57 +10:00
serve.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
task.rs feat(npm): support --allow-scripts on deno run (and deno add, deno test, etc) (#26075) 2024-10-12 12:14:32 -07:00
upgrade.rs fix(install): retry downloads of registry info / tarballs (#26278) 2024-10-15 16:46:42 -07:00