Doug Coleman
|
47b38345d0
|
factor: Rename short to shorted. rename setup-each. fix usings.
|
2018-09-04 00:08:41 -05:00 |
Doug Coleman
|
a526fd0011
|
Merge remote-tracking branch 'origin/master' into modern-harvey3
|
2018-08-12 17:56:14 -05:00 |
Doug Coleman
|
4bcae2590c
|
factor: Rename all #foo words except # so # can be a sigil.
|
2018-08-10 13:15:25 -05:00 |
Doug Coleman
|
9df90f9c87
|
tools.test: add MUST-FAIL: and MUST-FAIL-WITH:, still need named versions of these
|
2018-08-10 08:53:40 -05:00 |
Doug Coleman
|
f05c7e8cd8
|
factor: char: a -> ch'a.
Also all contractions are not allowed in word names anymore. Even Data cannot use contractions...
|
2018-08-09 18:02:38 -04:00 |
Doug Coleman
|
00fb574a8d
|
factor: SYMBOL: foo foo [ bar ] initialize -> INITIALIZED-SYMBOL: foo [ bar ]
|
2018-08-04 21:53:05 -04:00 |
John Benediktsson
|
8d07e763d9
|
tools.hexdump: use re-decode.
|
2018-08-02 13:34:38 -07:00 |
Doug Coleman
|
343674189c
|
factor: Let url"" and sbuf"" work without spaces.
Also url[[]] if you define a url[[ word.
|
2018-08-02 10:37:02 -04:00 |
Doug Coleman
|
924b434336
|
Revert "factor: vocab:word -> vocab::word"
This reverts commit 354f1cbd34.
|
2018-08-02 08:21:52 -04:00 |
Doug Coleman
|
7730fc5c64
|
Merge remote-tracking branch 'origin/master' into modern-harvey2
|
2018-08-02 07:57:42 -04:00 |
Doug Coleman
|
4b614cc15b
|
factor: Make source files/resources 644 instead of 755.
|
2018-07-13 20:36:50 -05:00 |
Doug Coleman
|
8a8399e633
|
tools.directory-to-file: Add a command-line program to make a directory into a file and restore it.
|
2018-07-09 01:59:58 -05:00 |
Doug Coleman
|
411a55314c
|
help.lint: Add a MAIN: to help-lint to test lint from command line like we already have for unit tests.
Also flush stdout for both MAIN: test apps.
|
2018-07-07 01:13:19 -05:00 |
Doug Coleman
|
e21125ac2c
|
tools.test: Print out test failures at the end of test main.
|
2018-07-07 01:13:19 -05:00 |
Doug Coleman
|
53b1a81049
|
Merge branch 'master' into modern-harvey2
|
2018-06-20 00:26:12 -05:00 |
Doug Coleman
|
9f213f96f6
|
core: Add the shuffler words but without primitives.
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
|
2018-06-19 22:52:58 -05:00 |
Doug Coleman
|
317ceee23c
|
tools.scaffold: delete from root cache but allow vocab to exist already.
If tools.scaffold fails, it is nice to rerun it to finish scaffolding anything it failed on and have it give you links to the files.
|
2018-06-15 18:09:21 -05:00 |
John Benediktsson
|
b854217796
|
tools.scaffold: quick fix for scaffold-vocab bug.
root-cache was getting added to with ``f`` and then subsequent check fails.
|
2018-06-15 15:51:45 -07:00 |
Doug Coleman
|
4c164b1ae6
|
factor: change some spacing with ; on its own line
|
2018-03-19 00:03:27 -05:00 |
Doug Coleman
|
ddfe23ccca
|
Merge branch 'master' into modern-harvey2
|
2018-03-15 11:48:24 -05:00 |
Doug Coleman
|
653af68a8e
|
Revert "use tilde paths instead of home append-path."
This reverts commit 8af27125ec.
|
2018-03-15 08:45:12 -05:00 |
John Benediktsson
|
1685c4537c
|
tools.scaffold: adding scaffold for error classes.
|
2018-03-14 20:27:17 -07:00 |
John Benediktsson
|
c4f9ae8071
|
tools.hexdump: fix tests for slightly changed output.
|
2018-03-14 15:52:40 -07:00 |
John Benediktsson
|
880ce3d4b5
|
tools.hexdump: smaller binary sizes without formatting.
|
2018-03-14 13:34:41 -07:00 |
John Benediktsson
|
ee83e0f0d3
|
tools.hexdump: don't require stream-length
for better stdin compatibility.
|
2018-03-14 13:29:47 -07:00 |
John Benediktsson
|
3f64af43e1
|
tools.hexdump: much faster hexdump.
|
2018-03-14 11:22:47 -07:00 |
John Benediktsson
|
4e872db628
|
tools.hexdump: adding deploy file.
|
2018-03-13 14:17:21 -07:00 |
John Benediktsson
|
70749aa736
|
tools.hexdump: support stdin hexdump.
|
2018-03-13 13:53:47 -07:00 |
John Benediktsson
|
5c69396fb3
|
tools.cocoa: fix use of each-method-in-class.
|
2018-03-13 13:28:35 -07:00 |
Doug Coleman
|
64ccdc40a0
|
Merge remote-tracking branch 'origin/master' into modern-harvey2
|
2018-03-06 10:57:40 -06:00 |
John Benediktsson
|
e11009d1a8
|
Revert "tools.deploy: bump image sizes."
This reverts commit 980b426760.
|
2018-02-28 08:56:01 -08:00 |
John Benediktsson
|
0ab7ed6979
|
io.encodings: use new latin1 instead of 8-bit encoding from file.
|
2018-02-28 08:56:01 -08:00 |
Björn Lindqvist
|
1887593b8e
|
tools.test: improved docs
|
2018-02-27 13:20:57 +01:00 |
John Benediktsson
|
5098628f57
|
tools.scaffold.windows: handle rename of touch.
|
2018-02-26 20:45:14 -08:00 |
John Benediktsson
|
43af9df6e0
|
tools.scaffold: rename ``touch.`` to ``scaffold-file``.
|
2018-02-26 17:21:27 -08:00 |
John Benediktsson
|
8af27125ec
|
use tilde paths instead of home append-path.
|
2018-02-26 17:17:15 -08:00 |
John Benediktsson
|
980b426760
|
tools.deploy: bump image sizes.
|
2018-02-26 12:13:35 -08:00 |
John Benediktsson
|
85b69b5b49
|
io.encodings.8-bit: more encodings, and reduce hierarchy.
|
2018-02-26 10:21:35 -08:00 |
John Benediktsson
|
607de53ad3
|
more test IN: cleanup.
|
2018-02-25 15:44:16 -08:00 |
John Benediktsson
|
c48d3da8b5
|
tools.scaffold: revert previous commit.
|
2018-02-24 18:01:55 -08:00 |
John Benediktsson
|
b7d763a6e0
|
tools.scaffold: include vocab-root in error message.
|
2018-02-24 16:07:24 -08:00 |
John Benediktsson
|
68eb683387
|
tools.scaffold: make sure vocab does not exist.
|
2018-02-24 15:49:32 -08:00 |
Doug Coleman
|
a2e8fb9050
|
Merge remote-tracking branch 'origin/master' into modern-harvey2
|
2018-02-18 11:29:09 -06:00 |
Doug Coleman
|
6338e5308d
|
Merge branch 'modern-harvey2' of factorcode.org:/git/factor into modern-harvey2
|
2018-02-16 21:24:55 -06:00 |
John Benediktsson
|
30739e70ff
|
tools.deprecation: use none?.
|
2018-02-14 11:57:55 -08:00 |
Doug Coleman
|
ddcd6b2af0
|
Merge remote-tracking branch 'origin/master' into modern-harvey2
|
2018-02-10 11:18:18 -06:00 |
John Benediktsson
|
8f9bfae37c
|
vocabs.metadata: rename vocab-file-contents to vocab-file-lines.
|
2018-02-09 10:19:33 -08:00 |
Doug Coleman
|
de247bf0fa
|
cocoa: METHOD: -> COCOA-METHOD: for now.
|
2018-01-28 09:15:33 -06:00 |
Doug Coleman
|
5d8b912216
|
Merge remote-tracking branch 'origin/master' into modern-harvey2
|
2018-01-27 09:43:21 -06:00 |
John Benediktsson
|
10a3af39da
|
tools.deploy: bump up deploy size for gpu.bunny.
|
2018-01-26 10:20:45 -08:00 |