Skip to content

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 /

));

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