hernanwilkinson / Cuis-Smalltalk-DenotativeObject

MIT License
7 stars 4 forks source link

Creating denotative objects named as "known" classes crashes the image #2

Closed ngarbezza closed 7 years ago

ngarbezza commented 7 years ago

If you try to create a denotative object called True the image crashes (it enters into the emergency evaluator):

ObjectBuilder create: #True
    collaboratorNames: ''
    in: 'DenotativeObject-TestSupport'

Results in:

screenshot_20170802_092548

hernanwilkinson commented 7 years ago

Fixed on commit https://github.com/hernanwilkinson/Cuis-Smalltalk-DenotativeObject/commit/35c496918ed91316b56d52d7cfe71a1031c82e53. Please verify it and close the issue if work as expected