Status: Accepted
Owner:
[hidden email]
CC:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8
Version-3.0.x Version-2.4.x
New issue 288 by
[hidden email]: Class and Metaclass name are not of
same class
http://code.google.com/p/glassdb/issues/detail?id=288What steps will reproduce the problem?
1. DoIt: Object name class = Object class name class
What is the expected output? What do you see instead?
I expect true but get false.
More clearly, the class of the name of a class is a Symbol
while the class of the name of a metaclass is a string.