TJ Lambert
TJ Lambert
Protocols still need a good amount of work - self (DynamicXmlTests - DetectsSelfEasy, DetectsSelfEasy1, DetectsSelfInTuple, DetectsSelfInOptional, DetectsSelfInBoundGeneric, DetectsSelfInClosure)
Need to look over the difference between the two and how to handle them Fails DynamicXmlTests - TestConvenienceCtor
I guess not all constructors are meant to be inout? Example) DynamicXmlTests TestCtorType
Make sure to add in destructors DynamicXmlTests - TestClassHasDestructor
I forgot to create an issue reminding myself to add tests to DylibBinder!
The GetAssociatedTypes method inside the DBAssociatedTypesExtensions class can be improved by using IEnumerable!
We can use the ProtocolConformanceDescriptors inside ClassContents to find some protocol conformance information that look pretty accurate in describing what protocols the typedeclaration or the generic parameters conform to!
There is currently an issue where there can be a typedeclaration that has an innerStruct (for example). This inner struct can reference the typedeclaration's generic parameter T0. We would expect...
In order to get enum elements from .dylib files, we will need to look in the Reflection Metadata Field Descriptor for enums. Apple maps the layout of the Reflection Metadata...
Seems that isMutating is only being used in Funcs and not in properties.