Skip to content

implementing rotational-cipher#604

Merged
petertseng merged 5 commits intoexercism:masterfrom
Average-user:rotational
Oct 18, 2017
Merged

implementing rotational-cipher#604
petertseng merged 5 commits intoexercism:masterfrom
Average-user:rotational

Conversation

@Average-user
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Member

@petertseng petertseng left a comment

Choose a reason for hiding this comment

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

yeah I think most things ar elooking good and this should be an easy merge. but I have serious doubts about that UUID.

Comment thread config.json
"topics": [
]
},
{
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I can't help but notice that this has letters outside of a-f, not sure that's acceptable for a UUID. Also need to check #601 (comment).

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Do I make another PR for the complex-numbers UUID, or I include it in here?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

As long as it's in a separate commit, I would take it either way, but I suggest a different PR since I can merge that one quickly and can't merge this one quickly yet.

Comment thread exercises/rotational-cipher/README.md Outdated
@@ -0,0 +1 @@
# Regenerate this pls!!!
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I remind myself to regenerate before merging.

rotate r = map (f r ['a'..'z'] . f r ['A'..'Z'])
where f x abc e = case elemIndex e abc of
Nothing -> e
(Just a) -> abc!!mod (a+x) 26
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

huh, I didn't think the parentheses around Just a are required, but I don't know

@petertseng
Copy link
Copy Markdown
Member

generated README, rebased on master, I think that's all we have to do

@Average-user
Copy link
Copy Markdown
Member Author

@petertseng I think so.

@petertseng petertseng merged commit 53f07b7 into exercism:master Oct 18, 2017
@petertseng
Copy link
Copy Markdown
Member

Thank you for your fifth exercise.

@Average-user Average-user deleted the rotational branch October 23, 2017 19:59
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