index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
process_test.ts
Age
Commit message (
Collapse
)
Author
2020-09-09
fix: panic on process.kill() after run (#7405)
Bartek IwaĆczuk
This commit fixes panic caused by "unimplemented!()" calls for some variants of "nix::errno::Errno". Catch-all variant now returns "Error" class name instead of panicking. Co-authored-by: Bert Belder <bertbelder@gmail.com>
2020-08-12
feat: Support file URLs in Deno.run for executable (#6994)
Nayeem Rahman
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-25
remove duplicate identifier (#6483)
Ali Hasani
2020-06-25
fix: panic when process stdio rid is 0 or invalid (#6405)
Luca Casonato
2020-06-25
refactor(cli/tests/unit) to use assertThrows (#6459)
Casper Beyer
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-10
fix(cli/js/process): Always return a code in ProcessStatus (#5244)
Nayeem Rahman
2020-06-09
fix(cli/js/process): Strengthen socket types based on pipes (#4836)
Nayeem Rahman
2020-06-05
Rename abbreviated assertions in std/testing (#6118)
Casper Beyer
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl