John Benediktsson
|
c09312d881
|
io.files.unix: more test cleanup.
|
2016-03-31 21:32:05 -07:00 |
John Benediktsson
|
68b0f7d0f0
|
io: fix some temp-file uses in tests.
|
2016-03-31 21:32:05 -07:00 |
Björn Lindqvist
|
9a8f35c23b
|
zoneinfo.tests: a few trivial tests, for diagnosing #1513
|
2016-04-01 02:43:09 +02:00 |
Björn Lindqvist
|
a921e35af3
|
zoneinfo: removing a few empty words and unused tuples
|
2016-04-01 02:42:16 +02:00 |
John Benediktsson
|
37fc051506
|
Revert "ui.backend.gtk: try yield in idle callback."
This reverts commit 2929cc21f5 .
|
2016-03-31 16:53:52 -07:00 |
John Benediktsson
|
281ccddda8
|
Revert "ui.backend.gtk: only use the timer when not io.backend.unix."
This reverts commit 7d5df2c8a2 .
|
2016-03-31 16:53:47 -07:00 |
Doug Coleman
|
8c4e602973
|
mason.release.sign: use build-dir not build-dir get. make factor path at run-time not at parse-time.
|
2016-03-31 09:54:02 -07:00 |
John Benediktsson
|
96ad040ed7
|
sequences.frozen: adding virtual "frozen" sequences.
|
2016-03-31 09:14:30 -07:00 |
John Benediktsson
|
fbfb42c768
|
vocabs.parser: sift the search-vocabs.
Because non-existing private vocabs are in the search-vocabs list.
|
2016-03-31 08:36:23 -07:00 |
Doug Coleman
|
c12b73e929
|
math: fix docs for binary printing.
|
2016-03-31 07:46:14 -07:00 |
Doug Coleman
|
46f781a56f
|
compiler.tests.stack-trace: remove temp-file usage.
|
2016-03-31 07:37:50 -07:00 |
John Benediktsson
|
beae638eab
|
tools.test: maybe "continue running tests" isn't a good idea.
|
2016-03-31 07:20:31 -07:00 |
John Benediktsson
|
a4b9e55987
|
tools.test: add a restartable-tests? flag to control restarts.
|
2016-03-31 06:51:17 -07:00 |
Jon Harper
|
617a725ba5
|
http.client, proxy defaults to http protocol like for the target
|
2016-03-31 06:25:03 -07:00 |
Jon Harper
|
ed33bc7862
|
http.client, request-url don't try to fix unfixable urls
Before, it would prepend http:// to anything and that would create
bad urls like URL" http://http://". It's simpler to fix only what is
fixable
|
2016-03-31 06:25:03 -07:00 |
Jon Harper
|
9cbf548340
|
http.client: throw if the proxy not empty and not valid
|
2016-03-31 06:25:03 -07:00 |
John Benediktsson
|
cb3bbc8a40
|
unicode: get the tests to run again.
|
2016-03-31 06:04:37 -07:00 |
John Benediktsson
|
d2daa05790
|
io: fix some temp-files in the tests to use unique-files.
|
2016-03-31 00:23:13 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
John Benediktsson
|
92496b5393
|
tools.test: better restart checking.
|
2016-03-30 23:29:37 -07:00 |
Doug Coleman
|
f5cea754b5
|
regexp: Fix / escape in regexp. Fixes validators test.
|
2016-03-30 23:28:12 -07:00 |
Doug Coleman
|
30d158ccce
|
prettyprint: Print .b .o .h with prefixes so it's not super confusing. Fixes #1351.
|
2016-03-30 22:59:29 -07:00 |
Doug Coleman
|
4d222cc69a
|
syntax: Fix docs for removed article syntax.comments.
|
2016-03-30 22:55:37 -07:00 |
Doug Coleman
|
5e92edd74d
|
tags.txt: Remove empty files.
|
2016-03-30 22:14:50 -07:00 |
Doug Coleman
|
ce58e0db2c
|
authors.txt: Remove empty lines.
|
2016-03-30 22:13:32 -07:00 |
Doug Coleman
|
41209a3a42
|
summary.txt: Delete empty lines and empty files.
|
2016-03-30 22:11:51 -07:00 |
Doug Coleman
|
4e0de5d6c4
|
vocabs.metadata: Refactor metadata so that all metadata files harvest empty lines.
|
2016-03-30 22:11:18 -07:00 |
Doug Coleman
|
6c4960737c
|
vocabs.metadata: Allow empty lines in platforms.txt parsing. Fixes 1554.
|
2016-03-30 21:52:13 -07:00 |
John Benediktsson
|
be8c711d3e
|
regexp: need this to be (parse-raw).
|
2016-03-30 21:26:12 -07:00 |
Doug Coleman
|
180a0be647
|
io.encodings.utf16n: Fix using.
|
2016-03-30 21:25:44 -07:00 |
John Benediktsson
|
77c256412d
|
lexer: make CHAR: ! work.
|
2016-03-30 21:21:40 -07:00 |
John Benediktsson
|
52a3f6f309
|
lexer: support universal comments.
|
2016-03-30 21:09:08 -07:00 |
John Benediktsson
|
cba0a96c10
|
regexp: one R/ syntax to rule them all, simpler this way.
|
2016-03-30 21:09:08 -07:00 |
Doug Coleman
|
2ec0a139d1
|
english: move to basis. closes #1587.
|
2016-03-30 20:58:51 -07:00 |
Doug Coleman
|
391f8e433f
|
basis: Cleaning up tests using lists and IN: forms.
|
2016-03-30 20:04:14 -07:00 |
Doug Coleman
|
c133c16377
|
core: Trim using lists from -tests and clean up a few irregularities.
|
2016-03-30 18:43:41 -07:00 |
Björn Lindqvist
|
39d0177ddd
|
bootstrap.image.primitives: attempt 2 at putting all primitives in this vocab
See ca82929ffb . This time it should work
because the USING: list is not updated!
|
2016-03-31 03:32:34 +02:00 |
Doug Coleman
|
80d0baaa7d
|
io.files: make tests not use temp-file
|
2016-03-30 17:31:32 -07:00 |
Doug Coleman
|
9e9b7fe367
|
io.streams.c: use unique-file
|
2016-03-30 17:31:32 -07:00 |
Doug Coleman
|
fe7d6ea76e
|
io.pathnames: don't use temp-file
|
2016-03-30 17:31:32 -07:00 |
John Benediktsson
|
24d9e3a491
|
effects.parser: allow generic methods not in current vocabs.
|
2016-03-30 17:21:58 -07:00 |
John Benediktsson
|
57f434b80e
|
tools.test: rethrow any restart failures from tests.
|
2016-03-30 16:40:24 -07:00 |
Doug Coleman
|
95dc2f89e5
|
io.mmap: Clean up mmap tests so they can run at the same time.
|
2016-03-30 16:29:06 -07:00 |
John Benediktsson
|
0d1f9f9e01
|
parser: require an IN: for any word definitions (even generics).
|
2016-03-30 16:14:16 -07:00 |
Doug Coleman
|
08bbf3f3ff
|
mason.release.sign: Default cert-path.
|
2016-03-30 15:43:30 -07:00 |
Doug Coleman
|
2adec21174
|
GNUmakefile: add -pedantic now that there are no warnings.
|
2016-03-30 15:39:42 -07:00 |
Doug Coleman
|
b324c30cc7
|
vm: Fix four compile warnings reported by gcc with -pedantic flag.
|
2016-03-30 15:39:42 -07:00 |
Björn Lindqvist
|
6a127dc46c
|
webapps.mason.*: new docs and tests
|
2016-03-31 00:37:59 +02:00 |
Björn Lindqvist
|
92b43ce108
|
tools.deploy.test: new word test-image-path
|
2016-03-31 00:37:59 +02:00 |
Björn Lindqvist
|
10ac4da0f6
|
VM: fixes to make some if-else statements read better
|
2016-03-31 00:37:59 +02:00 |