index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stdlib
/
tosproc.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-5
/
+3
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
1
-0
/
+1
*
fixes tests and add notes (#20830)
ringabout
2022-11-13
1
-1
/
+4
*
fixes tests for quit (#20813)
ringabout
2022-11-11
1
-1
/
+1
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+1
*
Fixes return values of execCmd on macos (#19963)
Daniel Clarke
2022-07-05
1
-0
/
+13
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-1
/
+1
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
1
-2
/
+2
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
1
-2
/
+21
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-7
/
+7
*
Fix #14906 (#14949)
Tomohiro
2020-07-18
1
-2
/
+54
*
weaken tosproc test for my Windows machine which doesn't have 'ls'
Araq
2020-07-07
1
-1
/
+2
*
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)
Timothee Cour
2020-06-27
1
-14
/
+102
*
make tests/stdlib tests joinable (#14626)
Timothee Cour
2020-06-15
1
-1
/
+8
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
1
-2
/
+1
*
`osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...
Timothee Cour
2020-05-13
1
-1
/
+14
*
fix a critical bug in windows.osproc leading to resource leaks and blocking I...
Timothee Cour
2020-05-11
1
-0
/
+26
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-2
/
+2
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-6
/
+2
*
make tests more robust; tests should be deterministic, no randomize() calls i...
Araq
2019-01-13
1
-1
/
+4
*
fixes #10273 execShellCmd now returns nonzero when child killed with signal +...
Timothee Cour
2019-01-13
1
-18
/
+91
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
1
-1
/
+0
*
Add workingDir parameter to execProcess and test (#9549)
Tomohiro
2018-11-26
1
-0
/
+24