Commits
Click on a commit to change the comparison rangeAdd support for `P.args` and `P.kwargs`4 months ago
by dhruvmanila Avoid raising error when `P` is used in invalid context4 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs4 months ago
by dhruvmanila Restrict callable upcast during specialization4 months ago
by dhruvmanila Consider `(*args: P.args, **kwargs: P.kwargs)` equivalent to `(**P)`4 months ago
by dhruvmanila Fix constraint set to represent `P1 = P2`4 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs4 months ago
by dhruvmanila Fix merge errors3 months ago
by dhruvmanila Try using a sub-call to evaluate paramspec3 months ago
by dhruvmanila Support `ParamSpec` in explicit specialization3 months ago
by dhruvmanila Fix after merging latest main3 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs3 months ago
by dhruvmanila Remove implicit type alias TODO related to ParamSpec3 months ago
by dhruvmanila Add more assignability check3 months ago
by dhruvmanila Update mdtest3 months ago
by dhruvmanila Fix fuzzer panics3 months ago
by dhruvmanila Display gradual parameters on single line3 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs3 months ago
by dhruvmanila Correctly pass around the ParamSpec type variable3 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs3 months ago
by dhruvmanila Add upper bound for `P.args` and `P.kwargs`3 months ago
by dhruvmanila Allow passing `Any` to specialize a `ParamSpec`3 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs3 months ago
by dhruvmanila Remove leftover code from using the new solver3 months ago
by dhruvmanila Apply type mapping for `PartialSpecialization` as well3 months ago
by dhruvmanila Merge branch 'main' into dhruv/paramspec-args-kwargs3 months ago
by dhruvmanila Expand documentation3 months ago
by dhruvmanila Run pre-commit3 months ago
by dhruvmanila Add TODO about variance3 months ago
by dhruvmanila