Skip to content

nucleotide-count: Remove special treatment of uracil#10

Merged
kytrinyx merged 1 commit intoexercism:masterfrom
sjakobi:adjust-nucleotide-count
Aug 18, 2014
Merged

nucleotide-count: Remove special treatment of uracil#10
kytrinyx merged 1 commit intoexercism:masterfrom
sjakobi:adjust-nucleotide-count

Conversation

@sjakobi
Copy link
Copy Markdown
Contributor

@sjakobi sjakobi commented Aug 17, 2014

For the related discussion see exercism/python#98.

Fixes #9.

@sjakobi
Copy link
Copy Markdown
Contributor Author

sjakobi commented Aug 17, 2014

I'm not familiar with C++ so I hope that Travis will catch any mistake on my part.

@sunzenshen
Copy link
Copy Markdown

I'm not so sure that Travis has been modified to compile the xcpp unit tests. Compilation has a dependency on Boost and CMake, and I don't remember seeing PRs adding that support. @LegalizeAdulthood, does this sound about right?

I cloned the repository, and compiled/ran the tests with the removed uracil check. Results are green on my end (+1).

@LegalizeAdulthood
Copy link
Copy Markdown
Contributor

Travis runs an integration build that compiles and runs all the C++ tests. The travis YML file has been configured to get all the dependencies.

The change looks good to me.

kytrinyx added a commit that referenced this pull request Aug 18, 2014
nucleotide-count: Remove special treatment of uracil
@kytrinyx kytrinyx merged commit fa72a2b into exercism:master Aug 18, 2014
@kytrinyx
Copy link
Copy Markdown
Member

Thanks!

@sjakobi sjakobi deleted the adjust-nucleotide-count branch August 18, 2014 21:32
kytrinyx added a commit that referenced this pull request Sep 4, 2014
nucleotide-count: Remove special treatment of uracil
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.

Remove mention of RNA (uracil) from nucleotide-count problem?

4 participants