Andy Gocke

Results 208 comments of Andy Gocke

> Could you provide some examples of things that absolutely would not work with the Cli project because of the current TypeConverter? So, the big problem with TypeConverter is just...

What does dead-lettering mean in this context? What is the case where this fails?

Ok, so is the expectation that tests should be re-run when deadlettering happens? That basically, that run was invalid?

Closing this out because it doesn't seem to be reproing right now.

I think this is no longer interesting -- we're tracking things at a more granular level now and this is just catching everything in coreclr Pri0. Closing.

@VSadov can we prioritize this for .NET 8?

Yeah, this is tricky for the compiler, although I think there are some strong guarantees made in current closure conversion that could be formalized, namely that every user type parameter...

Here's my proposal for making the linker's job a lot easier: require a 1:1 relationship between user-defined type parameters and synthesized type parameters, and copy attributes from the user defined...

Reproed consistently for me in Ubuntu. After setting the env variable and building once, it seems like things are working again, even after unsetting the environment variable. This might involve...