Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[WebserverBundle] fixed the bug that caused that the webserver would … #24881

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

[WebserverBundle] fixed the bug that caused that the webserver would … #24881

wants to merge 2 commits into from

Conversation

SerkanYildiz
Copy link
Contributor

Fixed the bug that caused that the webserver would start anyway even you said N.

Q A
Branch? 3.3
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #24879
License MIT
Doc PR /

@@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'You can either install it or use the "server:run" command instead.',
));

if ($io->ask('Do you want to execute <info>server:run</info> immediately? [yN] ', false)) {
if ($io->confirm('Do you want to execute <info>server:run</info> immediately? [yN] ', false)) {
Copy link
Member

@chalasr chalasr Nov 9, 2017

Choose a reason for hiding this comment

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

[yN] should be removed (it's automatically added when using confirm())

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed the yN and committed. Thanks.

@chalasr
Copy link
Member

chalasr commented Nov 9, 2017

FYI it seems like your git user is not recognized by github, you probably need to register a new email address on github from the output of git config --global user.email. See https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/#commits-are-not-linked-to-any-user

Copy link
Contributor

@ro0NL ro0NL left a comment

Choose a reason for hiding this comment

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

Hm i recognize this change :) see https://github.com/symfony/symfony/pull/22317/files#diff-15a026db1c07d66e0572d8302ad7d717

to mergers: already in 3.4

@SerkanYildiz
Copy link
Contributor Author

SerkanYildiz commented Nov 9, 2017

True. It is already fixed in 3.4 :)
Btw, thanks letting me know about git config for email, will set up that correctly.

@fabpot
Copy link
Member

fabpot commented Nov 9, 2017

Thank you @SerkanYildiz.

@fabpot fabpot closed this Nov 9, 2017
fabpot added a commit that referenced this pull request Nov 9, 2017
…rver would … (Serkan Yildiz)

This PR was squashed before being merged into the 3.3 branch (closes #24881).

Discussion
----------

[WebserverBundle] fixed the bug that caused that the webserver would …

Fixed the bug that caused that the webserver would start anyway even you said N.

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

Commits
-------

c256782 [WebserverBundle] fixed the bug that caused that the webserver would …
@chalasr
Copy link
Member

chalasr commented Nov 9, 2017

Congrats for your first Symfony PR @SerkanYildiz!

@SerkanYildiz
Copy link
Contributor Author

Thank you guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.