Skip to content

Fix invalid reference in file conversion module#442

Merged
FichteFoll merged 1 commit into
masterfrom
fix/fileconv-regression
Jul 12, 2026
Merged

Fix invalid reference in file conversion module#442
FichteFoll merged 1 commit into
masterfrom
fix/fileconv-regression

Conversation

@deathaxe

Copy link
Copy Markdown
Member

Fixes #441

@FichteFoll FichteFoll added this to the 3.7.1 milestone Jul 12, 2026
@FichteFoll FichteFoll merged commit c773b35 into master Jul 12, 2026
2 checks passed
@FichteFoll FichteFoll deleted the fix/fileconv-regression branch July 12, 2026 09:34
@FichteFoll

Copy link
Copy Markdown
Member

I should really get some linting going on to prevent these obvious errors.

@FichteFoll

Copy link
Copy Markdown
Member

Hm, to spot this error I need to have sublime type stubs because this is a subclass of sublime_plugin.WindowCommand. Alas, type checking will be added in a PR soon.

@deathaxe

Copy link
Copy Markdown
Member Author

Well, LSP-basedpyright highlighted it pretty reliably, with type hints available via default API.

@FichteFoll

Copy link
Copy Markdown
Member

Yeah, it's those type hints I did not have because I was trying out ty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File conversion regression in v3.7.0

2 participants