Branch: refs/heads/master
Revision: 721b601
Author: bradcray
Log Message:
Merge pull request #16496 from bradcray/linked-lists-to-packages
Move LinkedLists module to packages
[reviewed by @mppf; I’m rushing the design discussion on the belief
that nobody on the team will object because they all have great taste ]
The LinkedLists module has been an old, not-well-maintained outlier
module for quite some time, and has retained its position in
modules/standard primarily due to its historical use within the
internal modules. But now that we’ve removed that dependence, it
seems it would be more appropriate in the packages/ directory (not to
say that a linked list implementation couldn’t/wouldn’t make sense in
the standard modules directory, just that this doesn’t seem to be it).
Modified Files:
A modules/packages/LinkedLists.chpl
R modules/standard/LinkedLists.chpl
M modules/Makefile
M test/classes/diten/breakList.good
M test/library/standard/LinkedLists/bradc/emptySeq3.good
Compare: https://github.com/chapel-lang/chapel/compare/c31098de6dfc...721b601862cd