Skip to content

Conversation

@violinist-bot
Copy link

@violinist-bot violinist-bot commented May 27, 2023

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • symfony/process: v6.4.4 (updated from v6.2.10)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  CHANGELOG.md
  Exception/ProcessFailedException.php
  Exception/ProcessSignaledException.php
  Exception/ProcessTimedOutException.php
  Exception/RunProcessFailedException.php
  ExecutableFinder.php
  InputStream.php
  Messenger/RunProcessContext.php
  Messenger/RunProcessMessage.php
  Messenger/RunProcessMessageHandler.php
  PhpExecutableFinder.php
  PhpProcess.php
  PhpSubprocess.php
  Pipes/AbstractPipes.php
  Pipes/PipesInterface.php
  Pipes/UnixPipes.php
  Pipes/WindowsPipes.php
  Process.php
  ProcessUtils.php
  Tests/ErrorProcessInitiator.php
  Tests/ExecutableFinderTest.php
  Tests/Fixtures/memory.php
  Tests/Messenger/RunProcessMessageHandlerTest.php
  Tests/OutputMemoryLimitProcess.php
  Tests/PhpSubprocessTest.php
  Tests/ProcessTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 710e278 Fix the command -v exception when the command option with a dash prefix
  • 8bda0be Merge branch '5.4' into 6.4
  • 4fdf340 [Process] Fix failing tests causing segfaults
  • d4fd4a8 Merge branch '5.4' into 6.4
  • 7e2c857 [Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3
  • 31642b0 Merge branch '6.3' into 6.4
  • 6c5eceb Merge branch '5.4' into 6.3
  • cbc28e3 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • d33b31f Merge branch '6.3' into 6.4
  • a7b4baa Merge branch '5.4' into 6.3
  • 987e740 Merge branch '6.3' into 6.4
  • 8941334 Merge branch '5.4' into 6.3
  • 1759251 [Process] Fixed inconsistent test
  • 9a2172b [Process] Fix executable finder when the command starts with a dash
  • c4b1ef0 Suppress warnings from is_executable
  • c3649cf Merge branch '6.3' into 6.4
  • 0a4e8fa Merge branch '5.4' into 6.3
  • 8fa2217 always pass microseconds to usleep as integers
  • 191703b minor #52400 [Process] Fix memory limit in PhpSubprocess test (ausi)
  • a91571f PHP files cannot be executable without shebang
  • 0b93f32 do not let context classes extend the message classes
  • 0f2afc8 [Process] Remove dead code from Process
  • 146e8ea Fix memory limit in PhpSubprocess unit test
  • 12f9ebe [Process] remove fixing of legacy bug, when PTS functionality is enabled
  • 9973636 bug #51478 [Process] Fix bug where $this->callback is never null, resulting in bad argument (weaverryan)
  • b8f2424 [Process] Fix bug where $this->callback is never null, resulting in bad argument
  • 7a98cdf Minor CS fixes
  • 83264b6 Make tests green again
  • 2adbb78 minor #51297 [Process] fix tests (nicolas-grekas)
  • 7edc2f8 Merge branch '6.3' into 6.4
  • 0b5c291 Merge branch '5.4' into 6.3
  • 45261e1 [Process] Fix silencing wait when using a sigchild-enabled binary
  • 4fc2822 [Process] fix tests
  • 273f0c8 [Process] Fix return type
  • 7dea4fd Introducing a new PhpSubprocess handler
  • 8d552f7 Merge branch '6.3' into 6.4
  • d62c23a Merge branch '5.4' into 6.3
  • ce9850f [Process] Fix test case
  • 1f07ae6 [Process] Support finding executables independently of open_basedir
  • 1276cfe [Messenger][Process] add RunProcessMessageandRunProcessMessageHandler``
  • 0d38e48 Ensure all properties have a type
  • 8f38ed0 Add types to private and internal properties
  • 1132f6e Use typed properties in tests as much as possible
  • 7fa4ed6 Merge branch '6.3' into 6.4
  • c5ce962 Merge branch '6.2' into 6.3
  • 1603ae3 Merge branch '5.4' into 6.2
  • 1a44dc3 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
  • 6ca50e9 feature #50842 Add missing return types to magic methods (wouterj)
  • bf13cb3 Add missing return types to magic methods
  • 02fc676 Merge branch '6.2' into 6.3
  • 86ca4c7 Fix executable bit
  • 4525b60 Fix executable bit
  • 8741e3e Merge branch '6.2' into 6.3
  • 97ae972 Merge branch '5.4' into 6.2
  • e3c46cc [Process] Stop the process correctly even if underlying input stream is not closed:
  • 89ac295 Add missing return types
  • 39cbf15 Add remaining missing return types to safe methods
  • 198ae32 Merge branch '6.2' into 6.3
  • 32ac96f Apply no_null_property_initialization PHP-CS-Fixer rule
  • 4d13cb8 Replace "use-by-ref" by static vars when possible in closures
  • 25e5f86 Merge branch '6.2' into 6.3
  • e65ce5c Merge branch '6.2' into 6.3
  • fa60a09 Merge branch '6.2' into 6.3
  • 8d7df63 Merge branch '6.2' into 6.3
  • ae2af87 Add void return types
  • b040da6 Add PHP types to private methods and functions
  • 01e6198 Add missing PHPdoc return types
  • 5e6dd40 Merge branch '6.2' into 6.3
  • 9b3d157 minor #48793 Leverage arrow function syntax for closure (tigitz)
  • 21b4d0c Leverage arrow function syntax for closure

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-bot violinist-bot changed the title Update symfony/process from v5.4.23 to v6.2.11 Update symfony/process from v5.4.23 to v6.3.0 May 30, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from f7e25e6 to ab7dcc3 Compare May 30, 2023 20:14
@violinist-bot violinist-bot changed the title Update symfony/process from v5.4.23 to v6.3.0 Update symfony/process from v5.4.23 to v6.3.2 Jul 30, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from ab7dcc3 to 7e944fd Compare July 30, 2023 11:20
@violinist-bot violinist-bot changed the title Update symfony/process from v5.4.23 to v6.3.2 Update symfony/process from v5.4.23 to v6.3.4 Aug 26, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from 7e944fd to 419b178 Compare August 26, 2023 22:40
@violinist-bot violinist-bot changed the title Update symfony/process from v5.4.23 to v6.3.4 Update symfony/process from v6.2.10 to v6.3.4 Aug 27, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from 419b178 to 70aeb7b Compare August 27, 2023 21:09
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from 70aeb7b to cfaf51a Compare November 29, 2023 12:19
@violinist-bot violinist-bot changed the title Update symfony/process from v6.2.10 to v6.3.4 Update symfony/process from v6.2.10 to v6.4.0 Nov 29, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from cfaf51a to 7bc945f Compare December 30, 2023 17:23
@violinist-bot violinist-bot changed the title Update symfony/process from v6.2.10 to v6.4.0 Update symfony/process from v6.2.10 to v6.4.2 Dec 30, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from 7bc945f to d0e9286 Compare January 31, 2024 11:15
@violinist-bot violinist-bot changed the title Update symfony/process from v6.2.10 to v6.4.2 Update symfony/process from v6.2.10 to v6.4.3 Jan 31, 2024
@violinist-bot violinist-bot force-pushed the violinistsymfonyprocess branch from d0e9286 to 64fed16 Compare February 27, 2024 08:16
@violinist-bot violinist-bot changed the title Update symfony/process from v6.2.10 to v6.4.3 Update symfony/process from v6.2.10 to v6.4.4 Feb 27, 2024
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.

1 participant