Make bin-script on-par with scala
script
#17894
Replies: 0 comments 3 replies
-
@felixmulder Assuming this is still a novice issue, is the end goal to combine both dotc and dotr into simply dotc? I would love it if you'd provide more insight into this. Thanks! |
Beta Was this translation helpful? Give feedback.
-
It sort of is, but it's not really a pressing issue. We've decided to do the first releases without scripts. That being said, the scripts are in need of some form of update. But, we're still considering how to package things. I'd hold off on this for a little while.. |
Beta Was this translation helpful? Give feedback.
-
there is a SIP in this area: scala/improvement-proposals#46 even before the SIP is approved or not, |
Beta Was this translation helpful? Give feedback.
-
The
scala
script has a larger amount of sophistication than our current./bin/dotr
. Help text fromscala
script:With that being said what we'd actually like to do is to have main command with sub commands - think
git
orgo
.E.g. to compile you'd go:
to launch an interactive repl you'd say:
Beta Was this translation helpful? Give feedback.
All reactions