-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support Pharo native Deprecation #180
Conversation
Implement for Pharo and add Deprecation.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #180 +/- ##
==========================================
+ Coverage 85.12% 85.15% +0.02%
==========================================
Files 2054 2058 +4
Lines 14121 14149 +28
==========================================
+ Hits 12020 12048 +28
Misses 2101 2101 ☔ View full report in Codecov by Sentry. |
No idea why GemStone/S is failing
|
Try running it again. This error means a problem with the squeaksource server on http://seaside.gemtalksystems.com/ss/ Something I promised Dale to take a look at and convert to a plain webserver.... but it became less urgent as the stability had improved. So, just run that build again. It will probably work. |
I re-ran the failed builds and now they pass. |
Thx, Pharo bug is fixed as well. |
Implement
#deprecationExceptionSet
for Pharo and addDeprecation
.Currently
#deprecationExceptionSet
is empty for Pharo resulting in a nasty stack trace if somebody sends a message that Pharo deprecated, see #179.Unfortunately this doesn't actually make
Deprecation
work with the Seaside tools asDeprecation >> #messageText
results in a MNU. This looks like a Pharo bug to me, I filed pharo-project/pharo#16897.