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

Handled overloaded methods correctly #178

Merged
merged 12 commits into from
Sep 11, 2024

Conversation

nyalldawson
Copy link
Contributor

Looks like this now:

image

@nyalldawson
Copy link
Contributor Author

@3nids do you know what broke the class map here?

@nyalldawson nyalldawson closed this Sep 9, 2024
@nyalldawson nyalldawson reopened this Sep 9, 2024
conf.in.py Outdated
qgis_module_path = candidate_path
break

if qgis_module_path:
Copy link
Member

Choose a reason for hiding this comment

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

this will be silently skipped, should we at least raise a warning?
I'm a bit concerned that for whatever reason, there is no more class_map file from QGIS and the docs are built without error.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I've reverted that bit, but have revised the class map download to use a user-writable location instead.

@nyalldawson nyalldawson merged commit b04a402 into qgis:main Sep 11, 2024
5 checks passed
@nyalldawson nyalldawson deleted the overloaded_methods branch September 11, 2024 06:22
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.

2 participants