Alexander Iljin
|
1e0bf40b7f
|
docs: minor fixes and amendments.
|
2016-05-22 07:53:21 -07:00 |
John Benediktsson
|
2269b07d33
|
use with-temp-file and with-temp-directory in some tests.
|
2016-04-04 10:33:03 -07:00 |
John Benediktsson
|
68b0f7d0f0
|
io: fix some temp-file uses in tests.
|
2016-03-31 21:32:05 -07:00 |
John Benediktsson
|
9c323e2884
|
cleanup some uses of current-directory.
|
2016-03-18 17:04:05 -07:00 |
John Benediktsson
|
baae677276
|
io.files.unique: change to create unique files and directories relative to the current-directory.
|
2016-03-18 10:57:54 -07:00 |
John Benediktsson
|
7c2e8d0fad
|
io.launcher.unix: simplify use of temp-directory.
|
2016-03-18 10:36:45 -07:00 |
John Benediktsson
|
e477f6996f
|
Fix comments to be ! not #!.
|
2015-09-08 16:15:10 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
John Benediktsson
|
c9bd438d18
|
io.launcher: fix bad refactor.
|
2015-08-13 06:51:44 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
46587f8457
|
factor: arch -> arch-name. fix breakage caused by other patch.
|
2015-08-12 11:08:24 -05:00 |
Doug Coleman
|
618330b31e
|
factor: rename system:vm -> vm-path to differentiate it from vm:vm (which is a STRUCT:)
|
2015-07-20 00:10:29 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
7895e0fcaa
|
io.launcher.windows tests: Use unique-file instead of temp-file. Fixes
|
2015-04-01 15:44:55 -07:00 |
John Benediktsson
|
3515a45b84
|
io.launcher: fix stack effects.
|
2014-12-30 17:23:24 -08:00 |
John Benediktsson
|
3e7bc051d4
|
io.launcher: fix docs for with-process-reader and with-process-writer.
|
2014-12-30 15:04:34 -08:00 |
John Benediktsson
|
9fd568267d
|
io.launcher: add versions of with-process that preserve process and status.
|
2014-12-30 14:51:23 -08:00 |
John Benediktsson
|
83f7b31910
|
io.launcher: cleanup public interface, make some things private or internal.
|
2014-12-30 10:04:09 -08:00 |
John Benediktsson
|
76761b2e59
|
more minor cleanup.
|
2014-11-30 19:26:23 -08:00 |
John Benediktsson
|
49bcbaee7a
|
removing small and unnecessary files.
|
2014-11-29 17:24:42 -08:00 |
Doug Coleman
|
09f0edfb2f
|
io.launcher.windows: Don't cd to directory when calling run-process. Fixes
|
2014-11-18 14:03:06 -08:00 |
John Benediktsson
|
0826d8468c
|
io.launcher: really minor cleanup.
|
2014-11-16 20:31:50 -08:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
Doug Coleman
|
026aa163c8
|
io.launcher.windows: Make unit tests show that process fails rather than
reporting bogus error. Fixes #1152 (it wasn't really a bug, just bad
tests).
|
2014-10-16 16:40:49 -07:00 |
Doug Coleman
|
d8121a9622
|
io.launcher.windows.test/env.factor: Fix script for new . behavior.
|
2014-10-07 13:51:13 -07:00 |
Doug Coleman
|
3ad3e33006
|
io.launcher: Example is not very cross-platform.
|
2014-07-10 11:21:33 -07:00 |
Doug Coleman
|
baa9bed236
|
io.launcher: Fix help-lint for Windows. The examples don't work on
Windows, so disable them.
|
2014-07-09 23:19:58 -05:00 |
Björn Lindqvist
|
a4e98529fa
|
io.launcher.windows.tests: many of the tests can result in utf8-encoded strings
|
2014-06-10 08:10:21 -07:00 |
Björn Lindqvist
|
b72fa3ba0a
|
Docs: fixed doc example errors triggered by help-lint and added with-disposal where applicable
|
2014-04-14 08:42:10 -07:00 |
Björn Lindqvist
|
9b28623b4f
|
Docs: examples for io.launcher words
|
2014-04-14 08:42:09 -07:00 |
John Benediktsson
|
5e129a8964
|
more libc fixes.
|
2014-04-04 08:03:46 -07:00 |
Björn Lindqvist
|
eaca04de3b
|
libc: several vocabs now need to depend on libc
|
2014-04-02 12:13:00 -05:00 |
Doug Coleman
|
1136ed9c19
|
io.launcher: Fix bug -- if dispose fails, still call dispose on the other
resource.
|
2013-05-19 10:22:07 -07:00 |
Doug Coleman
|
7c1caacc35
|
io.launcher: Fix two potential bugs.
1) If first (pipe) succeeds but second one fails, first pipe leaks.
2) out>> dispose fails, then in>> dispose is never called and leaks.
|
2013-05-19 10:18:14 -07:00 |
Doug Coleman
|
f12633e73b
|
io.launcher.unix, unix.ffi: Reset ignored signal in process launcher. Fix SIG_DFL etc.
|
2013-03-24 12:38:02 -07:00 |
Doug Coleman
|
8c19602ae9
|
assocs: Add of and ?of. Change all the things at once! Fixes #701.
|
2013-03-23 14:59:07 -07:00 |
John Benediktsson
|
adb3a15d21
|
io.launcher.unix: fix tests to use arch in file names.
|
2012-09-22 10:30:10 -07:00 |
Doug Coleman
|
c448ea0e3e
|
io.launcher.windows.tests: dos2unixfy it
|
2012-07-25 23:18:15 -07:00 |
Doug Coleman
|
a4d7a76143
|
io.launcher: Bad usage of if-zero. Fixes #584.
|
2012-07-25 23:17:46 -07:00 |
John Benediktsson
|
2f325e4fee
|
using if-zero in even more places.
|
2012-07-16 19:38:49 -07:00 |
Joe Groff
|
943596575a
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
Joe Groff
|
55a316248e
|
io.launcher.windows: update tests for prompt
|
2011-11-08 00:09:25 -08:00 |
Doug Coleman
|
94db86a6db
|
Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
|
2011-11-02 11:50:03 -07:00 |
Doug Coleman
|
a647df58f6
|
Make editors use the new path-finding vocabulary and protocol.
Implement io.standard-paths on Windows.
|
2011-10-31 13:16:37 -07:00 |
Doug Coleman
|
ff27f2c3f7
|
Change order or articles in io.launcher.
|
2011-10-29 15:13:45 -07:00 |
Doug Coleman
|
eb7fd4a69b
|
Add options to set the child process group id or session for Unix. This fixes part of #307.
|
2011-10-29 02:47:10 -07:00 |
Slava Pestov
|
5b69026f59
|
io.launcher: change kill-process to also close the pipe, if there is one, so that try-output-process can timeout even if the process spawns a subprocess which inherits the pipe. This fixes part of #307
|
2011-10-28 21:53:25 -07:00 |