Skip to content

[Process] Return built-in cmd.exe commands directly in ExecutableFinder#58735

Merged
nicolas-grekas merged 1 commit intosymfony:5.4from
Seldaek:builtins
Nov 4, 2024
Merged

[Process] Return built-in cmd.exe commands directly in ExecutableFinder#58735
nicolas-grekas merged 1 commit intosymfony:5.4from
Seldaek:builtins

Conversation

@Seldaek
Copy link
Copy Markdown
Member

@Seldaek Seldaek commented Nov 2, 2024

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Refs #58734
License MIT

Comment thread src/Symfony/Component/Process/ExecutableFinder.php Outdated
Copy link
Copy Markdown
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

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

(with minor CS change)

@nicolas-grekas
Copy link
Copy Markdown
Member

Thank you @Seldaek.

@nicolas-grekas nicolas-grekas merged commit 81bffdf into symfony:5.4 Nov 4, 2024
}

$finder = new ExecutableFinder();
$this->assertSame('rmdir', $finder->find('RMDIR'));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

AppVeyor returns RMDIR but not rmdir (see the failing test). Do we need to fix the expectation here or is there still some flaw in the code?

Copy link
Copy Markdown
Member Author

@Seldaek Seldaek Nov 4, 2024

Choose a reason for hiding this comment

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

the command names are case insensitive so I guess the implementation is fine but test expectations should be fixed to match the input's case.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍 thanks for the feedback (see #58748 then)

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.

4 participants