-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate some aliases. #206
Merged
Merged
Conversation
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
b035892
to
3ef45e0
Compare
okamsn
added a commit
that referenced
this pull request
Sep 4, 2024
- To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
1b34174
to
8151ca9
Compare
okamsn
added a commit
that referenced
this pull request
Sep 4, 2024
- To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
okamsn
added a commit
that referenced
this pull request
Sep 4, 2024
- To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
8151ca9
to
8abc712
Compare
- To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
8abc712
to
5d76199
Compare
github-actions bot
added a commit
that referenced
this pull request
Sep 4, 2024
… in built-in names. (#206) This commit was copied from the master branch. Commit: 38126cc Author: okamsn <28612288+okamsn@users.noreply.github.com> Date: 2024-09-04 01:34:27 +0000 Deprecate some aliases and prefer "sequence" to "seq" in built-in names. (#206) - To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
github-actions bot
added a commit
that referenced
this pull request
Sep 4, 2024
… in built-in names. (#206) This commit was copied from the master branch. Commit: 38126cc Author: okamsn <28612288+okamsn@users.noreply.github.com> Date: 2024-09-04 01:34:27 +0000 Deprecate some aliases and prefer "sequence" to "seq" in built-in names. (#206) - To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
okamsn
added a commit
that referenced
this pull request
Sep 6, 2024
- Make `command-do` the default name and `group` the obsolete alias. - Rename `loopy--parse-group-command` to `loopy--parse-command-do-command`. - Obsolete `expr` and `exprs` for `set`. - Obsolete `prev-expr` for `set-prev`. Remove mention of the alias `prev` from the Org documentation, which should have been done in the previous round of obsoletions. See this PR #207 and issue #168, as well as previous obsoletions in PR #206 and issue #126.
okamsn
added a commit
that referenced
this pull request
Sep 6, 2024
- Make `command-do` the default name and `group` the obsolete alias. - Rename `loopy--parse-group-command` to `loopy--parse-command-do-command`. - Obsolete `expr` and `exprs` for `set`. - Obsolete `prev-expr` for `set-prev`. Remove mention of the alias `prev` from the Org documentation, which should have been done in the previous round of obsoletions. See this PR #207 and issue #168, as well as previous obsoletions in PR #206 and issue #126.
okamsn
added a commit
that referenced
this pull request
Sep 6, 2024
- Make `command-do` the default name and `group` the obsolete alias. - Rename `loopy--parse-group-command` to `loopy--parse-command-do-command`. - Obsolete `expr` and `exprs` for `set`. - Obsolete `prev-expr` for `set-prev`. Remove mention of the alias `prev` from the Org documentation, which should have been done in the previous round of obsoletions. - Update Texinfo file. See this PR #207 and issue #168, as well as previous obsoletions in PR #206 and issue #126.
github-actions bot
added a commit
that referenced
this pull request
Sep 6, 2024
This commit was copied from the master branch. Commit: 264a382 Author: okamsn <28612288+okamsn@users.noreply.github.com> Date: 2024-09-06 02:24:19 +0000 Obsolete more built-in aliases. (#207) - Make `command-do` the default name and `group` the obsolete alias. - Rename `loopy--parse-group-command` to `loopy--parse-command-do-command`. - Obsolete `expr` and `exprs` for `set`. - Obsolete `prev-expr` for `set-prev`. Remove mention of the alias `prev` from the Org documentation, which should have been done in the previous round of obsoletions. - Update Texinfo file. See this PR #207 and issue #168, as well as previous obsoletions in PR #206 and issue #126.
github-actions bot
added a commit
that referenced
this pull request
Sep 6, 2024
This commit was copied from the master branch. Commit: 264a382 Author: okamsn <28612288+okamsn@users.noreply.github.com> Date: 2024-09-06 02:24:19 +0000 Obsolete more built-in aliases. (#207) - Make `command-do` the default name and `group` the obsolete alias. - Rename `loopy--parse-group-command` to `loopy--parse-command-do-command`. - Obsolete `expr` and `exprs` for `set`. - Obsolete `prev-expr` for `set-prev`. Remove mention of the alias `prev` from the Org documentation, which should have been done in the previous round of obsoletions. - Update Texinfo file. See this PR #207 and issue #168, as well as previous obsoletions in PR #206 and issue #126.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To cut back on an over-abundance of choice and to simplify documentation, the
following built-in aliases have been made obsolete. They can still be added
manually via
loopy-defalias
.array
:across
array-ref
:arrayf
,arrayingf
,stringf
,stringingf
,across-ref
cons
:on
list
:in
list-ref
:listf
,listingf
,in-ref
map-ref
:mapf
,mappingf
numbers
:num
,nums
numbers-down
:nums-down
,numdown
,num-down
,numsdown
numbers-up
:nums-up
,numup
,num-up
,numsup
set-prev
:prev
seq
:elements
seq-index
:sequencei
,seqi
,listi
,arrayi
,stringi
Document the aliases
mapping-ref
,listing-ref
,arraying-ref
,stringing-ref
, andsequencing-ref
.Make
sequence
andsequence-ref
the default names in the code and theremaining places in the documentation. This was already the case for most of
the documentation.
Resolves #126.