Julien Richard-Foy
Julien Richard-Foy
I am fine with removing, in that case.
I agree to close this issue. Your changes have been published, as you can see here: https://docs.scala-lang.org/overviews/core/actors.html, and here: https://docs.scala-lang.org/overviews/index.html However, for some reason the deleted page https://docs.scala-lang.org/overviews/core/actors-migration-guide.html is still...
Thank you for your help @Khalian!
@strelec there is no reason for keeping it, it is still here just because nobody took the time to remove them properly. Would you be interested in helping?
I believe the following snippet is another way to exhibit the same bug: https://scastie.scala-lang.org/eSn923EqTFy4aIHEdp94sg ~~~ scala sealed trait Command { type Reply } final case class Create() extends Command {...
Thank you! Do you know someone who could review the changes?
I was referring to the TOC on the left. I would like to have pages `bar` and `baz` to be hidden when `quux` is displayed.
As far as I understood, it would not be possible to implement `Lazy` with Scala 3 macros. Maybe we need to assess this statement before going further? For reference, `Lazy`...
> The biggest problem for binary compatibility is that Shapeless 2.3 is using a weird encoding of `Symbol` singleton types as labels. I don't know if that can be implemented...
I guess it’s OK to switch to `String` instead of `Symbol`. Users of shapeless will have to adapt to this change, but hopefully this can be achieved in a binary...