scala / docs.scala-lang

The Scala Documentation website
http://docs.scala-lang.org
558 stars 1.01k forks source link

scala3 syntax reference: missing SimpleType1 definition #2164

Open unkarjedy opened 2 years ago

unkarjedy commented 2 years ago

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

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

Shorla commented 2 years ago

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.

Philippus commented 2 years ago

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

julienrf commented 2 years ago

@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.

SethTisue commented 2 years ago

@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