Results 256 comments of Leaf Petersen

The one issue that I see with saying that these are parameter lists is that I see value in having `final` be the default. One workaround for that is simply...

cc @mit-mit @lrhn @eernstg @chloestefantsova @johnniwinther @munificent @stereotype441 @natebosch @jakemac53 @rakudrama @srujzs @sigmundch @rileyporter

@srujzs and @sigmundch have indicated fairly strongly that this is close to a requirement for the JS interop use case, so this discussion may be somewhat pro-forma. Overall, I see...

> The big question is whether the extension struct types has a subtype relation. > If they do, what does _that_ mean? My goal with this proposal is to minimize...

Can you provide some more context and requirements for the feature request? An example of why two classes are currently required could be helpful too.

> I can give you some more context in person if you like. This would be good, but unless this is something that can't be shared publicly, it would be...

It's nice to have something around as a record, so if you don't mind, maybe a 1 paragraph spec would be great? You could land it directly in accepted/future_releases I...

> I have never heard of any other answer to this question other than removing the leading `_` - because that is after all the thing that makes it private....

The value that is assigned to `anotherTest` here is not `null`, it is the string `'null'`. That is, the expression `'$test'` is equivalent to `${null.toString()}`, and `null.toString()` returns the non-null...

I've put this on the agenda for the team to talk about at one of our next meetings.