--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
All the "fake" red in my code is where i use directives or shapeless. The parameters directive is always red for me (too many arguments error, doesn't see the magnet).
There is zero macros and zero shapeless in the routing DSL – we rewrote the routing infra Spray had in Akka HTTP to _not_ depend on shapeless (for this reason and also to allow users to pick the version of shapeless they want (i.e. not lock them into an old version at any point in time)).
The magnet pattern indeed is there, but like I said it all works for me – please show a minimised reproducer so we can look at it, or better – the intellij team can look at it :-)
Improving the world takes a little bit of effort, please help :-)
I guess I gave up on not having red code in the ide and started looking more at the compiler errors.
I'd really not want to leave you as is with red code, let's have a reproducer and see why it's red. Thanks in advance!
-- Konrad
parameters('a.as[Int], 'x.as[Int])