TJ Lambert

Results 48 issues of TJ Lambert

Protocols still need a good amount of work - self (DynamicXmlTests - DetectsSelfEasy, DetectsSelfEasy1, DetectsSelfInTuple, DetectsSelfInOptional, DetectsSelfInBoundGeneric, DetectsSelfInClosure)

enhancement

Need to look over the difference between the two and how to handle them Fails DynamicXmlTests - TestConvenienceCtor

enhancement

I guess not all constructors are meant to be inout? Example) DynamicXmlTests TestCtorType

enhancement

Make sure to add in destructors DynamicXmlTests - TestClassHasDestructor

enhancement

I forgot to create an issue reminding myself to add tests to DylibBinder!

enhancement

The GetAssociatedTypes method inside the DBAssociatedTypesExtensions class can be improved by using IEnumerable!

enhancement

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!

enhancement

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...

bug

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...

enhancement

Seems that isMutating is only being used in Funcs and not in properties.