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.
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
Issue 198: iefielkit aux functions other commands #201
base: main
Are you sure you want to change the base?
Issue 198: iefielkit aux functions other commands #201
Changes from 12 commits
4552dab
c752413
c69302b
8234e8d
553c0ae
9cac6b2
ce9021e
506a71e
2d80a4b
7279d5c
a5fe65a
ad01494
68605b2
39766c3
12c57c8
3dd13a6
c19f47c
1c04e1f
5477722
ec97a38
15cbd1b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
When would this be empty?
using/
is required and folders are defined as anything before a/
. So if/
exists then folders are anything before/
and file is whatever is after and if there is no/
then file is the same asusing/
? Right? Or is there any input for which this command stores somethin infolder
butfile
is empty?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.
Maybe if
using/
isfolderA/folderB/
. But then the input is no longer a filename and it is a path. I think that that should either be an error or the command should be calledieaux_parse_filepath
and then a path without a filename should be just as valid input as a filename with or without path.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.
Yes, if there is no / then file is the same as using/
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.
I think, the best option is to change the name to ieaux_parse_filepath.
I made some changes for this to be a valid imput.
2d80a4b
7279d5c
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.
I would approach this command like this