SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
516 stars 71 forks source link

Issue 1355 ... solution is to ignore the sent but not implemented methods #1356

Closed dalehenrich closed 1 year ago

dalehenrich commented 1 year ago

Removing WARemoteDebuggingWalkback is probably the ultimate long term solution but ignoring #_continue is an immediate patch ... I suppose using #perform: is a more isolated solution ... let me know if that is your prreference ...

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (4c61fff) 54.18% compared to head (b3831fb) 54.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1356 +/- ## ======================================= Coverage 54.18% 54.18% ======================================= Files 8866 8866 Lines 71978 71978 ======================================= Hits 38998 38998 Misses 32980 32980 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SeasideSt). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SeasideSt)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.