Skip to content

Commit bfb90d7

Browse files
authored
Merge pull request #39 from cgay/doc
Several minor updates for new release
2 parents 4ad5c78 + d640540 commit bfb90d7

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Compiling
2626

2727
Update library dependencies::
2828

29-
dylan update
29+
deft update
3030

3131
Build the library, tests and demo with::
3232

33-
dylan build --all
33+
deft build --all
3434

3535
Run the demo::
3636

dylan-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "command-interface",
3-
"description": "Interactive command interface system for Dylan",
3+
"description": "Interactive command interface system",
44
"keywords": [ "command-line" ],
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"url": "https://github.com/dylan-lang/command-interface",
77
"category" : "utilities",
88
"contact": "dylan-lang@googlegroups.com",

tests/command-interface-test.dylan

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,4 @@ define test command-tokenizer-test()
100100
#(0, 2, 3, 5, 7, 9, 10));
101101
end;
102102

103-
define suite command-interface-test-suite()
104-
test command-tokenizer-test;
105-
end;
106-
107-
run-test-application(command-interface-test-suite);
103+
run-test-application();

0 commit comments

Comments
 (0)