Philipp Haller
Philipp Haller
Project for experimenting with Akka integration.
Ran into issue scalacenter/spores#22.
Note: this is currently impossible due to https://github.com/scalacenter/spores/issues/22.
This implementation is designed to be more robust: - Excluded type members are supported without rewriting code generated by a macro. - Constraints are expressed without creating a Captured type...
The current approach of a conversion macro transforming code produced by the spore macro is brittle. A more robust approach could be to only rely on a conversion macro.
Also update actor strawman to use that.
Invocations would still not return, of course.