Sebastian Schuberth

Results 1172 comments of Sebastian Schuberth

> Any news on this one, @sschuberth ? Can I help with further info? I believe your info is more than sufficient, thank you @clemens. It's just that to be...

> Would you accept an MR that appends `?platform=ruby` to the problematic URL Sounds reasonable. But for me it's the easiest to tell from the diff of a MR /...

I wonder whether this is the best place to implement this kind of check. My *guess* is that the "swallowing" of the mapping happens due to `isValid()` failing at https://github.com/oss-review-toolkit/ort/blob/0efd110723ea93098af57c8ab17c03778bb26b34/utils/ort/src/main/kotlin/DeclaredLicenseProcessor.kt#L97...

> I deliberately put it there for the reason mentioned in the commit message [1], as I believe knowing the file path of the incorrect entry must be in the...

FYI, I'm working on a new proposal that uses Jackson converters to turn sets into sorted sets on serialization only. There are a few option questions about some technical details...

> FYI, I'm working on a new proposal that uses Jackson converters to turn sets into sorted sets on serialization only. See https://github.com/oss-review-toolkit/ort/pull/6244. > There are a few option questions...

Another such example is also mentioned at https://github.com/clearlydefined/service/issues/786.

FYI, here's some [general information about classifiers](https://www.baeldung.com/maven-artifact-classifiers).

As an interesting side-effect of this limitation, ORT might run into an endless recursion when traversing dependencies: E.g. the [netty-tcnative-boringssl-static](https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.56.Final/netty-tcnative-boringssl-static-2.0.56.Final.pom) artifact (which does not have a classifier) depends on several...

Some early experiments about this are in the `group-by-capitalized-copyright` branch.