| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
We might want to squash the commits into a single commit thaat has a more descriptive name. That way there's one commit with all the small changes packed together, so looking at the history it will be clear what happened here. |
Sorry, something went wrong.
|
@FranciscoJ26 could you please review these changes |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
newly updated! now has tests :) now ready for review |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you so much @smarasca5 @marksherman
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Title: Lower bounds check on IntList get
Resolves #1415
Changes: Added a lower bound within the if statement of the get method within IntList. There was no lower bounds check within this method before. Now it throws exception if index is negative.
Tests: tests within IntListTest
Checklist: Tests pass and branch is up to date