Closed dbu closed 6 years ago
is it intended use of this repository to extend the executor? there is only a BC break if somebody overwrites that method. guess we should have made those classes final to be sure.
unfortunately, i deleted my fork some time ago. do you have any idea how i can edit this now? can i somehow download a diff to recreate what is in here?
You can add fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to the remote in .git/config
, then checkout a new branch based on this PR.
To follow up on the other part of your question, yes, we should have made a lot of classes final, but that's how it is. For now, they are part of the public API, so we can neither make them final nor can we change any method signatures (except for some changes in the constructor signature since they don't cause signature mismatches).
thanks a lot for the git instructions, was not aware thats possible, pretty cool! continuing in #289