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

Make Twig services and event listeners private #108

Merged
merged 1 commit into from
Jul 21, 2015

Conversation

bocharsky-bw
Copy link
Contributor

Thanks to stof in #104 (comment)

@stof
Copy link
Member

stof commented Jul 21, 2015

Listeners cannot be private. they are access dynamically to lazy-load them (you should be getting an exception during the container building btw).

@javiereguiluz what about enabling Travis on the repo to run the tests ?

@javiereguiluz
Copy link
Member

Thanks @bocharsky-bw for sending PRs, reviewing code and being so active on this repository!

@javiereguiluz javiereguiluz merged commit 129960d into symfony:master Jul 21, 2015
javiereguiluz added a commit that referenced this pull request Jul 21, 2015
This PR was merged into the master branch.

Discussion
----------

Make Twig services and event listeners private

Thanks to stof in #104 (comment)

Commits
-------

129960d Make Twig services and event listeners private
@stof
Copy link
Member

stof commented Jul 21, 2015

The markdown service should be private too btw, for the same reason than Twig extensions (it is only used as a dependency of the twig extension)

@stof
Copy link
Member

stof commented Jul 21, 2015

@javiereguiluz you merged a broken PR

@javiereguiluz
Copy link
Member

You are right! It was fixed on 3608348

@javiereguiluz
Copy link
Member

Travis is set up in the .travis.yml but I don't have permissions to do the needed changes in the repository config :(

@stof
Copy link
Member

stof commented Jul 21, 2015

@fabpot can you enable Travis on this repo ?

@bocharsky-bw bocharsky-bw deleted the patch-1 branch July 21, 2015 14:36
@bocharsky-bw
Copy link
Contributor Author

@stof and @javiereguiluz thank you!

@fabpot
Copy link
Member

fabpot commented Jul 22, 2015

@stof done

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.

None yet

4 participants