exercism / perl5

Exercism exercises in Perl 5.
https://exercism.org/tracks/perl5
MIT License
28 stars 51 forks source link

Update all exercises to use generator #249

Open m-dango opened 5 years ago

m-dango commented 5 years ago

binary DEPRECATED ❎ point-mutations DEPRECATED ❎ trinary DEPRECATED ❎ hexadecimal DEPRECATED

m-dango commented 5 years ago

Ideally these should be done as the last part of https://github.com/exercism/perl5/milestone/1, else we end up doing work which will only end up having to be replaced.

EDIT: Clarification on when this should be done.

cxw42 commented 4 years ago

@mienaikage I found this project from https://github.com/tpf/perldotcom/issues/203#issuecomment-535099706 and it looks like there's some decent work to be done! I am confused by the milestone you reference in https://github.com/exercism/perl5/issues/249#issuecomment-467855118 - this issue is part of it! So should this issue be worked on yet or not? Also, are any of these blocked on #322? Thanks in advance for the clarification!

m-dango commented 4 years ago

Hi @cxw42, thanks for taking a look! This issue is the last one of the milestone, and each exercise can be worked on individually.

None of these are blocked by any currently open PRs. Some exercises already have open PRs with the tests updated, however I have not yet got round to adding solutions to them.

cxw42 commented 4 years ago

I'll take robot-name (edit #328)

kotp commented 2 years ago

It looks like Strain is generating now, and it appears that we have point-mutations which is new.