docs: document Windows CI known issues with Inkscape 1.4.x - #61
Merged
Conversation
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
ronaldtse
force-pushed
the
rt-ukiryu-windows-fix
branch
from
February 19, 2026 09:43
14403f2 to
e3a8b87
Compare
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
ronaldtse
force-pushed
the
rt-ukiryu-windows-fix
branch
from
February 19, 2026 09:58
e3a8b87 to
a5cf53d
Compare
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
10 similar comments
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
🔗 Link Check FailedPlease fix the broken links and push a new commit. |
ronaldtse
force-pushed
the
rt-ukiryu-windows-fix
branch
from
February 23, 2026 03:05
9516eab to
ebf23b0
Compare
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.
Summary
This PR documents the current state of Windows CI and the known issues with Inkscape 1.4.x.
Background
Ukiryu 0.2.1 Fix (Already Applied)
Ukiryu 0.2.1 includes a fix for PowerShell command argument handling on Windows. The fix preserves forward slashes in command arguments instead of converting them to backslashes.
The fix was in
ukiryu/lib/ukiryu/shell/powershell.rb:arg_str = a.to_s.gsub('/', '\\')(incorrect)arg_str = a.to_s(correct - preserves forward slashes)Remaining Issue: Inkscape 1.4.x Bug
After the ukiryu fix, Windows CI tests still fail due to an upstream Inkscape bug:
Current Workaround
Tests use skip helpers:
skip_inkscape_on_windowsskip_emf_on_windowsTest Results
Resolution Options