- Notifications
You must be signed in to change notification settings - Fork 197
implemented intelligent slice functionality #414
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits Select commit Hold shift + click to select a range
90eb9aa implemented slice function for stdlib_ascii
aman-godara e235bc4 added module dependencies of stdlib_math for function slice in Makefi…
aman-godara 0742ca0 changed names from start to first and end to last
aman-godara 1a5f78c forgot to change the dummy argument start to first
aman-godara 15827d2 shifted slice from stdlib_ascii to stdlib_strings and modified module…
aman-godara c7c1e48 removed include_last functionality
aman-godara ac607f1 added tests for slice function (with no include_last functionality)
aman-godara 9d72c69 made complete use of slice interface: added test cases for character …
aman-godara a733bc3 documented function slice, corrected documentation of to_title and to…
aman-godara fa88905 improved function slice for invalid cases, added new invalid test cases
aman-godara 42a905d improved the implementation of last commit fa88905
aman-godara ffcb7e4 removed redundant outer loop, improved documentation of slice function
aman-godara 4598eec removed dependency of clip function by stdlib_strings.f90
aman-godara 24d417f improved documentation and comments for function slice
aman-godara 323bcd9 Add general tester against intrinsic array slice
awvwgk a895085 Merge pull request #3 from awvwgk/slice
aman-godara d60dad3 added -inf and +inf concept to make code more intuitive, added descri…
aman-godara 048b638 added the concept of +inf and -inf in documentation
aman-godara d38e0f4 added fail messages to unit tests
aman-godara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
removed redundant outer loop, improved documentation of slice function
- Loading branch information
commit ffcb7e44e8d4b5541ca8aabeb6ef79ae67c8c98f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.