Ruk33 / vrJASS

A just-for-fun programming language which compiles down to JASS (Warcraft 3). It aims to improve and replace the beloved vJASS.
6 stars 3 forks source link

getFullName #12

Closed Ruk33 closed 8 years ago

Ruk33 commented 9 years ago

the main issue is with modules. when they are implemented, getFullName returns an "invalid" name because the parent is not the class implementing it but the scope where it was defined

we could copy/clone instances, but i think it will be easier changing the way getfullname works.

getFullName(Symbol parent)

it would be similar to hasAccess (which requires another symbol)