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

Fixed lowercase inputs #22

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

ummayrr
Copy link
Member

@ummayrr ummayrr commented Sep 27, 2024

The code used to raise exception for lowercase inputs, when used roman.fromRoman('xvi') for example, it gave:

Exception occured: Invalid Roman numeral: xvi

I could fix this issue by adding lowercase entries to the maps and patterns, but this simple fix would also fix the issue, and not make the code more cluttered.

The code used to raise exception for lowercase inputs, when used roman.fromRoman('xvi') for example, it gave:

Exception occured: Invalid Roman numeral: xvi

I could fix this issue by adding lowercase entries to the maps and patterns, but this simple fix would also fix the issue, and not make the code more cluttered.
@ummayrr
Copy link
Member Author

ummayrr commented Sep 27, 2024

I have signed the Contributors Agreement for Zope.

@dataflake
Copy link
Member

Sorry for the delay, it took a few days for the application to go through and then show you as "Member" here. Please merge your change.

@ummayrr
Copy link
Member Author

ummayrr commented Oct 1, 2024

No worries, though It tells me "Only those with write access to this repository can merge pull requests."

@dataflake
Copy link
Member

As Member you do have the required access.

@dataflake
Copy link
Member

I was just informed that the contributor agreement admins have changed their policy and created an "in between" status for new contributors that does not include the privileges to directly write to the repositories. This is in response to a flood of low-quality contributions. I have decided to just merge this myself.

@dataflake dataflake merged commit ffc86c4 into zopefoundation:master Oct 1, 2024
11 checks passed
icemac added a commit that referenced this pull request Oct 2, 2024
icemac added a commit that referenced this pull request Oct 2, 2024
As #22 moved the conversion to upper case into the
conversion function, it is no longer necessary to
convert it in the main function.
@jenstroeger jenstroeger mentioned this pull request Oct 3, 2024
icemac added a commit that referenced this pull request Oct 8, 2024
As #22 moved the conversion to upper case into the conversion function, it is no longer necessary to convert it in the main function.
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