Skip to content

Commit

Permalink
Fixes: pharo-project#7756 new try
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Mar 3, 2021
1 parent e9109a8 commit 1bd7d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Calypso-SystemQueries/ClySystemEnvironment.class.st
Expand Up @@ -120,6 +120,8 @@ ClySystemEnvironment >> compileANewClassFrom: aString notifying: aController sta

| oldClass class newClassName defTokens keywdIx classCompiler |
"for now make it work!"
('*<<*' match: aString)
ifTrue: [ ClassDefinitionPrinter showFluidClassDefinition: true ].
ClassDefinitionPrinter showFluidClassDefinition
ifTrue: [ ^ self defineNewClassFrom: aString notifying: aController startingFrom: aClass ].
self flag: #todo. "What horrible horrible logic."
Expand Down

0 comments on commit 1bd7d27

Please sign in to comment.