close
Skip to content

Enable subclass existentials#9090

Merged
slavapestov merged 5 commits intoswiftlang:masterfrom
slavapestov:enable-subclass-existentials
Apr 28, 2017
Merged

Enable subclass existentials#9090
slavapestov merged 5 commits intoswiftlang:masterfrom
slavapestov:enable-subclass-existentials

Conversation

@slavapestov
Copy link
Copy Markdown
Contributor

@slavapestov slavapestov commented Apr 28, 2017

Good enough for preliminary testing. Work that still remains:

  • The execution tests uncovered an unrelated optimizer bug (rdar://problem/31879356)
  • The SIL optimizer's devirtualization logic needs some small fixes to be able to devirtualize class methods on a subclass existential
  • Reflection, RemoteAST support for subclass existentials
  • Ripping out AnyObject
  • Class-constrained protocol composition types in associated type inheritance clauses
  • Protocols with superclass constraints on the conforming type

Fixes rdar://problem/23582191 and https://bugs.swift.org/browse/SR-4296.

@slavapestov slavapestov force-pushed the enable-subclass-existentials branch from 72229d1 to 5d76468 Compare April 28, 2017 02:58
@slavapestov
Copy link
Copy Markdown
Contributor Author

@swift-ci Please test

@swift-ci
Copy link
Copy Markdown
Contributor

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - 5d764683e530899da465a83089cdd8a612c8188a
Test requested by - @slavapestov

@slavapestov slavapestov force-pushed the enable-subclass-existentials branch from 5d76468 to 6594a4c Compare April 28, 2017 03:46
@slavapestov
Copy link
Copy Markdown
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Copy Markdown
Contributor Author

I don't think this is my change:

ld: library not found for -lswiftCoreFoundation for architecture x86_64

@slavapestov
Copy link
Copy Markdown
Contributor Author

@swift-ci Please smoke test macOS

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.

2 participants