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
|
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
|
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
|
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 |
John Benediktsson
|
2b31e95270
|
tools.scaffold: remove unused contains-dot?, contains-separator?.
|
2018-01-22 11:37:24 -08:00 |
Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
John Benediktsson
|
baaa06278c
|
Revert "sequences: swap stack arguments for start/start*/subseq?."
This reverts commit 63b0593824 .
|
2017-01-21 07:20:14 -08:00 |
John Benediktsson
|
63b0593824
|
sequences: swap stack arguments for start/start*/subseq?.
It is more natural to be ( seq subseq -- ? ).
|
2017-01-20 22:49:53 -08:00 |
Alexander Iljin
|
4a7f0987d8
|
tools.scaffold-docs: add documentation for the scaffold-work word
|
2016-07-30 09:25:30 -07:00 |
Alexander Iljin
|
2fd5654473
|
Add EOL at EOF for all authors.txt files for consistency
In some instances replaced CR/LF with LF.
|
2016-07-30 09:25:30 -07:00 |
Alexander Iljin
|
6834f93ad1
|
tools.scaffold: fix scaffold-docs generating $var-decsription for classes
|
2016-06-29 14:17:57 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
02008979d9
|
factor: Change ERROR: foo ; to define ``throw-foo`` instead of having ``foo`` throw implicitly. The old ``foo`` still throws implicitly because this is a big change to get right in one patch, but it should be removed soon.
|
2015-08-12 15:26:18 -05:00 |
Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
Doug Coleman
|
2adeed9cb3
|
factor: rename classes:members to class-members so it doesn't conflict with sets:members. ugh.
|
2015-07-20 00:32:42 -07:00 |
John Benediktsson
|
8dd67e0741
|
tools.scaffold: use vocabs:check-vocab-name.
|
2015-07-09 11:02:09 -07:00 |
John Benediktsson
|
7d50ab1937
|
tools.scaffold: check vocab name in scaffold-vocab.
|
2015-07-09 10:51:44 -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
|
a4c5a748ad
|
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise.
|
2015-06-08 12:47:35 -07:00 |
John Benediktsson
|
b366a06c41
|
use reject instead of [ ... not ] filter.
|
2015-05-12 18:50:34 -07:00 |
Doug Coleman
|
59205b0399
|
tools.scaffold: generating docs for obj/f was broken.
|
2015-05-05 21:39:55 -07:00 |
John Benediktsson
|
7e4d1178c3
|
interpolate: don't break backwards compatibility.
|
2015-04-18 20:22:29 -07:00 |
John Benediktsson
|
c5ed2c89fe
|
interpolate: some fixes for recent API change.
|
2015-04-18 19:36:49 -07:00 |
John Benediktsson
|
d89ae96c64
|
tools.scaffold: support more types and maybe types.
|
2014-11-13 08:23:22 -08:00 |
Doug Coleman
|
1ce7c6a9e7
|
tools.scaffold: Add type for exemplar in docs.
|
2014-11-08 00:40:13 -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
|
7799c6f217
|
tools.scaffold: Make a better scaffold-examples word in hopes it will cause more examples to get written. Add more docs. Fix spacing bug in scaffold-undocumented.
|
2014-10-31 17:45:48 -07:00 |
Doug Coleman
|
c0fbf0455d
|
tools.scaffold: Add word to scaffold a mason rc file.
|
2014-04-15 19:05:00 -07:00 |
John Benediktsson
|
4f0c404d87
|
tools.scaffold: more use of hash-sets.
|
2013-03-10 10:02:53 -07:00 |
John Benediktsson
|
916c495337
|
tools.scaffold: rename scaffold-help to scaffold-docs.
|
2012-07-27 15:24:30 -07:00 |
John Benediktsson
|
6f1c44b46d
|
Cleanup some lint warnings.
|
2011-10-15 19:19:44 -07:00 |
Slava Pestov
|
a87211ff29
|
tools.scaffold: remove unused ERROR:
|
2011-09-01 22:31:45 -07:00 |
Doug Coleman
|
3f0e1ce056
|
Add scaffold-factor-roots word to tools.scaffold
|
2011-08-29 01:03:41 -05:00 |
Erik Charlebois
|
305dcf1551
|
Use .factor-rc etc on Windows too, files can begin with dots just fine
|
2011-05-23 23:36:13 -04:00 |
Keita Haga
|
6ddc56cc60
|
tools.scaffold: fix a few typos in description of scaffold-undocumented word
|
2011-01-18 07:45:06 +09:00 |
Slava Pestov
|
0e0efbd24a
|
tools.scaffold: clean up
|
2010-08-02 20:50:59 -04:00 |
Jon Harper
|
cfc902ed0a
|
Remove redundant newline
|
2010-08-02 17:20:31 +02:00 |
Jon Harper
|
0aa00044ba
|
remove duplicates to conform with lint-tool
|
2010-08-02 17:20:19 +02:00 |
Doug Coleman
|
3b11e2d6aa
|
Normalize vocabulary roots by removing the last path separator so that scaffold tool works with trailing separators
|
2010-06-21 13:06:09 -05:00 |
Doug Coleman
|
a6f0abb9a2
|
Rename alarms -> timers
|
2010-06-10 16:39:13 -05:00 |