This is a proposal for fixing the issue where comparing the source of baseline methods fails in Squeak-trunk, because Squeak-trunk no longer logs the source code to the changes file when asked to #suspendSystemUpdateEventsDuring:.
We take two steps:
replace t1 from the decompile string with spec
pretty-print both strings so we can easily compare that the ASTs match
(cc'ing @j4yk since we had talked about it in the issue before)
This is a proposal for fixing the issue where comparing the source of baseline methods fails in Squeak-trunk, because Squeak-trunk no longer logs the source code to the changes file when asked to
#suspendSystemUpdateEventsDuring:
.We take two steps:
t1
from the decompile string withspec
(cc'ing @j4yk since we had talked about it in the issue before)