Frank Thomas
Frank Thomas
Ok, checked it. This method is currently not supported: https://github.com/sbt/sbt/blob/v1.7.0-RC2/main/src/main/scala/sbt/internal/server/BuildServerProtocol.scala#L314-L332
I had a little chat with Mill about https://github.com/scala-steward-org/test-repo-2 via BSP: ``` $ /home/frank/.cache/mill/download/0.10.5 --bsp --disable-ticker --color false --jobs 1 Content-Length: 240 { "jsonrpc": "2.0", "id": 1, "method": "build/initialize", "params":...
My guess is that resolvers are not currently part of BSP because IDEs do not require them and they let the build tools do the resolution. Maybe we should ask...
To make things a little bit more concrete let's have a look at the information Scala Steward currently gets from sbt via the [`stewardDependencies`](https://github.com/scala-steward-org/scala-steward/blob/c17d36778448a6fde2d38254f5806af6ca927241/modules/sbt-plugin/src/main/scala/org/scalasteward/sbt/plugin/StewardPlugin.scala) task that Scala Steward injects into...
I assume a word character is `[a-zA-Z_0-9]`. That would definitely be an improvement. I think it is also safe to add other characters that are commonly parts of versions like...
Sounds good to me. Should we wait until https://github.com/scalacenter/scalafix/issues/1146 is resolved? If I understand that correctly it will be possible in the future to set the Scalafix version (and therefore...
I like the idea, but I think @scala-steward lacks permissions to assign PRs. If I'm not mistaken you need to have write access to a repository to assign issues and...
@philipphoffmann I've no idea if GitLab also requires special permissions for assigning merge requests.
Since I mentioned Mergify before: this repo's [`mergify.yml`](https://github.com/fthomas/scala-steward/blob/33d4d2d6bd6f3788fb74e70618a7be25457758c9/.mergify.yml) shows now how @scala-steward's PRs can be assigned automatically.
``` 2021-07-13 20:06:35,729 INFO fid-dev/guinevere is outdated: ... PR outdated: com.typesafe.akka:(akka-stream-testkit, akka-stream-testkit_2.12) : 2.6.14 -> 2.6.15 (https://github.com/fid-dev/guinevere/pull/280) ``` It detected an already existing PR (https://github.com/fid-dev/guinevere/pull/280) that (maybe) needed to be...