-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
[WIP] feat(node): add child_process
module
#1097
base: main
Are you sure you want to change the base?
Commits on Jul 25, 2024
-
feat(node): add
child_process
module- feat: implement `child_process:execFile` - test: add tests for `node:child_process` Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf6cf39 - Browse repository at this point
Copy the full SHA bf6cf39View commit details -
chore: update
graalvm
module pin/baselineSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf84a92 - Browse repository at this point
Copy the full SHA bf84a92View commit details -
chore: update
runtime
module after rebaseSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 149c8c5 - Browse repository at this point
Copy the full SHA 149c8c5View commit details -
feat: continued child process work
- feat: implement child process kill via native method - test: improve testing of child process option types - test: add tests for `posix` crate kill process Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c7c7b7 - Browse repository at this point
Copy the full SHA 4c7c7b7View commit details -
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 996822f - Browse repository at this point
Copy the full SHA 996822fView commit details -
chore: update/relock cargo deps
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99fd0e0 - Browse repository at this point
Copy the full SHA 99fd0e0View commit details -
fix: don't run sigterm/sigkill tests on linux
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c955d30 - Browse repository at this point
Copy the full SHA c955d30View commit details -
chore: refactor to remove
NodeStdlib
, add more tests for child proc……ess support Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38cd413 - Browse repository at this point
Copy the full SHA 38cd413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd52e2 - Browse repository at this point
Copy the full SHA 9bd52e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab9358 - Browse repository at this point
Copy the full SHA 0ab9358View commit details -
chore: update
graalvm
module pinSigned-off-by: GitHub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6efb06 - Browse repository at this point
Copy the full SHA f6efb06View commit details -
chore: fixes and cleanup for child process work
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 147af69 - Browse repository at this point
Copy the full SHA 147af69View commit details
Commits on Jul 26, 2024
-
test: only wait for process exit on macos
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ca1c65 - Browse repository at this point
Copy the full SHA 7ca1c65View commit details -
test: improvements to
NodeAware
andNodeFilesystem
testsSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5304b12 - Browse repository at this point
Copy the full SHA 5304b12View commit details -
test: better testing for kill method in
posix
crateSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bf37fa - Browse repository at this point
Copy the full SHA 4bf37faView commit details -
test: improved testing for
child_process
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e694ba - Browse repository at this point
Copy the full SHA 2e694baView commit details -
chore: update
graalvm
module pins and baselineSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50bc978 - Browse repository at this point
Copy the full SHA 50bc978View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e561d - Browse repository at this point
Copy the full SHA d6e561dView commit details -
test: add tests for
StdioConfig
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1460286 - Browse repository at this point
Copy the full SHA 1460286View commit details -
feat: continued
child_process
improvements and testingSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed5c9ec - Browse repository at this point
Copy the full SHA ed5c9ecView commit details -
fix: build all crates before test
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5989a11 - Browse repository at this point
Copy the full SHA 5989a11View commit details -
feat: switch to parallel executor
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1370b2 - Browse repository at this point
Copy the full SHA e1370b2View commit details -
test: child process timeout tests (initial)
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d309c1b - Browse repository at this point
Copy the full SHA d309c1bView commit details -
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 506098b - Browse repository at this point
Copy the full SHA 506098bView commit details -
chore: update module pin for
graalvm
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4edaccf - Browse repository at this point
Copy the full SHA 4edaccfView commit details -
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97f55a1 - Browse repository at this point
Copy the full SHA 97f55a1View commit details -
chore: extended properties for
SpawnOptions
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b44a62 - Browse repository at this point
Copy the full SHA 2b44a62View commit details -
feat: continued
child_process
improvements and testingSigned-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 525f641 - Browse repository at this point
Copy the full SHA 525f641View commit details -
chore: update module pin for
graalvm
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66dd070 - Browse repository at this point
Copy the full SHA 66dd070View commit details -
Signed-off-by: GitHub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efdbebe - Browse repository at this point
Copy the full SHA efdbebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e202b - Browse repository at this point
Copy the full SHA e9e202bView commit details -
chore: update
graalvm
module baselineSigned-off-by: GitHub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fedea5 - Browse repository at this point
Copy the full SHA 6fedea5View commit details
Commits on Aug 11, 2024
-
feat(node): implement initial ipc / channel structure for
fork
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea3fbb6 - Browse repository at this point
Copy the full SHA ea3fbb6View commit details -
chore: update gvm ce dev to latest
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2d3fe0 - Browse repository at this point
Copy the full SHA c2d3fe0View commit details
Commits on Aug 18, 2024
-
fix: drop native coverage measurement (tmp)
Signed-off-by: Sam Gammon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecf6350 - Browse repository at this point
Copy the full SHA ecf6350View commit details