-
Notifications
You must be signed in to change notification settings - Fork 535
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
Use cross-spawn instead of child_process and introduce _W32 placeholders #2015
Merged
Commits on Mar 31, 2020
-
Use cross-spawn to build and view
Also use cross-spawn for calling texdoc. Related to #2010
Configuration menu - View commit details
-
Copy full SHA for 6de96d5 - Browse repository at this point
Copy the full SHA 6de96d5View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7fda3d6 - Browse repository at this point
Copy the full SHA 7fda3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89aef8d - Browse repository at this point
Copy the full SHA 89aef8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 922f5c2 - Browse repository at this point
Copy the full SHA 922f5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd714d - Browse repository at this point
Copy the full SHA 4bd714dView commit details
Commits on Apr 2, 2020
-
Set relative outDir for testing build with subfile
This change enables us to check that the cwd directory is correct if the outDir is generated at the right place.
Configuration menu - View commit details
-
Copy full SHA for 3d114a1 - Browse repository at this point
Copy the full SHA 3d114a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ac35f - Browse repository at this point
Copy the full SHA 24ac35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae85b4 - Browse repository at this point
Copy the full SHA 1ae85b4View commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e23de0a - Browse repository at this point
Copy the full SHA e23de0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6877afc - Browse repository at this point
Copy the full SHA 6877afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7c2f9 - Browse repository at this point
Copy the full SHA 5a7c2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for baeaa74 - Browse repository at this point
Copy the full SHA baeaa74View commit details
Commits on Apr 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c9ec1c - Browse repository at this point
Copy the full SHA 7c9ec1cView commit details -
Refactor placeholders expansion
The replacement function is moved to utils/utils.js. It is used whereever placeholders are used.
Configuration menu - View commit details
-
Copy full SHA for 0d64561 - Browse repository at this point
Copy the full SHA 0d64561View commit details -
The new placeholders %DOC_W32%, %DOC_EXT_W32%, %DIR_W32% %OUTDIR_W32% are normalized so that they use `\\` as the path separator on Windows. Placeholders without the _W32 suffix always use `/` as the path separator. On Unix platforms, placeholders with and without the _W32 suffix have the same value.
Configuration menu - View commit details
-
Copy full SHA for 3567112 - Browse repository at this point
Copy the full SHA 3567112View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff55513 - Browse repository at this point
Copy the full SHA ff55513View commit details
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.