Skip to content

cleaning #2753

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

Closed
wants to merge 15 commits into from
Closed

cleaning #2753

wants to merge 15 commits into from

Conversation

gondo
Copy link
Contributor

@gondo gondo commented Jun 22, 2013

removed some random, unexplained and possibly unrelated code

Q A
Doc fix? yes
New docs? ?
Applies to ?
Fixed tickets ?

public function isEqualTo(UserInterface $user)
{
return $this->id === $user->getId();
}
Copy link
Member

Choose a reason for hiding this comment

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

AFAIK, this code is stil relevant. But an explanation/introduction should be placed before this snippet

Copy link
Contributor Author

Choose a reason for hiding this comment

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

totally agree. i personally dont know what is this code good for and it was not needed to make functionality covered by this tutorial to work, so from my perspective it is useless, unless ofc the explanation will be added. i would suggest remove the code for now, and once someone decide to add explanation, the code can be attached again.

@wouterj
Copy link
Member

wouterj commented Jun 23, 2013

Great job and really fast responses! Thank you!

Except from the last comment: 👍

(if you know how to do it, can you please squash the commits?)

@gondo
Copy link
Contributor Author

gondo commented Jun 23, 2013

i've fixed the last comment.
unfortunately it looks like its not possible to squash commits via web
interface and i've done all the changes this way.
if you can wait 1 more day i ll try to squash them tomorrow at work.
(hopefully i ll not mess it up, it ll be the first time)

thanks

On 23.6.2013 21:18, Wouter J wrote:

Great job and really fast responses! Thank you!

Except from the last comment: 👍

(if you know how to do it, can you please squash the commits?)


Reply to this email directly or view it on GitHub
#2753 (comment).

@wouterj
Copy link
Member

wouterj commented Jun 23, 2013

Ryan will merge it when you say it's ready. And don't worry about the amount of comments, it's quite normal to have some fixes because people are used to write MarkDown and not ReStructuredText

@gondo
Copy link
Contributor Author

gondo commented Jun 23, 2013

:)
thanks for your cooperation, im glad that i learned something new

On 23.6.2013 21:27, Wouter J wrote:

Ryan will merge it when you say it's ready. And don't worry about the
amount of comments, it's quite normal to have some fixes because
people are used to write MarkDown and not ReStructuredText


Reply to this email directly or view it on GitHub
#2753 (comment).

->select('u, g')
->leftJoin('u.groups', 'g')
->select('u, r')
->leftJoin('u.roles', 'R')
Copy link
Member

Choose a reason for hiding this comment

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

the r should be lowercased, as you use it lowercased on the previous line

@gondo
Copy link
Contributor Author

gondo commented Jun 24, 2013

squashed pull request is here #2765

@gondo gondo closed this Jun 24, 2013
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.

7 participants