-
Notifications
You must be signed in to change notification settings - Fork 72
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
port Seaside to 3.7.0 #1248
Comments
main problem was I needed to add 3.7.0 to baseline, but a new release of gsApplicationTools was needed to fix some real 3.7.0 issues |
additional changes have been made to GemStone 3.7.0, so reopening. In GemStone 3.7.0, ReadByteStream (an optimized version of ReadStreamPortable) is now returned as a result of the #readStream method (formerly AnsiReadStream), so ReadByteStream>>seasideMimeDocument needs to be implemented (see SeasideSt/Grease#129 for related changes) |
initial Seaside test runs against 3.7.0 have quite a few failures:
failures likely due to a change to one of the fundamental GemStone methods ... the handling of breakpoints has changed, which was the source of GLASS failures, but the GLASS tests are running clean at this point ...
The text was updated successfully, but these errors were encountered: