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

fix: resolve nested inheritance with topological ordering #34

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

barjin
Copy link

@barjin barjin commented Dec 16, 2024

Uses DFS-based topological ordering to resolve the inherited symbols in the order of the inheritance, enabling indirectly inherited symbols (from (grand)+parents).

@barjin barjin self-assigned this Dec 16, 2024
@barjin barjin merged commit 391cede into master Dec 16, 2024
3 checks passed
@barjin barjin deleted the fix/nested-inheritance branch December 16, 2024 12:09
vdusek pushed a commit to apify/crawlee-python that referenced this pull request Dec 16, 2024
Bumps the version of `@apify/docusaurus-plugin-typedoc-api` to use the
patches from
apify/docusaurus-plugin-typedoc-api#34


![obrazek](https://github.com/user-attachments/assets/2a893358-26bb-4bd5-bc33-99921138eb2c)


This means that the documentation correctly resolves the `(grand)+parent
`-inherited symbols.
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