Mazdak Farrokhzad

Results 185 comments of Mazdak Farrokhzad

Can you print out the full **stack-trace** and perhaps the file & repository where the error comes from?

Ok, never used that framework before, so I don't know how much I can help.

Ah, that explains it... Only `compile` dependencies are added currently... I'm thinking that since test projects usually are not exposed as artifacts, maybe I can just add the `provided` dependencies...

I know =) Checkout: https://github.com/Centril/gradle-plugin-robospock/blob/master/plugin/src/main/groovy/se/centril/robospock/RoboSpockConfigurator.groovy As you can see from the code, the project dependencies of the android project is turned into a .jar and then added to the tester...

It grabs transitive project dependencies - but only project dependencies.

I was thinking on adding this feature, it is not implemented yet... If you want to have a go at it I'd gladly accept a pull-request!

My thinking is this: We already know what product flavors are defined - so we can simply create one for each product flavor by default and then you can explicitly...

If you don't mind, I would prefer if we wait to merge this until after https://github.com/clockworklabs/SpacetimeDB/pull/1166 and friends as it touches some of the same paths.

@gefjon the point of the test is to show that the current implementation is wrong. This PR will be morphed into a fix and the test will of course be...

Closing this as it is being fixed in https://github.com/clockworklabs/SpacetimeDB/pull/1316 instead. **DO NOT DELETE THE BRANCH**