-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore PicoLisp namespaces for backwards compatibility
- Loading branch information
Showing
6 changed files
with
10 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# Copyright (c) 2017 Alexander Williams, Unscramble <[email protected]> | ||
|
||
(unless (sys "PIL_NO_NAMESPACES") | ||
(unless (= "false" (sys "PIL_NAMESPACES")) | ||
(local *Colours print-report print-passed print-failed report-failed print-error) | ||
(local print-expected print-got exit-gracefully) ) | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# Copyright (c) 2017 Alexander Williams, Unscramble <[email protected]> | ||
|
||
(unless (sys "PIL_NO_NAMESPACES") (local print-report)) | ||
(unless (= "false" (sys "PIL_NAMESPACES")) (local print-report)) | ||
|
||
[de print-report () | ||
(mapcar println *Results) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# Copyright (c) 2017 Alexander Williams, Unscramble <[email protected]> | ||
|
||
(unless (sys "PIL_NO_NAMESPACES") | ||
(unless (= "false" (sys "PIL_NAMESPACES")) | ||
(when symbols (symbols 'unit 'pico)) | ||
|
||
(local MODULE_INFO *My_tests_are_order_dependent *Results) | ||
|