SeasideSt / Seaside

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

Fix#1307 - Replace obsolete message send with functional equivalent #1308

Closed johnhwoods closed 2 years ago

johnhwoods commented 2 years ago

WAPharoWalkback resulted in "Internal Error" on Pharo 10 when 'renderContentOn:' is incorrect.

This is because the variable listing method referred to Context>>tempNamedAt: which was deprecated in 9.0 and has gone in 10.0. Replaced with functionally equivalent iteration over temp vars.

jbrichau commented 2 years ago

Thx @johnhwoods for sending this in. I had a slightly different stab at in https://github.com/SeasideSt/Seaside/commit/722c2cc9cc4973e29f18ccdf6dcf2f666b0bd2ca Closing this PR.