fthomas on bsp
Ensure that we always use the l… (compare)
fthomas on bsp
Check if BSP server is a depend… (compare)
fthomas on bsp
Extract new method getBspDepend… (compare)
fthomas on bsp
Add BspServerType.ScalaCli (compare)
fthomas on bsp
Add BspServerType.Bazel (compare)
fthomas on bsp
WIP (compare)
fthomas on bsp
Disable BSP (compare)
fthomas on bsp
WIP 8 (compare)
fthomas on bsp
WIP 7 (compare)
fthomas on bsp
WIP5 WIP 6 (compare)
fthomas on bsp
WIP WIP2 WIP 3 and 2 more (compare)
Hello, I'm using the latest version of Scala Steward (0.16.0) published this week. I see an error that seems internal but I'm not sure at 100%. With the following settings
pullRequests.grouping = [
{ name = "all", "filter" = [{"group" = "*"}]},
{ name = "patches", "filter" = [{"version" = "patch"}] }
]
I get a parsing error from one of the JSON persisted in the workspace sayingFailed to parse or decode JSON from /opt/docker/workspace/store/pull_requests/v2/github/ContentSquare/de_steward-test-repository/pull_requests.json
I've tried to cleanup the workspace and try again but I'm still getting the issue. Maybe the configuration I've set are incompatible?
compile
, runtime
, test
, ...?
Dependency#configurations
if it is something other than compile
. For test dependencies the PR body will then be labeled differently: https://github.com/scala-steward-org/scala-steward/blob/d3e22af810fa71b8917fd47e5ba128b461b8b197/modules/core/src/main/scala/org/scalasteward/core/vcs/data/NewPullRequestData.scala#L257-L267
v
in the library version? I tried to check in the codebase but I didn't find the code that handles this part, is it based on timestamp ?