wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

2 Issues with the default code for a new wuclass #92

Closed nielsreijers closed 10 years ago

nielsreijers commented 10 years ago

If the class is called "Hello2", the default code in the code editor:

nielsreijers commented 10 years ago

Also, it generates a

ifdef ENABLE_WUCLASS_Hello2

line, which means the code inside isn't compiled. (actually we can probably get rid of all the ENABLEWUCLASS* code.

wycc commented 10 years ago

Yes, we need to get rid of the ENABLE_xxxxx macro.

nielsreijers commented 10 years ago

ENABLEWUCLASS* has been removed. Other two issues remain (at least I didn't fix them yet)