You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Symfony 2.2.0 stable release, the console in shell mode has stopped working. The console throws a "Run time exception" every time you run a command.
Welcome to the Symfony shell (2.2.0 - app/dev/debug).
At the prompt, typehelpfor some help,
or list to get a list of available commands.
To exit the shell, type ^D.
Symfony > assetic:dump
[RuntimeException]
Too many arguments.
This PR was merged into the 2.1 branch.
Commits
-------
6681df0 [Console] fixed StringInput binding
6b98883 [Console] added string input test
32f1904 Revert "merged branch jfsimon/issue-6749 (PR #7220)"
Discussion
----------
[Console] fixes tests
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #7231
---------------------------------------------------------------------------
by gigablah at 2013-03-02T13:25:10Z
Apparently 5b19c89 broke the console shell. I was wondering why all commands executed through the shell in 2.2.0 were throwing "Too many arguments" exception.
---------------------------------------------------------------------------
by stof at 2013-03-02T13:27:09Z
@gigablah This is already fixed in the 2.2 branch as this PR has already been merged in 2.2 (but the revert is also needed in 2.1)
---------------------------------------------------------------------------
by gigablah at 2013-03-02T13:51:44Z
Ah, guess I'll have to wait for it to be pushed to the symfony/console repository then.
With the Symfony 2.2.0 stable release, the console in shell mode has stopped working. The console throws a "Run time exception" every time you run a command.
Seems to be linked with this commit :
f52120b
Fabd
The text was updated successfully, but these errors were encountered: