-
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.
Add
substream
and stream
commands, &seq
destructuring, and miss…
…ing tests. - Add `substream` and `stream` commands. - Add `stream.el` to the dependencies. - Update Org documentation. - Add tests. - Add `&seq` destructuring for values and places. The substreams should only be destructured using `&seq`. - Add tests. - Update Org documentation. - Define an error for destructuring substreams with `&seq`. - Disable behavior of optional destructured values until we decide how that should work. See issue #198. - Add missing array tests along with the new `&seq` tests. - Convert some tests to new macros `loopy-def-pcase-test`, `loopy-def-pcase-test3`, and `loopy-def-loopy-ref-test`. - Use caching for `loopy--get-var-groups`. - Make sure `loopy--pcase-destructure-for-iteration` returns a list of symbols without duplication. - For extra safety deduplicate the returned variable list in `loopy--destructure-for-iteration`.
- Loading branch information
Showing
10 changed files
with
2,431 additions
and
996 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
Oops, something went wrong.