Skip to content

Conversation

@rbasso
Copy link
Contributor

@rbasso rbasso commented Jul 16, 2016

Transform exercises in Stack projects #185.
Phase 4 - Migrating all exercises - Part 3

Migrate to stack projects:

  • accumulate
  • anagram
  • beer-song
  • bob
  • etl
  • gigasecond
  • grade-school
  • grains
  • hamming
  • leap
  • list-ops
  • meetup
  • nucleotide-count
  • phone-number
  • rna-transcription
  • robot-name
  • simple-linked-list
  • space-age
  • strain
  • sublist
  • sum-of-multiples
  • word-count

Add incomplete stub solutions:

  • beer-song
  • grade-school
  • leap
  • robot-name
  • space-age
  • sublist
  • sum-of-multiples
  • word-count

Add complete stub solutions:

  • accumulate
  • anagram
  • bob
  • gigasecond
  • meetup
  • nucleotide-count
  • phone-number
  • simple-linked-list
  • strain

Fix package.yaml comments in all exercises:

  • Change the text and move it before the library packages.

- accumulate
- anagram
- beer-song
- bob
- etl
- gigasecond
- grade-school
- grains
- hamming
- leap
- list-ops
- meetup
- nucleotide-count
- phone-number
- rna-transcription
- robot-name
- simple-linked-list
- space-age
- strain
- sublist
- sum-of-multiples
- word-count
@rbasso rbasso changed the title Transform exercises in stack projects phase 4 part 3 Transform exercises in Stack projects - Phase 4 - Migrating all exercises - Part 3 Jul 16, 2016
@rbasso rbasso self-assigned this Jul 16, 2016
, toList
) where

-- The task is to create the data type `LinkedList`
Copy link
Member

@petertseng petertseng Jul 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, if the task is to create the list type, do you intend to include the data LinkedList a = ... in the stub?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ops...gonna fix that as soon as possible.
Thanks. :-)

@petertseng
Copy link
Member

Thanks for doing the hard work here, after which we can 🎉

Just small comment I think

rbasso added 2 commits July 18, 2016 00:17
Add incomplete stub solutions:

- beer-song
- grade-school
- leap
- robot-name
- space-age
- sublist
- sum-of-multiples
- word-count

Add complete stub solutions:

- accumulate
- anagram
- bob
- gigasecond
- meetup
- nucleotide-count
- phone-number
- simple-linked-list
- strain
Change the text and move it before the library packages.
@rbasso
Copy link
Contributor Author

rbasso commented Jul 17, 2016

Thank you for reviewing all this, @petertseng! I know it's a lot of boring boilerplate code...

When do you think it's a good time to merge this and the other PRs ? (#201, #202, #203, #204)

@petertseng
Copy link
Member

I'll say that I wouldn't fault a decision to merge this PR now. I've already fetched exercises converted in earlier phases without problem. The other possiblity is that if you want to wait for more students to report problems, but I find it unlikely there will be any, as exercism fetching in general (both with or without directories) has been well tested I'm sure

@rbasso rbasso merged commit e509c10 into exercism:master Jul 17, 2016
@rbasso rbasso deleted the transform-exercises-in-stack-projects-phase-4-part-3 branch July 17, 2016 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants