Leonard Brünings

Results 271 comments of Leonard Brünings

Do you have an example that doesn't involve the `toString()` special case?

> They either were successful because the code behaved properly, or they were successful because the timeout for the latch was short enough. > > E.g. for `ParallelSpec#tests can get...

Do you have a good suggestions how to achieve that? Currently, it is a manual process, see https://github.com/spockframework/spock/commit/874075117e0c947e9c3b03b3d2f5249e070ce139 relying on ``

🤔 this could work, the "downside" is that https://docs.spockframework.org/ wouldn't redirect to a stable link anymore, but to one that will change when updated. This could leave links with broken...

Sounds OK, ideally this would be automated during publishing. Would you like to give it a try? The best place would be a small plugin in `build-logic`.

Alternatively, we could add a task that goes through the published docs and adds a header with the different versions and displays a warning, when it isn't the latest one....

Maybe we don't need it, there is an Java port of graphviz integrated into plantuml. https://plantuml.com/smetana02 I'll have a look at that first.

Looks like the snapshots have to be updated as something changed in the Groovy code generation.

@jaredsburrows you can see everything in this repo the file is Specification.java

Yes, it works fine with JDK 8 the warning states that it may change with JDK 9 or later `(use of '_' as an identifier might not be supported in...