Skip to content
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

Windows: Fix console potentially unbound variables #1625

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ikelos
Copy link
Member

@ikelos ikelos commented Feb 16, 2025

Fixes #1435.

This fixes a number of typing issues and resolves the unbound variables (potentially breaking early on failure to determine a symbol_filename.

There were a number of places where ContextInterface was used instead of ObjectInterface. I presume this was a copy pasta issue as the starting variable, but I'd appreciate someone checking that my changes look good.

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

Successfully merging this pull request may close these issues.

cmdscan and consoles potential unitialized variable usages
2 participants