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

v13.5.0 proposal #31010

Merged
merged 70 commits into from
Dec 18, 2019
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
f371562
build,win: support building MSI with VS2019
joaocgreis Dec 11, 2019
453be95
util: fix built-in detection
BridgeAR Nov 30, 2019
8dec909
util: inspect (user defined) prototype properties
BridgeAR Nov 30, 2019
0d2172f
lib: update Symbol.toStringTag by SymbolToStringTag primordial
Sebastien-Ahkrin Dec 11, 2019
b53e2a8
doc: improve doc writable streams: 'finish' event
dev-script Dec 10, 2019
a326309
lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
Sebastien-Ahkrin Dec 11, 2019
e11acc5
repl: fix autocomplete when useGlobal is false
targos Dec 10, 2019
60225c1
build: fix missing x64 arch suffix in binary tar name
legendecas Dec 10, 2019
30d3249
lib: refactor NativeModule
joyeecheung Dec 8, 2019
00cbf5b
build: auto-load ICU data from --with-icu-default-data-dir
sgallagher Dec 6, 2019
4f3eca5
console: unregister temporary error listener
ronag Dec 8, 2019
2430dd8
lib: use strict equality comparison
PW486 Dec 11, 2019
1722280
http,https: increase server headers timeout
timcosta Oct 22, 2019
7a756cb
http: remove unnecessary bind
apapirovski Jun 7, 2019
4e67d38
perf_hooks: remove unnecessary bind
apapirovski Jun 7, 2019
ad5b715
fs: remove unnecessary bind
apapirovski Jun 7, 2019
52aab47
http2: remove unnecessary bind from setImmediate
apapirovski Jun 7, 2019
30e2d28
cluster: remove unnecessary bind
apapirovski Jun 8, 2019
c43461a
src: make debug_options getters public
codebytere Nov 15, 2019
663a6b4
stream: make all streams error in a pipeline
mcollina Dec 9, 2019
a221017
crypto: cast oaepLabel to unsigned char*
codebytere Dec 12, 2019
7e6510b
test: delay loading 'os' in test/common module
Trott Dec 12, 2019
b7a0574
test: make test-os-checked-function work without test harness
Trott Dec 12, 2019
7a25c2c
test: improve assertion error message in test-debug-usage
Trott Dec 12, 2019
cbe29ce
lib: change var to let/const
Dec 12, 2019
df5ae1a
doc: fix description of N-API exception handlers
tniessen Dec 11, 2019
0c18c49
stream: do not chunk strings and Buffer in Readable.from
mcollina Dec 12, 2019
d456aa0
src: unregister Isolate with platform before disposing
addaleax Dec 12, 2019
60485dc
test: add test for validation for wasi.start() argument
Trott Dec 12, 2019
51d1a91
test: add missing test flags
cjihrig Dec 15, 2019
b20ddde
tools: enable Markdown linter's usage information
DerekNonGeneric Nov 2, 2019
10a77d3
build,win: fix goto exit in vcbuild
joaocgreis Dec 13, 2019
b6b917d
test: avoid leftover report file
Flarna Dec 12, 2019
f830a7d
util: refactor inspect code for constistency
BridgeAR Nov 2, 2019
f62a767
util: add Set and map size to inspect output
BridgeAR Nov 2, 2019
eb6443d
doc: clarify expectations for PR commit messages
DerekNonGeneric Dec 12, 2019
69aaab0
test: improve dns lookup coverage
KeeReal Dec 3, 2019
d549dae
repl: remove dead code
BridgeAR Dec 10, 2019
f7eeb8c
repl: simplify repl autocompletion
BridgeAR Dec 10, 2019
8b92223
repl: simplify code
BridgeAR Dec 10, 2019
424c37b
readline: update ansi-regex
BridgeAR Dec 11, 2019
f6f298e
repl,readline: refactor common code
BridgeAR Dec 11, 2019
3906e14
repl,readline: refactor for simplicity
BridgeAR Dec 11, 2019
1a8f828
repl: improve completion
BridgeAR Dec 11, 2019
6a3e79f
repl: add completion preview
BridgeAR Dec 11, 2019
02f3fe4
repl: fix preview bug in case of long lines
BridgeAR Dec 11, 2019
f30b771
test: add multiple repl preview tests
BridgeAR Dec 13, 2019
559284b
doc: add "Be direct." to the style guide
Trott Dec 13, 2019
698e0a2
lib: add TypedArray constructors to primordials
Sebastien-Ahkrin Nov 30, 2019
2b0e2c2
v8: use of TypedArray constructors from primordials
Sebastien-Ahkrin Nov 30, 2019
19f05ca
lib: enforce use of Promise from primordials
targos Dec 13, 2019
92475e9
lib: replace Symbol.asyncIterator by SymbolAsyncIterator
Sebastien-Ahkrin Dec 13, 2019
f51b5bd
lib: replace Symbol.hasInstance by SymbolHasInstance
Sebastien-Ahkrin Dec 13, 2019
88731ad
lib: replace Symbol.species by SymbolSpecies
Sebastien-Ahkrin Dec 13, 2019
954793f
process: fix promise catching
pd4d10 Dec 14, 2019
b6ddbc1
benchmark: use let/const instead of var in buffers
dnlup Dec 13, 2019
13b5ace
doc: explain napi_run_script
tniessen Dec 9, 2019
5b49ded
readline: promote _getCursorPos to public api
Js-Brecht Nov 27, 2019
510edea
process: refs --unhandled-rejections documentation in warning message
aduh95 Nov 20, 2019
d8ce9a0
cli: add --trace-exit cli option
legendecas Nov 17, 2019
5ca29d8
stream: use for...of
trivikr Dec 14, 2019
54d51db
wasi: require CLI flag to require() wasi module
cjihrig Dec 14, 2019
72b4aee
test: improve test coverage in child_process
juanarbol Feb 24, 2019
c2d9552
test: improve WASI start() coverage
cjihrig Dec 15, 2019
5e268b8
test: simplify test-wasi-start-validation.js
cjihrig Dec 15, 2019
3abcb69
doc: add note about fs.close() about undefined behavior
ronag Dec 14, 2019
e10917f
async_hooks: ensure proper handling in runInAsyncScope
apapirovski Dec 14, 2019
956dec8
tls: for...of in _tls_common.js
trivikr Dec 14, 2019
3bc9b09
http: use for...of in http library code
trivikr Dec 14, 2019
2e222e6
2019-12-18, Version 13.5.0 (Current)
MylesBorins Dec 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add missing test flags
test-wasi-start-validation.js should require the
--experimental-wasi-unstable-preview0 flag in order to run.
However, due to a recent regression, that hasn't been enforced.
#30963 fixes the regression
and will cause this test to start (correctly) failing. This
commit adds the missing flag.

PR-URL: #30971
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
cjihrig authored and MylesBorins committed Dec 17, 2019
commit 51d1a919bfd0b3777667edc825e06b7c7c4e88eb
1 change: 1 addition & 0 deletions test/wasi/test-wasi-start-validation.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Flags: --experimental-wasi-unstable-preview0
'use strict';

require('../common');
Expand Down