This PR uses the https://github.com/xp-forge/mirrors library instead of XP core reflection. This way, we get around the limitation that classes cannot be reflected in HHVM while they're being loaded - a core premise for our compile-time metaprogramming.
This PR uses the https://github.com/xp-forge/mirrors library instead of XP core reflection. This way, we get around the limitation that classes cannot be reflected in HHVM while they're being loaded - a core premise for our compile-time metaprogramming.
There is a dependency on xp-forge/mirrors#10