jgamble / Algorithm-Networksort

Release history of Algorithm-Networksort
https://metacpan.org/release/Algorithm-Networksort
Other
13 stars 4 forks source link

Add Ian Parberry's Algorithm #5

Open jgamble opened 9 years ago

hoytech commented 8 years ago

@jgamble - Can we remove pairwise from the %algname hash until this is implemented?

It seems to have been added (by accident?) in 045317cbce1079dd256ff1c8d64b2d1c8516c521

jgamble commented 8 years ago

It is mysteriously gone (looks innocent) in #8's branch.

hoytech commented 8 years ago

I'm seeing it in both master and the issue8 branch:

https://github.com/jgamble/Algorithm-Networksort/blob/issue8/lib/Algorithm/Networksort.pm#L46 https://github.com/jgamble/Algorithm-Networksort/blob/master/lib/Algorithm/Networksort.pm#L155

I just point it out because it causes it to be returned from nw_algorithms() which made my chooser script do weird things since it's not actually implemented yet.

jgamble commented 8 years ago

I hadn't had a chance to push yet. Master is now updated.