Skip to content
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

Sync rotational-cipher with problem-specifications #1780

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Nov 18, 2023

The two tests with negative keys as input were removed.
The exercise instructions specify a range of 0 to 26.
The function signature of the skeleton was adjusted accordingly,
using u8 instead of i8 to make negative numbers impossible.

The removal of these tests was discussed on the forum:
https://forum.exercism.org/t/rotational-cipher-negative-keys/8273

@senekor senekor force-pushed the rotational-cipher-sync branch from 79437c0 to f894b59 Compare November 18, 2023 10:07
@senekor senekor merged commit 4cdb78a into main Nov 18, 2023
10 checks passed
@senekor senekor deleted the rotational-cipher-sync branch November 18, 2023 11:00
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