Chris Kipp

Results 299 comments of Chris Kipp

However, this does bring up a good question of _should we do this_. I sort of think it might make sense in your scenario to run the tests in the...

> I think this can be a feature request then. To run tests from the test module accompanying the current module, what do you think? Yea sure, I'll move it...

Dang! This was my bad I told him to create it. I had no idea this existed. Nice!

This also sort of requires you to know what the param is. It'd be cool to not have to know and instead trigger a code action with nothing in the...

Sure, running the `extractDeps` task which is what is called in the Mill plugin seems to work fine: ``` ❯ mill --import ivy:org.scala-steward:scala-steward-mill-plugin_2.13:0.15.0 org.scalasteward.mill.plugin.StewardPlugin/extractDeps No mill version specified. You should...

Alright, so I actually just saw that this is happening on another repo. https://github.com/com-lihaoyi/scalatags isn't getting any prs sent in and it's on the [`repo.md`](https://github.com/VirtusLab/scala-steward-repos/blob/main/repos-github.md).

Ah super helpful, thanks for sharing that. Regarding scalatags and a lot of the other com-lihaoyi ones, the logs make it seem like it's trying to run sbt on them,...

Ah weird that it failed on Mill. Actually, do you mind dropping me the entire logs thing? I can try to take care of the mill ones.

> That one is related to a recent change: https://github.com/scala-steward-org/scala-steward/issues/2847 Yes and no, we actually spoke about this on Discord last night, but the larger issue is that the build...

> Btw. @ckipp01 I see some jobs fail with: > > ``` > [1/1] show > Exception in thread "main" java.lang.NoSuchMethodError: 'void mainargs.arg.(java.lang.String, char, java.lang.String, boolean)' > at org.scalasteward.mill.plugin.StewardPlugin$.$anonfun$millDiscover$1(StewardPlugin.scala:86) >...