-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use first and last, rather than front, back, top etc (#565)
* Replaced front and back with first and last respectively * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update docs/src/circ_deque.md Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update docs/src/circ_deque.md Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update docs/src/circ_deque.md Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update docs/src/circ_deque.md Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update docs/src/circ_deque.md Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update docs/src/circ_deque.md Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Changes made to queue and deque * Revert "Changes made to queue and deque" This reverts commit 27486fd. * Changes to queue and dequeue(2) * Commented wrongly added deprecate function * Changed back to last in stack * Added deprecations file * Bump package version to 0.18.0 * Bump version to 0.17.7 Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/stack.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Updated for new version * update top/first docstring * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> * Update src/circ_deque.jl Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au> Co-authored-by: Lyndon White <oxinabox@ucc.asn.au>
- Loading branch information
Showing
14 changed files
with
87 additions
and
82 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@deprecate front(x) first(x) | ||
@deprecate back(x) last(x) | ||
@deprecate top(x) first(x) |
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
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.
54af1eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
54af1eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/7473
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via: