VM Maker: VMMaker-dtl.202.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker-dtl.202.mcz

squeak-dev-noreply
 
Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.202.mcz

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

Name: VMMaker-dtl.202
Author: dtl
Time: 9 November 2010, 9:34:05 am
UUID: 60c09e0d-3785-4390-8b0d-a24264fdc6f4
Ancestors: VMMaker-dtl.201

VMMaker 4.3.16

Add Andreas' patch for TMethod>>argConversionExprFor:stackIndex: This adds a check to ensure that a primitive parameter declared as type char * is a byte indexed object, and fails the primitive if it is not. The change addresses an error condition in ByteString>>findSubstring:in:startingAt:matchTable when one or more of the parameters is a WideString.

Add IncludedMethodsTest unit tests to verify this fix, and to verify the presence of other primitives translated from ByteString. Placeholders provided for other tests to cover other included method primitives.