Guillaume Martres

Results 218 comments of Guillaume Martres

Note that Dotty is fine with eta-expanding with no expected type (and in fact I think the goal is to deprecate `_` for eta-expansion), though interestingly it looks like it...

> I'm not convinced that scala-cli should add the Djavax.net.ssl.trustStore=cacerts property by default. As things stand, I disagree. I just ran into this and figuring out how to set this...

>> I'm not convinced that scala-cli should add the Djavax.net.ssl.trustStore=cacerts property by default. Users should set it manually to prevent unexpected behavior. > Generally speaking, I'd stick to this answer....

Would it possible to maintain a list of the hostnames that scala-cli tries to access? That way enterprises could consider whitelisting them too.

Here are my notes from the tooling summit, note that this is focused on porting all of scalameta which is why it mentions the core macro annotation, but we might...

Note that we're releasing Scala 3.0 in a few months, so now is not really the best time for throwing in more new features :). In any case, something like...

Signature is an internal implementation detail of the compiler and the tasty format, we shouldn't expose any method on it.

No idea, internally we use it to select an overload, it might be useful for that in the reflection layer too.

The implementation looks good to me, but I believe this will need to be experimental until we go through the SIP process since it's a spec change. - Concerning the...