huiwang / codingame-scala-kit

Create Better CG Bot in Scala
23 stars 15 forks source link

Bundler does not work for import org.myorg.MyObject._ #3

Closed tyrcho closed 7 years ago

tyrcho commented 7 years ago

Just tried the Bundler for the previous challenge.

I have a fix for this issue, but I'd need your code formatter configuration to avoid formatting differences in the patch.

Apart from that, great tool :)

huiwang commented 7 years ago

This is a known Issue. I have to configure an organisation in the bundler. It's currently truelaurel.com

I just the default formatter in intellij :)

tyrcho commented 7 years ago

I guess I'll use IntelliJ to work on this project then, it'll be easier especially with sbt.

huiwang commented 7 years ago

@tyrcho I switched to Intellij three or four years ago and I've never regretted my choice.

tyrcho commented 7 years ago

I'm trying :) https://github.com/tyrcho/idea-settings

Any tips specific to scala ? I have plenty of colleagues who use it but for Java dev.

Btw, have you seen my MR on Gitlab ?

On Wed, May 3, 2017 at 9:31 PM Hui Wang notifications@github.com wrote:

@tyrcho https://github.com/tyrcho I switched to Intellij three or four years ago and I've never regretted my choice.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/TrueLaurel/CodinGame-Scala-Kit/issues/3#issuecomment-299011929, or mute the thread https://github.com/notifications/unsubscribe-auth/AAqvZIpi-Y7mVFtXw8nXExkShU4YSUjwks5r2NYpgaJpZM4NNdTT .

huiwang commented 7 years ago

I don't have any specific settings. The default one is quite good. Yes, I added some comments.