reliforp / reli-prof

A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.
MIT License
461 stars 15 forks source link

Update dependency amphp/parallel to v2.2.9 #446

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
amphp/parallel 2.2.8 -> 2.2.9 age adoption passing confidence

Release Notes

amphp/parallel (amphp/parallel) ### [`v2.2.9`](https://togithub.com/amphp/parallel/releases/tag/v2.2.9): 2.2.9 [Compare Source](https://togithub.com/amphp/parallel/compare/v2.2.8...v2.2.9) #### What's Changed - Fixed a race condition if outstanding accept calls were pending when closing `SocketIpcHub`. - Removed use of error-suppression operator to avoid warnings from mis-configured error handlers ([#​200](https://togithub.com/amphp/parallel/issues/200)). **Full Changelog**: https://github.com/amphp/parallel/compare/v2.2.8...v2.2.9

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8412913002

Details


Totals Coverage Status
Change from base Build 8402998806: 0.0%
Covered Lines: 5539
Relevant Lines: 6757

💛 - Coveralls