Closed jan0sch closed 8 years ago
Hi,
It may be stackable-controller's issue.
The ->
method is defined here because of more type safety. https://github.com/t2v/stackable-controller/pull/13
If you need →
, you can send a PR to stackable-controller :)
Thanks, I'll try that. :-)
I made a PR for the stackable-controller: https://github.com/t2v/stackable-controller/pull/24
thanks! play2-auth 0.14.2 has been released that contains it.
Hi,
I just tried to compile a play project using play2-auth using unicode arrows (
→
) and the compiler bailed out like this:Is there a way to make this work? Everything is fine if we stick to using
->
so I consider this a low priority issue. But it would be neat if it worked. :wink: