scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

Make Scala 3 default version installed by homebrew-core formula #805

Closed bishabosha closed 1 year ago

bishabosha commented 2 years ago

I think it would be nice to have one rather than two homebrew formulas for installing Scala 2 or Scala 3. I added some steps I imagine would need to be taken:

SethTisue commented 1 year ago

@bishabosha did this happen?

SethTisue commented 1 year ago

@bishabosha ping

bishabosha commented 1 year ago

I didn't take any action towards this, I should check what's the status quo

SethTisue commented 1 year ago

I tried it just now and brew install scala gives me Scala 3 and brew install scala@2.13 gives me 2.13 but unlinked, so it appears to me this somehow got done by somebody.

SethTisue commented 1 year ago

follow up with deprecating lamepfl/brew/dotty formula and updating release procedures

however note that this part, I'm not sure about (but it's out of scope for scala-dev)

SethTisue commented 1 year ago

bit of followup at https://github.com/scala/scala-lang/pull/1464