-
Notifications
You must be signed in to change notification settings - Fork 68
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
[FIX-issue#99] Allowing negative logic index values #155
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs unit testing and documentation! Great start!
Thanks Max!! Will do it asap. |
…[] & slice() and testing
…Bug fix on getRange() condition startindex<=endindex
Made Changes as requested! |
PR #174 is adding a bunch more lint checks, which will probably flag some new issues for you if you get in after that (when you pull the changes in). I'll wait a little bit to give you an opportunity to beat the PR in, but in the next day or two it will go in and then you'll have a little clean-up to do. |
…mples in comments
…ition of testcases to Logic operator[]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Thanks! |
Issue #99
BusSubset
that is used byLogic slice()
slice()
likeoperator[]
(indexing operator) andgetRange()