-
Notifications
You must be signed in to change notification settings - Fork 40
v8 arch added #5
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi! thanks for PR. |
|
Sure on it |
|
Hi, I have removed all the unnecessary files from the pull request. |
|
Ah sorry, I was quite busy lately. Could you pls squash all commits to one and force-push? Then we are done. Thanks! |
.gitignore v8 arch added v8 arch added v8 arch added v8 arch added compiled libraries .DS_store and other unneccessary files have been removed
|
done, you can squash and merge from your end as well, i believe |
Yeah sorry for that but I am just doing how I am used to from other opensource projects I participate on. It is quite often the case I cannot modify your code branch and the PR should be already in the form that no further modifications are needed from the authors. Mainly due to the fact that such modifications would result in a bit of commit mess in the commit history and possibly rebase on the master branch - which sould be avoided. So it is usually PR author's responsibility to make the PR "clean". There is also another new problem with the PR now. PRs should not contain merge commits. It creates another mess in the commit history. It is preferable to do the rebase of the PR branch on the master so history is linear. Moreover, I've just noticed a new thing that there are binaries in the PR. I cannot merge that as I did not compile the binaries and I cannot verify it there is not a malicious code in it (as I provide them in my repo). I would rather recompile it myself when the PR is merged. So now I can see two options, a) you update the PR so it contains only one commit with all the changes I mentioned, b) I will extract the changes you've made to a new commit, with your name in the commit message as an attribution and close this PR without merge. With b) you won't be stated as a contributor of the project, unfortunately. Or if there is an easy way to do this just let me know. Thanks for your contribution, I really appreciate it. I just want to have a clean PRs. Thanks! |
No description provided.