Doug Coleman
|
627f8603bd
|
sequences.extras: add a nullable span-slices word that allows f.
|
2016-04-10 11:39:50 -07:00 |
John Benediktsson
|
20224d6aaa
|
io.files: fix cd test on windows (needs normalize-path instead of absolute-path).
|
2016-04-09 10:25:10 -07:00 |
John Benediktsson
|
c6565e380d
|
linked-sets: adding summary.txt.
|
2016-04-09 08:54:31 -07:00 |
Doug Coleman
|
0055f3c616
|
factor: remove some extra whitespace.
|
2016-04-07 14:30:36 -07:00 |
Doug Coleman
|
a15465a9c2
|
sequences.extras: Allow from to be f in ?<slice>
|
2016-04-07 13:22:18 -07:00 |
Doug Coleman
|
2ada639a62
|
io.files: Make sure ascii can't write higher than char 127 to file. Allow writes to ascii from { } and B{ } if they don't violate the encoding.
|
2016-04-07 12:51:30 -07:00 |
Doug Coleman
|
2f4f0da10d
|
io.files: Ensure that slices can be written to utf8/utf16/ascii streams.
|
2016-04-07 12:42:52 -07:00 |
John Benediktsson
|
6d417f4f71
|
io.encodings: a bit faster and make ascii support slices.
|
2016-04-07 12:32:05 -07:00 |
John Benediktsson
|
0988df1e5a
|
io.encodings: allow encode-string to be called with non-strings.
|
2016-04-07 12:17:00 -07:00 |
John Benediktsson
|
b0e6796a95
|
alien.prettyprint: forgot to commit the tests fixes.
|
2016-04-07 11:21:39 -07:00 |
John Benediktsson
|
d15f6459b8
|
alien.prettyprint: don't print ; or declarations for alien words.
|
2016-04-07 07:38:09 -07:00 |
John Benediktsson
|
880ec55d6f
|
help: for $default, make sure effect-in is a string.
|
2016-04-07 07:26:23 -07:00 |
John Benediktsson
|
65eb9a1d31
|
Revert "alien.c-types: Implement present on pointers for help-lint."
This reverts commit f865273e4d.
|
2016-04-07 07:26:23 -07:00 |
John Benediktsson
|
48f57fee4f
|
cuda: adding prettyprint for cuda functions.
|
2016-04-07 07:26:23 -07:00 |
Doug Coleman
|
f0292db7d3
|
continuations: Moving usages of rethrow below where it's defined. I don't know if these work, but I'm trying to make the hooks throw like the stack effect requests.
|
2016-04-06 17:55:47 -07:00 |
Doug Coleman
|
9427c78506
|
ui.debugger: quotation stack effect wants ( .. -- * ), throw causes infinite loop, but rethrow works. change previous patch to rethrow everywhere.
|
2016-04-06 17:35:13 -07:00 |
John Benediktsson
|
0188a1a510
|
shell: fix rename of glob-directory to glob.
|
2016-04-06 17:02:03 -07:00 |
Doug Coleman
|
363e08b6a8
|
factor: fix whitespace at end of files.
|
2016-04-06 16:53:25 -07:00 |
John Benediktsson
|
1234eb72e2
|
globs: rename glob-directory to glob.
|
2016-04-06 14:04:21 -07:00 |
John Benediktsson
|
a5f117c88f
|
globs: making glob-matches? support wildcards.
|
2016-04-06 14:02:48 -07:00 |
John Benediktsson
|
6581741a92
|
cuda: use arg names in stack effect.
|
2016-04-06 13:11:32 -07:00 |
John Benediktsson
|
f80057d4b0
|
globs: fix glob pattern on directories.
|
2016-04-06 13:10:24 -07:00 |
John Benediktsson
|
5cfd5ff224
|
io.streams.byte-array.fast: don't need >c-ptr.
|
2016-04-06 12:39:50 -07:00 |
Doug Coleman
|
f865273e4d
|
alien.c-types: Implement present on pointers for help-lint.
|
2016-04-05 22:17:36 -07:00 |
Doug Coleman
|
1f7bf0d6ab
|
splitting: string-lines is optimized for strings. revert my previous slowdown of 50% or so. add a note so this won't happen again. oops.
|
2016-04-05 21:17:43 -07:00 |
John Benediktsson
|
8c158aa68f
|
help.lint.checks: ignore words without defined word-help.
This allows us to skip words that use the $default help.
|
2016-04-05 19:03:48 -07:00 |
Doug Coleman
|
aaae4bcf9f
|
splitting-docs: Fix stack effect of string-lines.
|
2016-04-05 14:50:50 -07:00 |
Doug Coleman
|
49be5b2c52
|
io.directories.search: Fix unit test using list.
|
2016-04-05 14:49:27 -07:00 |
Doug Coleman
|
51b70b2050
|
core: clean up split-lines with subseq-as. clean up subseq/subseq-as/subseq-unsafe/subseq-unsafe-as.
|
2016-04-05 12:42:38 -07:00 |
John Benediktsson
|
1bc99066a7
|
strings.parser: allow "\u{snowman}" or "\u{2603}".
|
2016-04-05 10:19:43 -07:00 |
John Benediktsson
|
96336d2f6c
|
sets: make null? use cardinality.
|
2016-04-04 21:06:21 -07:00 |
John Benediktsson
|
7468da3cd3
|
help: small fix because I forgot to test predicates still worked.
|
2016-04-04 15:40:26 -07:00 |
John Benediktsson
|
bdd4d49ac1
|
help: adding a default word help if not defined by HELP:.
|
2016-04-04 15:31:53 -07:00 |
John Benediktsson
|
68bdd4196b
|
strings.parser: adding error tests.
|
2016-04-04 15:13:46 -07:00 |
John Benediktsson
|
6dd1172a8d
|
strings.parser: fix docs for parse-string.
|
2016-04-04 15:01:43 -07:00 |
John Benediktsson
|
4d83867cb4
|
strings.parser: remove parse-short-string, everyone should parse-string.
|
2016-04-04 15:00:04 -07:00 |
John Benediktsson
|
42c56a2de1
|
strings.parser: better string error messages.
|
2016-04-04 15:00:04 -07:00 |
John Benediktsson
|
1f063155a9
|
ui.backend.gtk: simplify calls to gtk_init.
|
2016-04-04 15:00:04 -07:00 |
John Benediktsson
|
7a5142e0ca
|
images.http: make it easier to image. stuff.
|
2016-04-04 15:00:04 -07:00 |
John Benediktsson
|
4bfcc86cc4
|
compiler.tests.stack-trace: use with-test-file.
|
2016-04-04 15:00:04 -07:00 |
Björn Lindqvist
|
da4812ba21
|
VM: refactoring which removes two not useful short methods
|
2016-04-04 23:32:23 +02:00 |
Doug Coleman
|
58e18ad668
|
ui.gadgets.corners: move to unmaintained. trim using lists.
|
2016-04-04 14:11:54 -07:00 |
Doug Coleman
|
783cffe036
|
sequences.extras: Add a word to ensure that the underlying for slices is the same. Add a more forgiving version of merge-slices called span-slices.
|
2016-04-04 11:47:46 -07:00 |
Doug Coleman
|
10cb7e12c1
|
assocs.extras: Add a word set-once-at that throws if the key is already set.
|
2016-04-04 11:46:34 -07:00 |
John Benediktsson
|
1aa8a432c7
|
sequences.extras: make rotate wrap.
|
2016-04-04 11:17:24 -07:00 |
John Benediktsson
|
4c6511a058
|
sequences.extras: make rotate! support negative indices.
|
2016-04-04 11:13:11 -07:00 |
John Benediktsson
|
4b5b058c20
|
sequences.extras: make rotate support negative n.
|
2016-04-04 11:05:28 -07:00 |
John Benediktsson
|
dad9110889
|
sequences.extras: rename back to rotate!.
|
2016-04-04 10:59:32 -07:00 |
John Benediktsson
|
e4ddd9f38e
|
compiler.cfg.linear-scan.allocation.spilling: fix $maybe docs.
|
2016-04-04 10:40:02 -07:00 |
John Benediktsson
|
2269b07d33
|
use with-temp-file and with-temp-directory in some tests.
|
2016-04-04 10:33:03 -07:00 |