Julien Richard-Foy

Results 388 comments of Julien Richard-Foy

#208 is addressing the first part of the action plan. I’ve created #210 to track the remaining steps.

To support this feature, one approach could be to transform the YAML blob just before we “parse” it into the data type `MigratorConfig`. The transformation would replace keys in the...

Actually, I must say that I’m not sure the behavior implemented by sbt 1.5.0 is sane. It means that all the libraries that don’t provide a `versionScheme` will silently be...

> b) and bump the `version` such as `1.1.0-SNAPSHOT` Is this really required? Would it be possible to keep the version `1.0.1-SNAPSHOT` until the next release process? Thus, `setReleaseVersion` would...

IIUC, the suggested fix is to rely on the fact that, by default, the MiMa plugin sets `mimaPreviousArtifacts` to an empty collection. So, if it is not empty, it means...

Thank you @lolgab for the write up. I agree this problem should be addressed. I remember scala-xml was in a similar situation when they decided to release a 1.0.0 version....

Thank you @rtyley for the investigation and detailed report! As you have noticed, what happens is that Mima compares the project classfiles (without the project's dependencies folded in) with the...

If I understand correctly, you would like to have a task that returns a “description” of the problems (a bit like `mimFindBinaryIssues`) instead of logging everything to the standard output...

Hi @nafg. I like the idea of introducing a task that returns a report instead of failing. Would you be interested in contributing it? I am not sure about producing...