xp-forge / partial

Partials: Compile-time metaprogramming
0 stars 0 forks source link

Refactor: Use mirrors #1

Closed thekid closed 9 years ago

thekid commented 9 years ago

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

thekid commented 9 years ago

The pull request mentioned above is merged in xp-forge/mirrors v0.3.0

thekid commented 9 years ago

:+1: