Lukas Hermann

Results 46 comments of Lukas Hermann

These changes are exploding internally with different memory access violations. Can you make a version of this PR that just adds the tests and moves the function without doing any...

The issue is that you use `VariadicList(element_types)`, when you should be using `type_of(self).__len__()`, because `*U != *element_types`. My best guess is that `element_types` is empty so you're not iterating at...

I don't consider it a bug. You've defined a new variadic in scope. The existing variadic is empty

I do consider it a confusing semantic and will be happy when we switch to real conditional conformance