This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a843d9e61ba1dadff7bcb668c765f802e5ebfced
swift-mirror
/
test
/
Generics
History
Doug Gregor
d023035103
Allow associated types to have superclasses.
...
Fixes <rdar://problem/16413389>. Swift SVN r16219
2014-04-11 17:07:56 +00:00
..
Inputs
Add some more tests for inferred associated types.
2014-02-20 19:47:44 +00:00
algorithms.swift
…
associated_self_constraints.swift
Fix validation of implicit 'self' variable declarations on methods with recursive associated types as constraints. In these cases, the compiler should not crash while type checking member accesses on 'self'. (rdar://problem/16281468)
2014-03-11 23:42:59 +00:00
associated_types_inherit.swift
Allow associated types to have superclasses.
2014-04-11 17:07:56 +00:00
associated_types_multi_file.swift
Add some more tests for inferred associated types.
2014-02-20 19:47:44 +00:00
associated_types.swift
Allow references to deduced associated types.
2013-07-08 22:32:27 +00:00
constrained_optional_params.swift
We should avoid fixing type variables to optional types that wrap the type variable itself. When solving for the type variable, this will lead to the creation of a constraint where the variable is adjacent to itself. Such constraints are not permitted and will cause the compiler to crash. (rdar://problem/15727642)
2014-03-07 22:47:48 +00:00
deduction.swift
…
function_decls.swift
…
function_defs.swift
…
generic_types.swift
…
inheritance.swift
…
non_generic_derived_class.swift
Add a targeted test for non-generic classes inheriting from generic super classes.
2014-03-12 23:45:23 +00:00
requirement_inference.swift
Infer conformance requirements from the signature of a generic function.
2013-08-26 16:46:38 +00:00
same_type_archetypes.swift
Add more tests and harden nested archetype lookup.
2014-04-07 21:31:53 +00:00
same_type_constraints.swift
Take more steps towards allowing associated types referenced within constraints to conform to concrete types. This allows me to lift some restrictions I added a couple of weeks ago, and addresses rdar://problem/16333042 and rdar://problem/16284599.
2014-03-21 21:44:59 +00:00
slice_test.swift
…
unbound.swift
Add test case missing from r6014.
2013-07-05 20:52:25 +00:00