perryao / mikeperry.io-comments

Comments mikeperry.io
0 stars 0 forks source link

posts/mill-scala/ #3

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Building Scala Projects with Mill | Mike Perry

https://mikeperry.io/posts/mill-scala/

shafiquejamal commented 4 years ago

Shouldn't

mill run tempconv 32 100

instead be

mill tempconv.run 32 100

?

dwalend commented 2 years ago

Any thoughts on how to get mill, intellij, and Scala3 to play together?

perryao commented 2 years ago

@dwalend I mostly use vscode & metals, but have you tried to use BSP (the Build Server Protocol) with mill & intellij?

Here's a link to the Mill docs that mentions this: https://com-lihaoyi.github.io/mill/mill/Intro_to_Mill.html#_ide_support

If you're running into issues with that, I'd be happy to give it a shot myself and see if I can be any help.

perryao commented 2 years ago

@shafiquejamal I've finally gotten around to fixing the run command syntax.

Thanks for pointing that out!