Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to rusty_v8 0.8.1 / V8 8.6.334 #6980

Merged
merged 3 commits into from
Aug 8, 2020

Conversation

piscisaureus
Copy link
Member

No description provided.

piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 7, 2020
@piscisaureus piscisaureus reopened this Aug 7, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
…" (denoland#6980)

The non-default build (codegen) flags are applied only when building the
binary, however they are not used when building the tests. This makes
cargo recompile all crate dependencies and effectively doubles the time
to build and test in release mode.

Additionally when we were "watching" the benchmarks, this was likely a
meaningless activity as they too could have been built without these
alternative flags.

This reverts commit b7942bf.
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
@piscisaureus piscisaureus force-pushed the upgrade_rusty_v8 branch 3 times, most recently from 4148d87 to e44652b Compare August 8, 2020 14:02
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
…" (denoland#6980)

The non-default build (codegen) flags are applied only when building the
binary, however they are not used when building the tests. This makes
cargo recompile all crate dependencies and effectively doubles the time
to build and test in release mode.

Additionally when we were "watching" the benchmarks, this was likely a
meaningless activity as they too could have been built without these
alternative flags.

This reverts commit b7942bf.
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
piscisaureus added a commit to piscisaureus/deno that referenced this pull request Aug 8, 2020
@ry
Copy link
Member

ry commented Aug 8, 2020

-> #6990

@ry ry closed this Aug 8, 2020
@piscisaureus piscisaureus reopened this Aug 8, 2020
@piscisaureus piscisaureus changed the title Upgrade to rusty_v8 0.8.0 / V8 8.6.337 Upgrade to rusty_v8 0.8.1 / V8 8.6.334 Aug 8, 2020
Cargo.toml Outdated Show resolved Hide resolved
cli/main.rs Show resolved Hide resolved
cli/tests/integration_tests.rs Show resolved Hide resolved
cli/tests/integration_tests.rs Outdated Show resolved Hide resolved
cli/tests/integration_tests.rs Outdated Show resolved Hide resolved
@@ -17,7 +17,8 @@ unitTest({ perms: { read: true } }, function fstatSyncSuccess(): void {
assert(fileInfo.size);
assert(fileInfo.atime);
assert(fileInfo.mtime);
assert(fileInfo.birthtime);
// The `birthtime` field is not available on Linux before kernel version 4.11.
assert(fileInfo.birthtime || Deno.build.os === "linux");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated

cli/tests/wasm_unreachable.out Outdated Show resolved Hide resolved
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ry ry merged commit a8b83db into denoland:master Aug 8, 2020
@piscisaureus piscisaureus deleted the upgrade_rusty_v8 branch August 8, 2020 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants