5 PRs merged into devel

21 views
Skip to first unread message

Edward K. Ream

unread,
Jul 19, 2026, 6:52:32 AM (2 days ago) Jul 19
to leo-editor
Leo's devel branch now contains five new PRs:

PR #4795 fixes a recent botch that sometimes prevented Leo from starting.

The other four are from Alexander Przemysław Kamiński:

PR #4770 adds a new MacOS-related setting.
PR #4771 adds a script that builds MacOS launchers.
PR #4775 fixes a quirp involving duplicate shortcuts.
PR #4777 improves how Leo opens files in external editors.

These PRs are only lightly tested. Please continue to test Leo's "devel" branch. Thanks.

Edward 

Viktor Ransmayr

unread,
8:04 AM (2 hours ago) 8:04 AM
to leo-editor
Hello Edward,

Edward K. Ream schrieb am Sonntag, 19. Juli 2026 um 12:52:32 UTC+2:
Leo's devel branch now contains five new PRs:
...

These PRs are only lightly tested. Please continue to test Leo's "devel" branch. Thanks.

I have tested the 'devel' branch on Debian & Fedora Linux.

The 'mypy_leo.py' part of the ' fullll_test_leo.py' script reports the following errors in both Linux variants:
 
    OK (skipped=3)
    mypy_leo.py
    leo/core/leoGlobals.py:7603: error: Item "None" of "IdleTime | None" has no attribute "start"  [union-attr]
    leo/core/leoCommands.py:4819: error: Incompatible default for argument "command" (default has type "Callable[..., Any] | None", argument has type "Callable[..., Any]")  [assignment]
    leo/plugins/qt_frame.py:585: error: Argument 1 to "keyRelease" of "EventWrapper" has incompatible type "LeoKeyEvent"; expected "QEvent"  [arg-type]
    Found 3 errors in 3 files (checked 258 source files)
    ruff_leo.py
 
HTH.

Viktor

Reply all
Reply to author
Forward
0 new messages