8000 fixed a circular reference (closes #6730) by fabpot · Pull Request #6850 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

fixed a circular reference (closes #6730) #6850

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 1 commit into from
Jan 23, 2013

Conversation

fabpot
Copy link
Member
@fabpot fabpot commented Jan 23, 2013
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #6730
License MIT
Doc PR n/a

@stof
Copy link
Member
stof commented Jan 23, 2013

shoudln't this be moved to the component ? Someone using the TwigBridge, HttpKernel and the DI component outside the full stack framework (let's say Drupal maybe) would also face the circular reference issue

@fabpot
Copy link
Member Author
fabpot commented Jan 23, 2013

No, they won't as the problem is only if you are using the templating component. So, Silex or Drupal won't have the problem.

@stof
Copy link
Member
stof commented Jan 23, 2013

ah, the issue is indeed with the TwigEngine, not with the Twig_Environment service.

fabpot added a commit that referenced this pull request Jan 23, 2013
This PR was merged into the master branch.

Commits
-------

65b4112 fixed a circular reference (closes #6730)

Discussion
----------

fixed a circular reference (closes #6730)

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #6730
| License       | MIT
| Doc PR        | n/a

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

by stof at 2013-01-23T13:56:19Z

shoudln't this be moved to the component ? Someone using the TwigBridge, HttpKernel and the DI component outside the full stack framework (let's say Drupal maybe) would also face the circular reference issue

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

by fabpot at 2013-01-23T13:58:28Z

No, they won't as the problem is only if you are using the templating component. So, Silex or Drupal won't have the problem.

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

by stof at 2013-01-23T14:01:03Z

ah, the issue is indeed with the TwigEngine, not with the Twig_Environment service.
@fabpot fabpot merged commit 65b4112 into symfony:master Jan 23, 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.

2 participants
0