-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worker API follow up #35
Conversation
Problem was that properties of Now a
|
to be honest ... don't know if we currently have the proper way-of-work for this issue. What's your opinion to follow up? I would like to create a new version with your other changes and maybe we should rebase all our changes on that? What do you think @larsgrefer? Edit: Testing on other projects can be done easily by using something like
|
I'm not sure why you've already merged #32 since it was clearly marked as draft. I also wasn't finished with looking at all the comments you've made. In addition to that, I have not had time yet to fully test my changes. |
First, I merged it, because I have had time on the weekend to work on it and it was looking quite promising to include it in the next version with the other changes. Second, to be honest, I wasn't sure if you were angry about all my comments and the delay ... Sorry for the hasty things and the missunderstanding. Suggestion: So if you want, you can rebase your branch ('feature/workerApi') upon master, work on my comments from #32, and I will remove the 'use-worker' branch from this repo such that you have time to fix it all. I will meanwhile create a new release with all the other changes if you don't mind? Sounds like a plan or do you @larsgrefer have a different idea? |
Hi @larsgrefer, I took your squashed commits (you are still the "author") and refactored my code and test test cases to get the "Gradle Worker API" running, see https://github.com/aaschmid/gradle-cpd-plugin/tree/use-worker-api. I very much hope that you are not pissed or angry by our missunderstanding :-( I am very sorry for that. Thank you very much for your efforts! |
This PR is a continuation of #32