Robert Stoll

Results 144 issues of Robert Stoll

__Link to the knowledge:__ https://dotty.epfl.ch/docs/reference/contextual/motivation.html __More information:__ in the doc: > Given clauses [...] allow us to have several implicit parameter sections, and to have implicit parameters followed by normal...

intent:report-outdated

I was playing around a bit with context functions and IMO they aren't yet as useful as they could be when it comes to the builder pattern. As a basis...

This includes two feature request and could be split up if needed. IMO it would be nice if we have a way to define export clauses which are only available...

Would be nice if I could use `*` also for function types. e.g. ```scala val a: String* => String = ??? ```

I don't know the reasons for the restriction that `given`s for TupleFunction are only synthesized if the types are exactly same, i.e have invariant behaviour. I guess the reason is...

Just a suggestion: follow the practice of sslify the web, redirect http to https.

Consider the following: ```scala import scala.annotation.infix @infix def [T] (f: () => ?) toThrow(a: T => Unit) = 1 def main(args: Array[String]): Unit = { { () => //... }...

the 4th criticism point in contextual abstraction in the documentation states: > The syntax of implicit parameters also has shortcomings. It starts with the position of implicit as a pseudo-modifier...

## steps sbt-pgp version: 2.2.1 sbt version: 1.9.9 Global / pgpSigningKey := Some("nonExistingKey") ## problem if the key does not exist, then the default key is used ## expectation error...

## Feature Request **Is your feature request related to a problem? Please describe.** So far there are only CLA-Bots available which store sensitive data somewhere. I have no idea if...