Róbert Papp

Results 839 comments of Róbert Papp

Looking ahead: with the deeper understanding of mocking and APIs the mocking libraries use, would the mockk team be able to report issue(s) to Android so that they can fix...

PR cross ref: https://github.com/gradle/wrapper-validation-action/pull/53 @big-guy, @eskatos, @pioterj once you release this, please also give some love to https://github.com/gradle/gradle-build-action/issues/461. Feels like GitHub deprecated the whole world :)

@bigdaz could you please release this one too?

@sciencewhiz what's the need for that? There's no warnings about set-output/set-state here. Here's an example of a most recent execution: https://github.com/detekt/detekt/actions/runs/3306311082

I'm very confused about the `v1.0.5` tag, it looks like it's a separate branch, whose only difference to `master` is an added `node_modules` folder, which is almost never version controlled,...

Got a success too with the [new version](https://github.com/TWiStErRob/detekt/pull/1/files): https://github.com/TWiStErRob/detekt/actions/runs/3314729223/jobs/5474385497#step:3:7

Cheers @bigdaz! Thank you for picking it up here too. 🙏 @eskatos if you remember, I would be curious to know why the release process contains "push `node_modules` to branch",.

@davetapley you need to use 3+ for that: https://github.com/actions/checkout/releases/tag/v3.0.0 2.5.0 was just a maintenance release for those who are still on v2 as far as I understand it.

As I understand this is now fixed for both * v2 https://github.com/actions/checkout/pull/962 (released [2.5.0](https://github.com/actions/checkout/releases/tag/v2.5.0)) * v3 https://github.com/actions/checkout/pull/939 (released [3.1.0](https://github.com/actions/checkout/releases/tag/v3.1.0)) @rentziass close as completed?