[squeak-dev] The Trunk: Kernel-eem.913.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 20 19:32:48 UTC 2015


Eliot Miranda uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-eem.913.mcz

==================== Summary ====================

Name: Kernel-eem.913
Author: eem
Time: 20 March 2015, 12:32:15.433 pm
UUID: 3424456e-291c-4424-97d8-a19ff41755fe
Ancestors: Kernel-topa.912

Provide missing copyWithSourceCode: depended on
by new breakpointing with source code.

=============== Diff against Kernel-topa.912 ===============

Item was added:
+ ----- Method: CompiledMethod>>copyWithSourceCode: (in category 'source code management') -----
+ copyWithSourceCode: sourceCode
+ 	"Create a copy of the receiver whose source is embedded in the method.  Used for breakpoints."
+ 	^self copyWithTrailerBytes: (CompiledMethodTrailer new sourceCode: sourceCode)!



More information about the Squeak-dev mailing list