perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

Update all exercises to use generator

Open m-dango opened this issue 6 years ago • 5 comments

  • [ ] linked-list
  • [x] list-ops
  • [x] prime-factors
  • [ ] simple-linked-list
  • [x] custom-set
  • [x] palindrome-products
  • [x] proverb
  • [x] pythagorean-triplet
  • [x] queen-attack
  • [x] robot-simulator
  • [x] saddle-points https://github.com/exercism/perl5/pull/535
  • [x] simple-cipher https://github.com/exercism/perl5/pull/535
  • [x] accumulate https://github.com/exercism/perl5/pull/407
  • [x] all-your-base https://github.com/exercism/perl5/pull/408
  • [x] allergies https://github.com/exercism/perl5/pull/264
  • [x] anagram https://github.com/exercism/perl5/pull/265
  • [x] atbash-cipher https://github.com/exercism/perl5/pull/266
  • [x] beer-song https://github.com/exercism/perl5/pull/267
  • [x] binary-search https://github.com/exercism/perl5/pull/269
  • [x] binary-search-tree https://github.com/exercism/perl5/pull/408
  • [x] bob
  • [x] clock
  • [x] crypto-square https://github.com/exercism/perl5/pull/408
  • [x] difference-of-squares https://github.com/exercism/perl5/pull/408
  • [x] etl #360
  • [x] food-chain https://github.com/exercism/perl5/pull/408
  • [x] gigasecond #308
  • [x] grade-school
  • [x] grains
  • [x] hamming
  • [x] hello-world
  • [x] house https://github.com/exercism/perl5/pull/408
  • [x] kindergarten-garden https://github.com/exercism/perl5/pull/408
  • [x] largest-series-product https://github.com/exercism/perl5/pull/408
  • [x] leap
  • [x] luhn
  • [x] matrix https://github.com/exercism/perl5/pull/408
  • [x] meetup #309
  • [x] minesweeper https://github.com/exercism/perl5/pull/408
  • [x] nucleotide-count
  • [x] ocr-numbers https://github.com/exercism/perl5/pull/408
  • [x] pascals-triangle #317
  • [x] phone-number
  • [x] pig-latin #325
  • [x] raindrops
  • [x] rna-transcription
  • [x] robot-name https://github.com/exercism/perl5/pull/328
  • [x] roman-numerals
  • [x] say
  • [x] scrabble-score
  • [x] secret-handshake
  • [x] series
  • [x] sieve
  • [x] space-age
  • [x] strain https://github.com/exercism/perl5/pull/417
  • [x] sublist
  • [x] sum-of-multiples
  • [x] triangle
  • [x] twelve-days https://github.com/exercism/perl5/pull/331
  • [x] two-fer
  • [x] word-count
  • [x] wordy

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

m-dango avatar Dec 30 '18 22:12 m-dango

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.

m-dango avatar Feb 27 '19 13:02 m-dango

@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!

cxw42 avatar Oct 02 '19 02:10 cxw42

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.

m-dango avatar Oct 02 '19 07:10 m-dango

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

cxw42 avatar Oct 03 '19 01:10 cxw42

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

kotp avatar Mar 20 '22 14:03 kotp