Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Classcollectionloader: fix traits + enhancements #6258

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 7 commits into from

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Dec 10, 2012

Commits:

}
array_map(function ($class) { return $class->getName(); }, $ordered)
);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Three lines above seems to be invalid result of rebasing =)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes rebasingsing !

@vicb
Copy link
Contributor Author

vicb commented Dec 11, 2012

@stloyd @fabpot thanks for the useful reviews, everything should be fixed now.

for ($i = 0, $max = count($tokens); $i < $max; $i++) {
$token = $tokens[$i];
for (reset($tokens); false !== $token = current($tokens); next($tokens)) {

Copy link
Member

Choose a reason for hiding this comment

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

extra blank line here

@vicb
Copy link
Contributor Author

vicb commented Dec 11, 2012

Should be ready.

@vicb
Copy link
Contributor Author

vicb commented Jan 15, 2013

@fabpot I initially marked this PR for 2.3 but it contains a fix for traits, should you merge it ?

@vicb
Copy link
Contributor Author

vicb commented Jan 23, 2013

@fabpot could this be in 2.2 ?

public function getFixNamespaceDeclarationsData()
{
return array(
public function getFixNamespaceDeclarationsDataWithoutTokenizer()
Copy link
Member

Choose a reason for hiding this comment

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

The indentation is wrong.

@vicb
Copy link
Contributor Author

vicb commented Feb 1, 2013

@fabpot fixed

fabpot added a commit that referenced this pull request Feb 1, 2013
This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #6258).

Commits
-------

d4acd6d Classcollectionloader: fix traits + enhancements

Discussion
----------

Classcollectionloader: fix traits + enhancements

Commits:

- some tweaks
- generates smaller cache files (20% decrease for the SE)
- fix traits dependency - thanks php for consistency https://bugs.php.net/bug.php?id=61554

---------------------------------------------------------------------------

by vicb at 2012-12-11T07:56:07Z

@stloyd @fabpot thanks for the useful reviews, everything should be fixed now.

---------------------------------------------------------------------------

by vicb at 2012-12-11T10:03:48Z

Should be ready.

---------------------------------------------------------------------------

by vicb at 2013-01-15T21:05:42Z

@fabpot I initially marked this PR for 2.3 but it contains a fix for traits, should you merge it ?

---------------------------------------------------------------------------

by vicb at 2013-01-23T20:09:32Z

@fabpot could this be in 2.2 ?

---------------------------------------------------------------------------

by vicb at 2013-02-01T14:07:08Z

@fabpot fixed
@fabpot fabpot closed this Feb 1, 2013
@vicb
Copy link
Contributor Author

vicb commented Feb 1, 2013

thanks !

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.

3 participants