mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Archiving expects to be able to instantiate generic classes by name. This previously worked if you had instantiated the specialization in question, because the ObjC runtime would be able to look it up. Now, if the name hasn't been created, Swift has to look it up. demangleObjCTypeName doesn't do generics, so this failed. rdar://problem/57674583
20 KiB
20 KiB