-
Notifications
You must be signed in to change notification settings - Fork 83
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
bug fix "[latexindent.exe] -GCString switch cannot run normally" #532
Conversation
9f05f51
to
c2f88ad
Compare
Why is this closed? |
I deleted the previous commit and made a new one from scratch. Macos executable and Linux executable also encountered the same problem at #531. |
.github/workflows/batch-check.yaml
Outdated
@@ -124,8 +124,8 @@ jobs: | |||
$files = Get-ChildItem test-cases\check-switch-tests\*tex | |||
foreach ($file in $files) {perl latexindent.pl --check -s $file} | |||
cjk-windows-exe-test: | |||
needs: check-pm-files-changed | |||
if: ${{fromJSON(needs.check-pm-files-changed.outputs.anychanged)}} | |||
#needs: check-pm-files-changed |
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.
this line and the next line should NOT be commented
.github/workflows/batch-check.yaml
Outdated
needs: check-pm-files-changed | ||
if: ${{fromJSON(needs.check-pm-files-changed.outputs.anychanged)}} | ||
#needs: check-pm-files-changed | ||
#if: ${{fromJSON(needs.check-pm-files-changed.outputs.anychanged)}} |
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.
same here, and throughout, please
Great, many thanks for your help on this |
what is this pull request about?
bug fix "[latexindent.exe] -GCString switch cannot run normally"
does this relate to an existing issue?
#531
does this change any existing behaviour?
no