Support Pharo native Deprecation#180
Merged
jbrichau merged 4 commits intoSeasideSt:masterfrom Jul 17, 2024
Merged
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. |
Contributor
Author
|
No idea why GemStone/S is failing |
Member
|
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. |
Member
|
I re-ran the failed builds and now they pass. |
jbrichau
approved these changes
Jul 16, 2024
Contributor
Author
|
Thx, Pharo bug is fixed as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.