Fix failing checks#952
Merged
LexiconCode merged 3 commits intodictation-toolbox:masterfrom Jan 9, 2026
Merged
Conversation
…s for PySide6 on macOS. Adjust event handling and UI components in HUD and settings windows to utilize new Qt attributes. Ensure consistent application execution method across modules.
…r handling in text manipulation functions. Adjust Dragonfly import logic to handle missing natlink gracefully and improve regex matching for dictation and character modes.
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.
Title
Fix failing CI checks: Qt/PySide compatibility, platform deps, ubuntu-latest runner
Description
This PR improves cross-platform compatibility (especially macOS/Linux CI) by:
castervoice/lib/qt.py) to support both PySide2 and PySide6 (enum/access differences +execvsexec_).castervoice/asynch/hud.pycastervoice/asynch/settingswindow.pycastervoice/asynch/hmc/h_launch.pycastervoice/asynch/hmc/homunculus.pynatlinkoptional incastervoice/lib/ctrl/mgr/engine_manager.pyso imports/mode changes don’t fail on non-Windows systems.castervoice/rules/core/text_manipulation_rules/text_manipulation_support.py(argument validation + cursor/selection offset calculations, including TeXstudio paths).requirements-mac-linux.txtto use platform markers fordragonfly2extras and Qt bindings.ubuntu-latestin.github/workflows/testrunner.yml.Motivation and Context
CI environments (and non-Windows installs) were failing
How Has This Been Tested
python3 -m compileallon the modified modules (syntax check).Types of changes
Checklist
Maintainer/Reviewer Checklist