Conversation
|
My commits were lacking "Signed-off-by" so I added the signature to pull request itself. Unfortunately I couldn't find a way of changing existing comments for commits :) Let me know if this is a no-go and I will re-fork the project and re-apply all the fixes accordingly to DCO with correct comments. |
|
@pavlexander Can you please squash all your commits together - this is preferred in this case. |
Signed-off-by: Aleksandrs Pavlenko <pavnexus@gmail.com>
…vlexander/kmcuda into cuda-windows-bugfixes-release
|
I must have done something wrong.. Another commit was created automatically, called "Merge branch.." which I was not planning to create! Trying to figure out what went wrong. Maybe I will create another pull request.. |
Signed-off-by: pavlexander <pavlexander@gmail.com>
…vlexander/kmcuda into cuda-windows-bugfixes-release Signed-off-by: pavlexander <pavlexander@gmail.com>
Signed-off-by: Aleksandrs Pavlenko <pavnexus@gmail.com>
Signed-off-by: Aleksandrs Pavlenko <pavnexus@gmail.com>
|
For some reason when I create a squashed commit, then I am forced to pull previous 22 commits. When that happens, then I am also forced to create an empty "merge" commit, which seems to be failing DCO for some reason, even though it has a sign-off.. |
|
Can anyone explain why merge commit from local to remote causes DCO to fail? Even if it has a sign-off? Sorry, I will be creating a new fork and a new pull request.. Sorry for inconvenience. Still learning git. :) |
|
Maybe this will help: https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md |
|
Are there any plans to merge this PR? |
The changes that were suggested in this pull request are meant to make kmcuda to be compatible on Windows from within VisualStudio 2017 environment. By default - the build fails due to several errors.
See issue #50
Signed-off-by: Aleksandrs Pavlenko pavnexus@gmail.com