Skip to content

Prepare for release v0.3.6 #1203

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

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Prepare for release v0.3.6 #1203

merged 2 commits into from
Jan 17, 2025

Conversation

chrisrink10
Copy link
Member

No description provided.

@@ -132,7 +132,9 @@ class ImporterCacheEntry(TypedDict, total=False):
module: BasilispModule


class BasilispImporter(MetaPathFinder, SourceLoader): # pylint: disable=abstract-method
class BasilispImporter( # type: ignore[misc] # pylint: disable=abstract-method
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suppresses the following error:

src/basilisp/importer.py:135: error: Definition of "source_to_code" in base class "SourceLoader" is incompatible with definition in base class "InspectLoader"  [misc]

SourceLoader comes directly from importlib.abc, so this is not something we created. We also don't use that method, so this is thankfully not an issue.

@chrisrink10 chrisrink10 merged commit 2e37ca3 into main Jan 17, 2025
12 checks passed
@chrisrink10 chrisrink10 deleted the release/v0.3.6 branch January 17, 2025 13:41
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.

1 participant