Skip to content

Duplicate Hamming distance exercises #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ErikSchierboom opened this issue Feb 19, 2016 · 7 comments
Closed

Duplicate Hamming distance exercises #184

ErikSchierboom opened this issue Feb 19, 2016 · 7 comments

Comments

@ErikSchierboom
Copy link
Member

While add exercises to the C# track, I found that the default list includes both the hamming and the point-mutations exercises. However, upon closer inspection, I believe these two exercises are duplicates. Shouldn't one of the two be removed/deprecated?

@kytrinyx
Copy link
Member

point-mutations is deprecated.

@kytrinyx
Copy link
Member

I'll something to the README to that effect.

@kytrinyx
Copy link
Member

The following tracks should replace point-mutations with hamming:

{
    problem: {
        slug: "point-mutations",
        blurb: "Write a program that can calculate the Hamming difference between two DNA strands.",
        source: "The Calculating Point Mutations problem at Rosalind",
        source_url: "http://rosalind.info/problems/hamm/",
        track_ids: [
            "clojure",
            "elisp",
            "elixir",
            "erlang",
            "haskell",
            "lfe",
            "lisp",
            "ocaml",
            "rust",
            "scheme"
        ]
    }
}

@NobbZ
Copy link
Member

NobbZ commented Feb 21, 2016

Will you post an issue at the corresponding tracks?

Katrina Owen [email protected] schrieb am So., 21. Feb. 2016 20:14:

The following tracks should replace point-mutations with hamming:

{
problem: {
slug: "point-mutations",
blurb: "Write a program that can calculate the Hamming difference between two DNA strands.",
source: "The Calculating Point Mutations problem at Rosalind",
source_url: "http://rosalind.info/problems/hamm/",
track_ids: [
"clojure",
"elisp",
"elixir",
"erlang",
"haskell",
"lfe",
"lisp",
"ocaml",
"rust",
"scheme"
]
}
}


Reply to this email directly or view it on GitHub
#184 (comment).

@kytrinyx
Copy link
Member

Yeah, on it.

@kytrinyx
Copy link
Member

kytrinyx commented Apr 7, 2016

I forgot to add a link to this issue in the issues for each of the tracks. When this list is empty, then we can close the issue: http://x.exercism.io/problems/point-mutations

@NobbZ
Copy link
Member

NobbZ commented Aug 6, 2016

It seems as if there is no implementor left in the list of http://x.exercism.io/problems/point-mutations.

Can we close?

ErikSchierboom pushed a commit that referenced this issue Feb 17, 2017
Original deprecation in #406, for #384 and #184.
Trend of adding replacement and issue added in #532.
emcoding pushed a commit that referenced this issue Nov 19, 2018
Add File read for great messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants