[dylan-lang/collection-extensions] b4692f: [heap] Rename pop & push to heap-pop & heap-push.
GitHub <[email protected]> Mon, 21 Dec 2015 20:51:08 -0800
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <5678d6bc7f22c_d7b3fc15bfc92a0112032@hookshot-fe6-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/dylan-lang/collection-extensions
Commit: b4692f333b7cc6bbaa0066f8b36cf76f97bf0f31
https://github.com/dylan-lang/collection-extensions/commit/b4692f333b7cc6bbaa0066f8b36cf76f97bf0f31
Author: Bruce Mitchener <[email protected]>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M heap.dylan
M library.dylan
Log Message:
-----------
[heap] Rename pop & push to heap-pop & heap-push.
pop and push are, for better or worse, sealed functions on
<deque>. For now, we'll just call the equivalent operations
on <heap>, heap-pop and heap-push.
* heap.dylan
(comments): Update.
(pop): Rename to heap-pop.
(push): Rename to heap-push.
(forward-iteration-protocol): Call heap-pop instead of pop.
* library.dylan
(module heap): Export heap-pop and heap-push when this module
is uncommented.
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter