-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pack of fixes for manager. New structure and tests:
See additional remark from tests and from Issue #88. Even Visual Studio 2017 does not want to work with this, but we will <_< Key notes: * Arguments is now processing under for() instead of shifting args. * Fixed escaping `!` for enableDelayedExpansion mode. * Added compression for the set /a ERROR_ codes. * Fixed `-packages` key. (broken in 1.6.1). * Fixed possible problem with double quotes for `-wz-target` key. * Fixed problem with '&' (ampersand sign) in paths. * Fixed :trim function for special chars. * Fixed problem with relative paths for `-pkg-link`. (incomplete logic from 1.6.0) * New 16 unit-tests for checking special symbols `' &!~`@#$^(+)_=%-;[.]{,}`, arguments and paths. The known problems: * DllExport 1.6.1 uses this hack 3F/GetNuTool#6 While `-packages` will accept correct special symbols the gnt.core 1.6.2 will parse this incorrectly like: 'Could not find a part of the path ...' The problem is for ';' in paths.
- Loading branch information
Showing
10 changed files
with
1,016 additions
and
500 deletions.
There are no files selected for viewing
This file contains 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 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
Oops, something went wrong.