-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Remove Stream Wrapper Functionality #129
Conversation
6210995
to
e50297e
Compare
IMO OK, but CI didn't run at all now? 🤔 |
It's weird. I forced pushed with a cs fix and nothing ran 🤷♂️ I think this time it was a GH thing. There's a failed run in the history. |
Checking the CI run @ https://github.com/laminas/laminas-view/runs/5014074970?check_suite_focus=true#step:3:374 (not reported in here 🤷 )
|
Yes, CI ran fine - I spotted the CS violation, fixed, amended and force-pushed - then GH refused to re-run the matrix. Can you hit "Re-Run all jobs" there for me? I don't have permission to do that, or I can find something arbitrary to commit… |
@gsteel I did re-trigger CI, but it only re-ran on the commit previous to your force-push. Could you perhaps rebase and force-push, to trigger it from your end? |
- Updates the path stack template resolver removing deprecated methods related to stream wrapper - Removes the Stream wrapper class - Updates psalm baseline Signed-off-by: George Steel <[email protected]>
e50297e
to
90a4794
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And now it did run, thanks @gsteel!
Description
Closes #29
Closes #28
Deprecated in #91