-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GitHub Action) Make
always
, never
, and thereis
more like accum…
…ulation commands. (#197) This commit was copied from the master branch. Commit: de9a293 Author: okamsn <[email protected]> Date: 2024-03-10 00:50:44 +0000 Make `always`, `never`, and `thereis` more like accumulation commands. (#197) Closes #145. Make the signatures of the commands be `(command [VAR] CONDITION &key into)`. - Limit the commands to only one condition. - Implement the commands using `loopy--defaccumulation`. - Correct the documentation string of `loopy-result` to mention the boolean commands. - Update the Org documentation. - Fix errors in tests `custom-command-always-pass` and `custom-command-always-fail`. These tests were accidentally running the built-in `always` command, not the tested version.
- Loading branch information
1 parent
876d245
commit aee76c0
Showing
7 changed files
with
200 additions
and
265 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
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.