Stig Rohde Døssing

Results 15 comments of Stig Rohde Døssing

> from the perspective of isEmpty's implementation, you've changed the collection during isEmpty's execution, and I'm not sure why you expected that to go any way but poorly Okay, but...

@tpasternak Yes, I attempted this but gave up. The test infrastructure in that test fakes too much. The current test in that class defines a couple of interfaces that simulate...

My actual problem is that in order to figure out how to make a test work here, I need to debug into code from the Scala IJ plugin, specifically `ScalaTestConfigurationProducer`,...

> In the meantime, I noticed there's a bug here. The Run Configuration executes all tests of the specified name, even if they are in separate suites. For example: Yes,...

> On the other hand, maybe it would be good not to split code into "class run" and "single test run". In this case, we would always use addBlazeFlagsModification. This...

@tpasternak I've updated the code to always use `addBlazeFlagsModification`. I don't really see the point of setting `--test_filter` over setting the `-s` flag directly, so I've merged the two code...

@mai93 I believe the WordSpec example you posted should work now. Please take another look when you get a chance.

@mai93 I believe every open comment has been resolved now.

If you prefer not copying code from the Scala plugin, I'm also happy to try submitting a patch to the Scala plugin that moves the relevant code out of the...

I've added a test so this doesn't break in the future.