-
Notifications
You must be signed in to change notification settings - Fork 19
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
File handling methods required for request streaming #103
File handling methods required for request streaming #103
Conversation
…latform and concrete implementations to GRPharoPlatform and GRSqueakPlatform
Hey @theseion Nice to see this incoming! Regarding the addition to Grease: is there a reason you did not use the existing If this is Pharo only, we might just package it in a Pharo-Seaside package instead of in Grease. If it's a Grease extension, we will want to have implementations and tests for all platforms, but it does not make sense for Squeak at least to have those and GemStone might be quite difficult as well given that the Zinc port itself is lagging behind. |
You're right, I should have used that one. I was probably thrown off because it uses the deprecated streams and I was thinking of using Yes, this is Zinc specific, which probably means Pharo only (I saw the builds fail for GemStone already because there's a method missing on Zinc class). Since this really is something for the Zinc-Seaside package, do you think we should call it Zinc-Seaside-Pharo? |
Good point! We might want to fix that deprecation as well then. I just switched to Pharo8 myself so I only notice it now. I have a PR pending for Pharo9-specific Grease packages. Since Pharo7 and Pharo8 share the same Grease implementation, we might want to address it in Pharo9 only?
Yes, it would make sense (in the Seaside PR) to call it |
My previous comment was not accurate. You would need the In addition, it seems more appropriate to add a decent |
I agree with everything :) I'll close this PR since we're handling everything in here a bit differently. |
Perfect, thanks! |
See SeasideSt/Seaside#1196