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

String class comparison operators and constructor incorrectly implemented #66

Closed
lihongman opened this issue Mar 26, 2018 · 1 comment
Closed
Assignees
Labels

Comments

@lihongman
Copy link
Contributor

String constructor for specified length of string is inappropriately created causing the size of the string to be incorrect. At the same time, the comparison operators were not supposed to compare length but whether they are (non-)monotonically decreasing/increasing.

@lihongman lihongman added the bug label Mar 26, 2018
@lihongman lihongman self-assigned this Mar 26, 2018
@lihongman
Copy link
Contributor Author

lihongman commented Mar 27, 2018

Fixed in Commit #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant