-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Comparing changes
Open a pull request
base repository: denoland/deno
base: v1.38.2
head repository: denoland/deno
compare: v1.38.3
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7496bd8 - Browse repository at this point
Copy the full SHA 7496bd8View commit details -
chore: update to Rust 1.74 (#21210)
Update to Rust 1.74
Configuration menu - View commit details
-
Copy full SHA for 53951d7 - Browse repository at this point
Copy the full SHA 53951d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a9f43 - Browse repository at this point
Copy the full SHA f7a9f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39a7f4 - Browse repository at this point
Copy the full SHA d39a7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04054cd - Browse repository at this point
Copy the full SHA 04054cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c39172 - Browse repository at this point
Copy the full SHA 9c39172View commit details -
chore(cli): Fix rename test for XFS (#21215)
Renaming a directory to a path where a non-empty directory already exists was asserted to always fail with `ENOTEMPTY` According to glibc manual the function may also fail with `EEXIST` on "some other systems". One such case is using XFS [^1]. This commit handles the EEXIST case. [^1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/xfs/xfs_inode.c?h=v4.18&id=94710cac0ef4ee177a63b5227664b38c95bbf703#n3082
Configuration menu - View commit details
-
Copy full SHA for 0223ff3 - Browse repository at this point
Copy the full SHA 0223ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc489d - Browse repository at this point
Copy the full SHA 9bc489dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59801e - Browse repository at this point
Copy the full SHA a59801eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9a09c - Browse repository at this point
Copy the full SHA 6a9a09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e635d66 - Browse repository at this point
Copy the full SHA e635d66View commit details -
fix(ext/http): fix crash in dropped Deno.serve requests (#21252)
Fixes #21250 We were attempting to recycle dropped resource responses too early.
Configuration menu - View commit details
-
Copy full SHA for 45be896 - Browse repository at this point
Copy the full SHA 45be896View commit details -
chore(ext/http): bump version for re-release (#21254)
Syncs the changes to main for a deno_http version bump we needed to do. `deno_http` v1.20 was released from the v1.38 branch.
Configuration menu - View commit details
-
Copy full SHA for c671d75 - Browse repository at this point
Copy the full SHA c671d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36c7a2 - Browse repository at this point
Copy the full SHA d36c7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9833c - Browse repository at this point
Copy the full SHA 5a9833cView commit details -
chore: add aarch64-apple-darwin builds to ci (#21243)
This is a prerequisite to automatic code signing.
Configuration menu - View commit details
-
Copy full SHA for cbe6c48 - Browse repository at this point
Copy the full SHA cbe6c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02c09b - Browse repository at this point
Copy the full SHA f02c09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0693bf7 - Browse repository at this point
Copy the full SHA 0693bf7View commit details -
fix(ext/url): add deno_console dependency for bench (#21266)
Should fix the benchmarks. Signed-off-by: Kenta Moriuchi <moriken@kimamass.com>
Configuration menu - View commit details
-
Copy full SHA for b5e88c1 - Browse repository at this point
Copy the full SHA b5e88c1View commit details -
chore: update deno_doc to 0.73.3 (#21262)
Removes some unnecessary dependencies.
Configuration menu - View commit details
-
Copy full SHA for 1dd0196 - Browse repository at this point
Copy the full SHA 1dd0196View commit details -
fix(ext/node): handle closing process.stdin more than once (#21267)
Fixes #21112 Aligns more towards what Node.js does. Closing stdin more than once is a nop.
Configuration menu - View commit details
-
Copy full SHA for b81757c - Browse repository at this point
Copy the full SHA b81757cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b022f3 - Browse repository at this point
Copy the full SHA 3b022f3View commit details -
docs(cli/args/flags.rs): Update dead link for
run
example (#21277)The `deno run` example in the help output uses https://deno.land/std/examples/welcome.ts which no longer exists. Replacing with https://examples.deno.land/hello-world.ts Signed-off-by: citrusmunch <citrusmunch@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd03606 - Browse repository at this point
Copy the full SHA bd03606View commit details -
fix(fmt): maintain parens for jsx in member expr (#21280)
Fix in dprint/dprint-plugin-typescript@0b44991 Closes #21279
Configuration menu - View commit details
-
Copy full SHA for f5075d8 - Browse repository at this point
Copy the full SHA f5075d8View commit details -
chore(tools): pull dprint from npm instead of third_party (#21281)
This will allow this format script to work on more architectures. Also, this upgrade fixes the issue with the unstable incremental cache that's currently on main.
Configuration menu - View commit details
-
Copy full SHA for 3a7839f - Browse repository at this point
Copy the full SHA 3a7839fView commit details -
ci: attempt to make repl tests less flaky at startup on the CI (#21291)
This is an attempt to fix this flakiness: ``` ---- integration::repl::assign_underscore stdout ---- deno_exe path /home/runner/work/deno/deno/target/release/deno command /home/runner/work/deno/deno/target/release/deno repl command cwd /tmp/deno-cli-testK3YASC ------ Start Full Text ------ "" ------- End Full Text ------- Next text: "" thread 'integration::repl::assign_underscore' panicked at test_util/src/pty.rs:41:11: Timed out. stack backtrace: ```
Configuration menu - View commit details
-
Copy full SHA for ce5d624 - Browse repository at this point
Copy the full SHA ce5d624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 503f661 - Browse repository at this point
Copy the full SHA 503f661View commit details -
docs: update
Deno.*
deprecation notices (#21283)This PR updates the deprecation notices to point to the same replacement APIs that the Standard Library points to. I've also tweaked the notices to be a little more presentable/navigatable. In particular, a follow-up PR in std will be made that documents the use of `toArrayBuffer()`. Closes #21193 Towards #20976
Configuration menu - View commit details
-
Copy full SHA for 55eda68 - Browse repository at this point
Copy the full SHA 55eda68View commit details -
Configuration menu - View commit details
-
Copy full SHA for cffdbe9 - Browse repository at this point
Copy the full SHA cffdbe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d2648 - Browse repository at this point
Copy the full SHA e7d2648View commit details -
Revert "chore: update to
std@0.207.0
(#21284)" (#21295)This reverts commit 20aa079. `main` has been failing consistenly on `kv_undelivered_test` and `serve_test` after this upgrade.
Configuration menu - View commit details
-
Copy full SHA for f16d6e6 - Browse repository at this point
Copy the full SHA f16d6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8739d - Browse repository at this point
Copy the full SHA ff8739dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa7cf5 - Browse repository at this point
Copy the full SHA ffa7cf5View commit details -
fix(ext/node): fix node:stream.Writable (#21297)
This change applies the same fix as nodejs/node#46818, and the original example given in #20456 works as expected. closes #20456
Configuration menu - View commit details
-
Copy full SHA for d0574f7 - Browse repository at this point
Copy the full SHA d0574f7View commit details -
chore: add upgrade prompt integration test (#21273)
1. Adds an upgrade prompt integration test. 1. Adds a test for when the upgrade check takes a long time in the repl.
Configuration menu - View commit details
-
Copy full SHA for e2cd312 - Browse repository at this point
Copy the full SHA e2cd312View commit details -
fix(ext/http): avoid lockup in graceful shutdown (#21253)
Follow-up to #20822. cc @lrowe The `httpServerExplicitResourceManagement` tests were randomly failing on CI because of a race. The `drain` waker was missing wakeup events if the listeners shut down after the last HTTP response finished. If we lost the race (rare), the server Rc would be dropped and we wouldn't poll it again. This replaces the drain waker system with a signalling Rc that always resolves when the refcount is about to become 1. Fix verified by running serve tests in a loop: ``` for i in {0..100}; do cargo run --features=__http_tracing -- test -A --unstable '/Users/matt/Documents/github/deno/deno/cli/tests/unit/ser ve_test.ts' --filter httpServerExplicitResourceManagement; done; ```
Configuration menu - View commit details
-
Copy full SHA for 113c715 - Browse repository at this point
Copy the full SHA 113c715View commit details -
chore: fix upgrade_prompt test on main (#21314)
Issue was main does canary builds, which broke this test because it didn't handle searching for a canary release. Tested by building as canary locally.
Configuration menu - View commit details
-
Copy full SHA for 93194b1 - Browse repository at this point
Copy the full SHA 93194b1View commit details -
chore: provide error message when a deno.json will be auto-discovered…
… by the test suite (#21315)
Configuration menu - View commit details
-
Copy full SHA for 86a3047 - Browse repository at this point
Copy the full SHA 86a3047View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3989c0 - Browse repository at this point
Copy the full SHA e3989c0View commit details -
chore: start codesigning mac release builds (#21303)
- Adds a codesigning step to all mac targets - Adds a new ci-full label to the build to force aarch64 builds on any PR
Configuration menu - View commit details
-
Copy full SHA for 9d30227 - Browse repository at this point
Copy the full SHA 9d30227View commit details -
feat(unstable): tar up directory with deno.json (#21228)
Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Luca Casonato <hello@lcas.dev>
Configuration menu - View commit details
-
Copy full SHA for 870eb91 - Browse repository at this point
Copy the full SHA 870eb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2129f12 - Browse repository at this point
Copy the full SHA 2129f12View commit details -
fix(runtime): snapshot options op missing during snapshot (#21235)
Porting #21233 to release branch Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a55f50 - Browse repository at this point
Copy the full SHA 2a55f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3193e93 - Browse repository at this point
Copy the full SHA 3193e93View commit details
There are no files selected for viewing