-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename dylan-tool to deft. Bruce's backronym was "dylan environment for tools"...deft. (He said it was fine to steal the name.) * it sounds nice and has a lot of positive energy :) * it's less awkward when needing to distinguish between the "dylan" tool and the language.
- Loading branch information
Showing
36 changed files
with
238 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,17 +41,17 @@ jobs: | |
mkdir -p ${DYLAN} | ||
make install | ||
- name: Exercise installed dylan-tool | ||
- name: Exercise deft | ||
env: | ||
DYLAN_CATALOG: ext/pacman-catalog | ||
DYLAN: dylan-root | ||
run: | | ||
dylan_exe="$(realpath ${DYLAN}/bin/dylan-tool-app)" | ||
exe="$(realpath ${DYLAN}/bin/deft-app)" | ||
export DYLAN_CATALOG="$(realpath ${DYLAN_CATALOG})" | ||
${dylan_exe} new library --force-package abc [email protected] | ||
${exe} new library --force-package abc [email protected] | ||
cd abc | ||
${dylan_exe} update | ||
${dylan_exe} status | ||
${dylan_exe} list | ||
${dylan_exe} build abc-test-suite | ||
${exe} update | ||
${exe} status | ||
${exe} list | ||
${exe} build abc-test-suite | ||
_build/bin/abc-test-suite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.