Skip to content

Commit

Permalink
deno 1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
secext2022 committed Aug 24, 2023
1 parent 12cecae commit c3c4130
Show file tree
Hide file tree
Showing 13 changed files with 156 additions and 769 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deno-1.36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "deno-1.36" ]

jobs:
# build deno 1.36.0 for `aarch64-linux-android`
# build deno 1.36 for `aarch64-linux-android`
build_android:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -64,14 +64,14 @@ jobs:
- run: WORKDIR=$(pwd)/workdir CARGO_DIR=~/.cargo make deno

# upload deno
- run: cd workdir/deno-1.36.1/target/aarch64-linux-android/release && zstd -19 deno
- run: cd workdir/deno-1.36.2/target/aarch64-linux-android/release && zstd -19 deno

- uses: actions/upload-artifact@v3
with:
name: deno-1.36.1_aarch64-linux-android
path: workdir/deno-1.36.1/target/aarch64-linux-android/release/deno.zst
name: deno-1.36.2_aarch64-linux-android
path: workdir/deno-1.36.2/target/aarch64-linux-android/release/deno.zst

# build deno 1.36.0 for `x86_64-linux-android`
# build deno 1.36 for `x86_64-linux-android`
build_x86_64:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -122,11 +122,11 @@ jobs:
- run: WORKDIR=$(pwd)/workdir CARGO_DIR=~/.cargo make deno_x86_64

# upload deno
- run: cd workdir/deno-1.36.1/target/x86_64-linux-android/release && zstd -19 deno
- run: cd workdir/deno-1.36.2/target/x86_64-linux-android/release && zstd -19 deno

- uses: actions/upload-artifact@v3
with:
name: deno-1.36.1_x86_64-linux-android
path: workdir/deno-1.36.1/target/x86_64-linux-android/release/deno.zst
name: deno-1.36.2_x86_64-linux-android
path: workdir/deno-1.36.2/target/x86_64-linux-android/release/deno.zst

# TODO
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
deno = "=1.36.1"
deno = "=1.36.2"

# fix for cargo metadata
v8 = "0.75.0"
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ deno:
export AR_aarch64_linux_android=llvm-ar && \
export CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=aarch64-linux-android28-clang && \
export CARGO_CROSS_BUILD_CRATES=deno_runtime:deno && \
export CARGO_CROSS_BUILD_RS=deno_runtime-0.123.0/build.rs:deno-1.36.1/build.rs && \
export CARGO_CROSS_BUILD_RS=deno_runtime-0.124.0/build.rs:deno-1.36.2/build.rs && \
export CARGO_CROSS_BUILD_RUN=$$(pwd)/run_build.js && \
cd workdir/deno-1.36.1 && \
cd workdir/deno-1.36.2 && \
cargo +cross-build build -vv --release --target aarch64-linux-android

# build deno for `x86_64-linux-android`
Expand All @@ -30,7 +30,7 @@ deno_x86_64:
export AR_x86_64_linux_android=llvm-ar && \
export CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER=x86_64-linux-android28-clang && \
export CARGO_CROSS_BUILD_CRATES=deno_runtime:deno && \
export CARGO_CROSS_BUILD_RS=deno_runtime-0.123.0/build.rs:deno-1.36.1/build.rs && \
export CARGO_CROSS_BUILD_RS=deno_runtime-0.124.0/build.rs:deno-1.36.2/build.rs && \
export CARGO_CROSS_BUILD_RUN=$$(pwd)/run_build.js && \
cd workdir/deno-1.36.1 && \
cd workdir/deno-1.36.2 && \
cargo +cross-build build -vv --release --target x86_64-linux-android
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,28 @@ The test suite is not run, so maybe more not work !
- `aarch64-linux-android`

```
> adb push deno /data/local/tmp/deno-test
deno: 1 file pushed, 0 skipped. 31.9 MB/s (150381040 bytes in 4.496s)
> adb shell
violet:/ $ cd /data/local/tmp/deno-test/10
violet:/data/local/tmp/deno-test/10 $ ls -l
drwxrwxrwx 3 shell shell 3488 2023-08-21 16:59 .cache
-rwxrwxrwx 1 shell shell 149546432 2023-08-21 20:27 deno
violet:/data/local/tmp/deno-test/10 $ ./deno --version
deno 1.36.1 (release, aarch64-linux-android)
violet:/ $ cd /data/local/tmp/deno-test
violet:/data/local/tmp/deno-test $ ls -al
total 147014
drwxrwxrwx 2 shell shell 3488 2023-08-24 15:16 .
drwxrwx--x 4 shell shell 3488 2023-08-24 14:45 ..
-rwxrwxrwx 1 shell shell 150381040 2023-08-24 15:13 deno
violet:/data/local/tmp/deno-test $ export HOME=$(pwd)
violet:/data/local/tmp/deno-test $ ./deno --version
deno 1.36.2 (release, aarch64-linux-android)
v8 11.7.439.1
typescript 5.1.6
violet:/data/local/tmp/deno-test/10 $ export HOME=$(pwd)
violet:/data/local/tmp/deno-test/10 $ ./deno
Deno 1.36.1
violet:/data/local/tmp/deno-test $ ./deno
Deno 1.36.2
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> 0.1 + 0.2
0.30000000000000004
> Deno.version
{ deno: "1.36.1", v8: "11.7.439.1", typescript: "5.1.6" }
{ deno: "1.36.2", v8: "11.7.439.1", typescript: "5.1.6" }
>
```
38 changes: 19 additions & 19 deletions patch/deno-1.36.1/Cargo.toml → patch/deno-1.36.2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "deno"
version = "1.36.1"
version = "1.36.2"
authors = ["the Deno authors"]
exclude = ["tests/testdata/npm/registry/*"]
default-run = "deno"
Expand Down Expand Up @@ -82,7 +82,7 @@ version = "=0.8.1"
version = "=0.2.0"

[dependencies.deno_ast]
version = "0.27.0"
version = "0.28.0"
features = [
"transpiling",
"bundler",
Expand All @@ -100,43 +100,43 @@ features = [
]

[dependencies.deno_cache_dir]
version = "=0.5.0"
version = "=0.5.2"

[dependencies.deno_core]
version = "0.200.0"
version = "0.202.0"
features = ["include_js_files_for_snapshotting"]

[dependencies.deno_doc]
version = "=0.64.0"
version = "=0.65.0"

[dependencies.deno_emit]
version = "=0.25.0"
version = "=0.26.0"

[dependencies.deno_graph]
version = "=0.50.0"
version = "=0.52.0"

[dependencies.deno_lint]
version = "=0.49.0"
version = "=0.50.1"
features = ["docs"]

[dependencies.deno_lockfile]
version = "0.15.0"

[dependencies.deno_npm]
version = "0.11.0"
version = "0.12.0"

[dependencies.deno_runtime]
version = "0.123.0"
version = "0.124.0"
features = [
"dont_create_runtime_snapshot",
"include_js_files_for_snapshotting",
]

[dependencies.deno_semver]
version = "0.3.0"
version = "0.4.0"

[dependencies.deno_task_shell]
version = "=0.13.1"
version = "=0.13.2"

[dependencies.dissimilar]
version = "=1.0.4"
Expand All @@ -148,7 +148,7 @@ version = "=0.17.4"
version = "=0.15.3"

[dependencies.dprint-plugin-typescript]
version = "=0.86.1"
version = "=0.86.2"

[dependencies.encoding_rs]
version = "=0.8.31"
Expand All @@ -157,7 +157,7 @@ version = "=0.8.31"
version = "=0.9.0"

[dependencies.eszip]
version = "=0.49.0"
version = "=0.50.0"

[dependencies.fancy-regex]
version = "=0.10.0"
Expand Down Expand Up @@ -211,10 +211,10 @@ features = ["serde"]
version = "=0.93.2"

[dependencies.monch]
version = "=0.4.2"
version = "=0.4.3"

[dependencies.napi_sym]
version = "0.45.0"
version = "0.46.0"

[dependencies.notify]
version = "=5.0.0"
Expand Down Expand Up @@ -308,7 +308,7 @@ version = "=2.3.2"
version = "=0.11.2"

[dev-dependencies.deno_bench_util]
version = "0.109.0"
version = "0.110.0"

[dev-dependencies.flaky_test]
version = "=0.1.0"
Expand All @@ -329,11 +329,11 @@ version = "=0.22.0"
version = "=0.22.0"

[build-dependencies.deno_core]
version = "0.200.0"
version = "0.202.0"
features = ["include_js_files_for_snapshotting"]

[build-dependencies.deno_runtime]
version = "0.123.0"
version = "0.124.0"
features = [
"snapshot_from_snapshot",
"include_js_files_for_snapshotting",
Expand Down
111 changes: 0 additions & 111 deletions patch/deno_core-0.200.0/Cargo.toml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "deno_fs"
version = "0.25.0"
version = "0.26.0"
authors = ["the Deno authors"]
description = "Ops for interacting with the file system"
readme = "README.md"
Expand All @@ -26,10 +26,10 @@ path = "lib.rs"
version = "0.1.51"

[dependencies.deno_core]
version = "0.200.0"
version = "0.202.0"

[dependencies.deno_io]
version = "0.25.0"
version = "0.26.0"

[dependencies.filetime]
version = "0.2.16"
Expand Down
Loading

0 comments on commit c3c4130

Please sign in to comment.