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

Handle typing.Generic case in MRO #847

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c32f39b
Fix #846
tristanlatr Dec 6, 2024
2563cd2
Remove commented code
tristanlatr Dec 6, 2024
2cd1e9d
Add some typing
tristanlatr Dec 6, 2024
6993254
Add comment
tristanlatr Dec 6, 2024
78522b2
Fix implementation of MRO post-processing, do it the right way. It sh…
tristanlatr Dec 8, 2024
c85c785
Merge commit '6993254a372a2dd929105fb8432f1bb0b4714005' into 846-typi…
tristanlatr Dec 8, 2024
6451926
Fix pyflakes
tristanlatr Dec 8, 2024
6334e28
Fix type alias for older python versions
tristanlatr Dec 8, 2024
d2df665
Forgot the __future__ import
tristanlatr Dec 8, 2024
7a23766
Fix mypy
tristanlatr Dec 8, 2024
283d340
Try a simpler alternative for python 3.8
tristanlatr Dec 9, 2024
88f5613
Give-up on python 3.8 for this fix
tristanlatr Dec 9, 2024
0e12841
Merge branch 'master' into 846-typing-Generic-in-MRO
tristanlatr Dec 9, 2024
231667f
Merge branch 'master' into 846-typing-Generic-in-MRO
tristanlatr Dec 9, 2024
0b6fa3a
Apply suggestions from code review
tristanlatr Dec 9, 2024
c838a65
Babysit mypy
tristanlatr Dec 9, 2024
7c772fe
Fix typo
tristanlatr Dec 9, 2024
2b8eb36
Apply suggestions from code review
tristanlatr Dec 9, 2024
7307b94
Merge branch 'master' into 846-typing-Generic-in-MRO
tristanlatr Dec 9, 2024
b5c5fed
Merge branch 'master' into 846-typing-Generic-in-MRO
tristanlatr Dec 11, 2024
8d46b2b
Do not strore strings in the graph
tristanlatr Dec 12, 2024
76841e2
Merge commit 'b5c5fedaf50c520e3847f98d35869bd5fe6967b1' into 846-typi…
tristanlatr Dec 12, 2024
569d754
Merge branch 'master' into 846-typing-Generic-in-MRO
tristanlatr Dec 12, 2024
3baa0c9
Fix typing
tristanlatr Dec 12, 2024
bb4497c
Try to fix typing again
tristanlatr Dec 12, 2024
431a976
Try to fix mypy
tristanlatr Dec 12, 2024
0f32429
Apply suggestions from code review
tristanlatr Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into 846-typing-Generic-in-MRO
  • Loading branch information
tristanlatr authored Dec 9, 2024
commit 7307b94919c5829c71d975ec5cf89c552dacb296

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.