Skip to content

Commit

Permalink
do not sort in fillCaches
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Aug 12, 2019
1 parent 09abbe2 commit d5a22dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/System-Support/SystemDictionary.class.st
Expand Up @@ -197,9 +197,8 @@ SystemDictionary >> fillCaches [
When bootstrapping we want the class Class of the current kernel defined in the current namespace. When bootstrapping we want the class Class of the current kernel defined in the current namespace.
Since the current namespace should contains the class that describes itself as well as a new Class class. Since the current namespace should contains the class that describes itself as well as a new Class class.
we are done :)." we are done :)."


classNames sort. cachedNonClassNames := nonClassNames.
cachedNonClassNames := nonClassNames sort.
cachedClassNames := classNames. cachedClassNames := classNames.
^{ classNames. nonClassNames } ^{ classNames. nonClassNames }
] ]
Expand Down

0 comments on commit d5a22dd

Please sign in to comment.