Anthony Nicholls

Results 15 comments of Anthony Nicholls

Generally it's seen as bad practice to test private methods, it's normally encouraged that you test the public interface only. Some people add a `define` to make private methods available...

@ImJimmi thanks for the comment I did consider it but I don't think so because... `AND_THEN` is really just `AND` i.e. the following code... ```cpp SCENARIO( "..." ) { GIVEN(...

Maybe the text should be "And then:" but that could be a breaking change now for anyone analysing the output (As Catch does itself in the approval tests).

After reviewing the Gherkin documentation I think I'm going to drop the `AND_REQUIRE` macros.

Hi @danra, thanks for reporting we've also seen this internally. There's some caveats to just reverting that commit we're going to chat about it in the team tomorrow. I'll try...

@bryfa are you able to reproduce this issue using one of the [example plugin projects](https://github.com/juce-framework/JUCE/tree/develop/examples/Plugins)?

The best way for us to take a look is with an example that demonstrates the issue. My best guess is that you are accessing an object that has already...

Thanks we're aware of the issue but we're working on JUCE 8 first. Unfortunately to fix builds for C++23 we'll need to make changes in areas that have been heavily...

@danra just keep you posted I've looked into this issue and agree that using `getSystemRandom()` isn't the right thing to do here. I'm looking at removing calls to `getSystemRandom()` from...

Thanks for reporting @danra we're aware of this issue, a number of us are out of the office at the moment we'll get back to this as soon as possible.