-
Notifications
You must be signed in to change notification settings - Fork 45
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
Change isDirectory to fileKind enumeration #666
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.
Couple of ambiguities should be cleared up. See comments.
|
||
## Description | ||
|
||
An SPDX file may represent a file on disk or a directory of files. In the future, this may be extended to other kinds (e.g. network based files). |
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.
file could be in memory not just "disk".... probably want to rephrase to something like:
"represent a file on disk" to "represent a specific file"
Fixes #630 Note that fileKind was choosen since fileType is already in use Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
@zvr @kestewart - updated per comments - please review or request changes |
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.
Thanks Gary. Both issues are resolved.
Good to merge from my perspective.
Fixes #630
Note that fileKind was choosen since fileType is already in use