Skip to content
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

correction for the bug due to the name of the function end() #62

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

LucasMahieu
Copy link
Contributor

This is the pull request solving the issues #61 "publish error in "end()" function".
Juste rename the begin() and end() function to begin_frame() and end_frame().

@Overdrivr
Copy link
Owner

Thanks for this PR

Could you replace begin by begin_frame and end by end_frame in the tests as well ?

@Overdrivr
Copy link
Owner

Could you rebase the commits into a single one ?
Use message for this commit

Rename end() function to avoid potential duplicate with linker symbol

To do that, rebase against laster master commit

git rebase -i 2476df8

This will open a text file with all 4 commits. prefix the first commit with reword and the others with fixup. Save the file and close it.

Git will then open a second text file with the commit message for the first commit. Replace it with the message provided above here. Save the file, close it.

Rebase should complete fine at this point.

Do a force push to push the changes to this remote repo, with this command

git push origin end_bug --force

I'll merge the PR afterwards

Thanks !

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

There is something weird, the modifications in the test files are gone, are you sure the rebase executed properly ?

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

It's strange, rebasing should never drop commits like that

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

Code is good, but we're back to square one for the git history.

I don't know why you're getting those commit messages Merge branch 'end_bug' of github.com:LucasMahieu/Telemetry into end_bug.

It seems that there were differences between your local version of end_bug and the remote version (the one on github.com), and git had to make a non fast-forward merge.

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

Did you make a git pull after the rebase ?

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

Allright good, please rebase again but force push this time.

This pull is why you lost the latest modifications I think

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

Damn, the last commit was lost again. I really don't know how this is possible, git is particularly good at ensuring that no matter what you do, code changes should never be lost.

Just push the changes in another commit and I will merge.
I wanted to keep history clean but whatever

@LucasMahieu
Copy link
Contributor Author

LucasMahieu commented Dec 14, 2016 via email

@Overdrivr
Copy link
Owner

Can you go on Gitter right now ? It's still not good

@Overdrivr Overdrivr merged commit 4885863 into Overdrivr:master Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants