Jamie Thompson

Results 385 comments of Jamie Thompson

this seems to be accurate at https://docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.html#supported-features

ok, actually the issue calls for description of the limitations when they exist

Here is the argument against reusing `UniversalType` - a type lambda is from Type to Type, whereas the precedent in the Scala 2 implementation is that `UniversalType` goes from Type...

can you add a flags field to ApplyTree? so generalised for future application kinds?

> should i move the explanation here:https://docs.scala-lang.org/style/indentation.html to scala book? this explanation is for Scala 2, where indentation is only a style preference. You could adapt from the [official reference](https://docs.scala-lang.org/scala3/reference/other-new-features/indentation.html)...

related https://github.com/coursier/coursier/issues/2058

also the green color is intended for embedding in inline text, rather than code blocks, so that may be worth considering a change back to the old grey color

> That being said, it is not clear to me why do people browse the 2.12 version. Is it because Google pointed them there, or because they actually want this...

Hey, so yes it is the intended behaviour that Scala 2 compiler should only be able to read the latest stable release it knows about, but I'll be happy to...

this also looks like https://github.com/scala/docs.scala-lang/pull/2510, which should come first?