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
#deprecationExceptionSetfor Pharo and addDeprecation.Currently
#deprecationExceptionSetis 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
Deprecationwork with the Seaside tools asDeprecation >> #messageTextresults in a MNU. This looks like a Pharo bug to me, I filed pharo-project/pharo#16897.