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

subtype: fast path for Type == TypeVar #56640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

N5N3
Copy link
Member

@N5N3 N5N3 commented Nov 21, 2024

close #56606

@N5N3 N5N3 added types and dispatch Types, subtyping and method dispatch needs pkgeval Tests for all registered packages should be run with this change backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 labels Nov 21, 2024
@N5N3 N5N3 requested a review from vtjnash November 21, 2024 17:27
src/subtype.c Outdated Show resolved Hide resolved
Copy link
Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

LGTM

@N5N3
Copy link
Member Author

N5N3 commented Nov 22, 2024

@nanosoldier runtests()

@nanosoldier
Copy link
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

@N5N3 N5N3 marked this pull request as draft November 24, 2024 03:24
@N5N3 N5N3 marked this pull request as ready for review November 24, 2024 14:54
@N5N3
Copy link
Member Author

N5N3 commented Nov 24, 2024

@nanosoldier runtests(["MethodInspector", "Algoim", "TuePlots", "AxisKeysExtra", "GLPK", "LazySets", "Optim", "SliceSampling", "LSODA", "OrdinaryDiffEqAdamsBashforthMoulton", "OrdinaryDiffEqNordsieck", "OrdinaryDiffEqLowOrderRK", "OrdinaryDiffEqStabilizedRK", "OrdinaryDiffEqQPRK", "OrdinaryDiffEqSSPRK", "OrdinaryDiffEqFeagin", "EconomicScenarioGenerators", "ParticleInCell", "GeometryOptimization", "FinanceModels", "FSimZoo", "BoundaryValueDiffEqMIRKN", "ODEProblemLibrary", "Yunir", "SymbolicInference", "FrequencySweep", "BatchReactor", "PlugFlowReactor", "SymbolicNumericIntegration"])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 needs pkgeval Tests for all registered packages should be run with this change performance Must go faster types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extremely slow subtype query causes unreasonable compilation times
4 participants