[Vm-dev] VM Maker: SlangBrowser-dtl.11.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 10 00:08:07 UTC 2013


David T. Lewis uploaded a new version of SlangBrowser to project VM Maker:
http://source.squeak.org/VMMaker/SlangBrowser-dtl.11.mcz

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

Name: SlangBrowser-dtl.11
Author: dtl
Time: 9 January 2013, 7:07:49.503 pm
UUID: 2593bd32-df8a-47e6-814f-859c53d0768b
Ancestors: SlangBrowser-dtl.10

Recategorize Object class>>declareCVarsIn: and Object class>>requiredMethodNames from package SlangBrowser to package VMMaker. VMMaker should have no dependencies on the slang browsing extensions, which are specific to Squeak and may not be appropriate for other images.

=============== Diff against SlangBrowser-dtl.10 ===============

Item was removed:
- ----- Method: Object class>>declareCVarsIn: (in category '*SlangBrowser-VMMaker-Translation to C') -----
- declareCVarsIn: cg
- !

Item was removed:
- ----- Method: Object class>>requiredMethodNames (in category '*SlangBrowser-VMMaker-Translation to C') -----
- requiredMethodNames
- 	"return the list of method names that should be retained for export or other support reasons"
- 	^#()!



More information about the Vm-dev mailing list