Nelarius/wrenpp

Fix the failing property test

Nelarius opened this issue · 0 comments

The property tests fail because properties are currently always returned by value, even for foreign types.

Something more clever than just doing WrenSlotAPI::set<T>(...) is required in propertyGetter.