-
Notifications
You must be signed in to change notification settings - Fork 0
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
Keep GsDevKit/Grease up to date with Seaside/Grease #35
Conversation
…es that otherwise result
Address Pharo12 deprecations
…compatibility with versions of Seaside older than 3.5.6.
Fix slime dependency
…Seaside development
This reverts commit f01435f.
Slime portability split
Implement for Pharo and add Deprecation.
- move methods from GRPharoPlatform to GRSqeuakPlatform - keep GRPharoPlatform as empty - migrate from FileSystem to FileDirectory - implement missing methods - custom implementation of #openDebuggerOn: - add test for deprecationExceptionSet
Improve Squeak 6 Support
Support Pharo native Deprecation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 85.15% 85.58% +0.43%
==========================================
Files 2051 2050 -1
Lines 14115 14100 -15
==========================================
+ Hits 12019 12067 +48
+ Misses 2096 2033 -63 ☔ View full report in Codecov by Sentry. |
Looks like tests have passed but the CI action is failing because the config references a secret that is not accessible |
We treat the SeasideSt/Grease repo as the master for code.
Nothing much changed for GemStone in this one but this just tidies things up. I already cherry-picked @kurtkilpela's commit 1c70803 to SeasideSt/Grease in SeasideSt@1c70803 to make sure we have that change in the master repo.