-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
piscisaureus
added a commit
to piscisaureus/deno
that referenced
this pull request
Aug 7, 2020
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
from
August 7, 2020 19:07
e0c034b
to
9cc138a
Compare
piscisaureus
added a commit
to piscisaureus/deno
that referenced
this pull request
Aug 7, 2020
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
from
August 7, 2020 19:14
9cc138a
to
1fe56e5
Compare
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
force-pushed
the
upgrade_rusty_v8
branch
from
August 7, 2020 19:17
1fe56e5
to
28b7529
Compare
ry
approved these changes
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
force-pushed
the
upgrade_rusty_v8
branch
from
August 7, 2020 22:52
28b7529
to
34ae3b4
Compare
piscisaureus
added a commit
to piscisaureus/deno
that referenced
this pull request
Aug 7, 2020
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
from
August 7, 2020 23:03
34ae3b4
to
2bb5e69
Compare
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
force-pushed
the
upgrade_rusty_v8
branch
from
August 7, 2020 23:29
2bb5e69
to
1ac206f
Compare
piscisaureus
added a commit
to piscisaureus/deno
that referenced
this pull request
Aug 8, 2020
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
from
August 8, 2020 00:33
1ac206f
to
02dd12e
Compare
piscisaureus
added a commit
to piscisaureus/deno
that referenced
this pull request
Aug 8, 2020
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
from
August 8, 2020 01:24
02dd12e
to
46b81f5
Compare
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
force-pushed
the
upgrade_rusty_v8
branch
from
August 8, 2020 03:13
46b81f5
to
be3c666
Compare
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
3 times, most recently
from
August 8, 2020 14:02
4148d87
to
e44652b
Compare
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
force-pushed
the
upgrade_rusty_v8
branch
from
August 8, 2020 18:47
e44652b
to
f733880
Compare
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
-> #6990 |
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
ry
requested changes
Aug 8, 2020
cli/tests/unit/stat_test.ts
Outdated
@@ -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"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated
piscisaureus
force-pushed
the
upgrade_rusty_v8
branch
from
August 8, 2020 19:23
f733880
to
f22b7dc
Compare
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
approved these changes
Aug 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.