docs.scala-lang icon indicating copy to clipboard operation
docs.scala-lang copied to clipboard

scala3 syntax reference: missing SimpleType1 definition

Open unkarjedy opened this issue 4 years ago • 4 comments

SimpleType1 is used in several places but there is no definition of what it is:

https://docs.scala-lang.org/scala3/reference/syntax.html

unkarjedy avatar Aug 26 '21 11:08 unkarjedy

Hi, I am new to contributing to scala repository. Can I work on this @SethTisue or can you direct me to an issue I can start with? thanks.

Shorla avatar Mar 05 '22 23:03 Shorla

https://github.com/lampepfl/dotty/blob/main/docs/_docs/internals/syntax.md looks more up-to-date.

Philippus avatar Mar 06 '22 13:03 Philippus

@Shorla Thank you for proposing your help! We are currently (this is taking a bit of time, though…) reworking the Scala 3 reference documentation. In this context, it is probably not worth fixing the content of these pages here. Hopefully this issue should be fixed within a couple of weeks.

julienrf avatar Mar 07 '22 07:03 julienrf

@Shorla hello, welcome! we've got a number of issues tagged either "help wanted" or "good first issue" or both. and really, any open ticket is fair game; you can inquire about status or difficulty level on any ticket you're considering working on.

if you want to do something non-trivial that's also very high value, consider https://github.com/scala/docs.scala-lang/issues/1711

SethTisue avatar Mar 08 '22 18:03 SethTisue