Robert Stoll

Results 250 comments of Robert Stoll

@vlsi Just came to my mind that we already have a ShowOption which allows to define when the failure hint shall be shown and in which case not. In the...

@vlsi I have added a param`showOnlyIf`to `withHelpOnFailureBasedOnDefinedSubject`. You can use the following: ``` override fun toBe(container: AssertionContainer, expected: T): Assertion { val expect = container.toExpect() return assertionBuilder.descriptive .withTest(expect) { it...

Just as info, Atrium already provides BOMs for consumers of atrium (the bundle modules), I guess that covers a) What's your use case that you need b) and c) ?

regarding a) you are totally right. would make sense to have a proper BOM in addition where the bundle modules would use it. > project.extra was a thing ~7 years...

we no longer use rootProject.extra but libs.versions.toml but an additional BOM would still be nice

Sorry, should have wrote down the way I came here which was kind of via three corners. Because, in fact, I don't need whole document validation for my current use...

Yes, the sources.jar does not contain it. Jetbrains suggested to add it to the sources.jar. Would that be enough for metals to pick it up?

will be in sources.jar with https://github.com/scala/bug/issues/12958

@constantine-zubrylin just as info, did not have a look again, let me know once it is ready for review

No stress and thanks for your contributions