Skip to content

Commit

Permalink
BuildSqueakSpurTrunkVMMakerImage.st disable underscores
Browse files Browse the repository at this point in the history
Disable underscores as assignment, allowing underscores in method names,
which are used by vmmaker.
  • Loading branch information
akgrant committed Nov 5, 2018
1 parent 39e43bd commit c2e11da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image/BuildSqueakSpurTrunkVMMakerImage.st
@@ -1,4 +1,8 @@
| manifest load |

"Disable underscore as assignment, allowing underscores in method names."
Scanner allowUnderscoreAsAssignment: false.

manifest := #( ('http://source.squeak.org/FFI' 1 ('FFI-Pools' 'FFI-Kernel'))
('http://source.squeak.org/VMMaker' 6 ('Balloon-Engine-Pools' 'BytecodeSets.spur' 'VMMaker.oscog' 'Cog' 'CogTools' 'ImageFormat'))
('http://ss3.gemstone.com/ss/MethodMassage' 3 ('MethodMassage' 'MethodMassageCompatibility'))
Expand Down

0 comments on commit c2e11da

Please sign in to comment.