#270 Look for MAPPING.CONFIG in the same directory as genattrib.py using absolute paths - #271
Closed
JonoYang wants to merge 95 commits into
Closed
#270 Look for MAPPING.CONFIG in the same directory as genattrib.py using absolute paths#271JonoYang wants to merge 95 commits into
JonoYang wants to merge 95 commits into
Conversation
Bump to 2.0.1
Add try/catch to handle when ABOUT files don't have dje_license_name. Add code to handle long path specifically in windows (read and write) See See https://msdn.microsoft.com/en-us/library/aa365247.aspx Add code to strip the UNC_Prefix for path location the in the error log. Create test for long path handling. Add code to strip the quote from the api input.
for long path in windows. In addition, adding code to make sure both the input and filter are in posix path format before doing any string partition.
"about.c .ABOUT" Test code added.
user entered license_key
* Handle input's encoding issues * Better error handling * Writing to and reading from Windows OS with paths > 255 chars
causing an error.
Linux Installation - Directory name (Minor)
…py to the path check for MAPPING.CONFIG
#267 MAPPING.CONFIG not found when calling genabout.py from different directory
… prepending the absolute path to the directory genattrib.py is to 'MAPPING.CONFIG'
Member
|
@JonoYang @chinyeungli why has this been merged in? |
Member
|
@JonoYang is this still relevant or stale and should be closed? |
Member
|
Note that if you still want to merge this will have to go in the |
Member
|
This is stale and only for v2-maintainance.... c87c1ff is the only relevant commit anyway. I am closing this branch |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The absolute path to MAPPING.CONFIG is now used by genattrib.py when the --mapping option is used.