fthomas on simplify-ProcessAlg
Simplify ProcessAlg This simpl… (compare)
fthomas on main
Update Scala version to 3.2.2 Merge pull request #2950 from K… (compare)
fthomas on bsp
Rename function to create an Ex… (compare)
fthomas on bsp
Handle artifactIds with cross b… (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 ?