Skip to content

Refactoring #137

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

Merged
merged 5 commits into from
Oct 25, 2013
Merged

Refactoring #137

merged 5 commits into from
Oct 25, 2013

Conversation

julienschmidt
Copy link
Member

Some small last changes.

}
}

p = b.buf[b.idx : b.idx+need]
b.idx += need
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

offset := b.idx and use offset instead of b.idx-need below?
I can get over it, but I don't really like the adding and than subtracting again.

@arnehormann
Copy link
Member

No major concerns, LGTM with or without my proposed changes 👍
Let's get this to 1.1!

@julienschmidt
Copy link
Member Author

Did the offset change since at least 6g uses a register for that.
Also removed one use of mysqlField.name 😉

@arnehormann
Copy link
Member

As I said - LGTM

julienschmidt added a commit that referenced this pull request Oct 25, 2013
@julienschmidt julienschmidt merged commit 6a71f69 into master Oct 25, 2013
@julienschmidt julienschmidt deleted the refactoring branch October 25, 2013 22:53
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