Skip to content
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

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Jan 31, 2022

Q A
BC Break yes

Description

Closes #29
Closes #28

Deprecated in #91

  • Updates the path stack template resolver removing deprecated methods related to stream wrapper
  • Removes the Stream wrapper class
  • Updates psalm baseline

@gsteel gsteel force-pushed the remove-stream-wrapper branch from 6210995 to e50297e Compare January 31, 2022 23:42
@Ocramius Ocramius self-assigned this Feb 1, 2022
@Ocramius Ocramius added this to the 3.0.0 milestone Feb 1, 2022
@Ocramius
Copy link
Member

Ocramius commented Feb 1, 2022

IMO OK, but CI didn't run at all now? 🤔

@gsteel
Copy link
Member Author

gsteel commented Feb 1, 2022

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.

@Ocramius
Copy link
Member

Ocramius commented Feb 1, 2022

Checking the CI run @ https://github.com/laminas/laminas-view/runs/5014074970?check_suite_focus=true#step:3:374 (not reported in here 🤷 )

Running ./vendor/bin/phpcs -q --report=checkstyle | cs2pr
Error: Type ini_get is not used in this file.

@gsteel
Copy link
Member Author

gsteel commented Feb 1, 2022

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…

@Ocramius
Copy link
Member

Ocramius commented Feb 1, 2022

@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]>
@gsteel gsteel force-pushed the remove-stream-wrapper branch from e50297e to 90a4794 Compare February 1, 2022 13:22
Copy link
Member

@Ocramius Ocramius left a 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!

@Ocramius Ocramius merged commit 6eccdb0 into laminas:3.0.x Feb 1, 2022
@gsteel gsteel deleted the remove-stream-wrapper branch February 1, 2022 13:41
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.

Remove Zend\View\Stream and useStreamWrapper option Remove stream wrapper functionality
2 participants