akka/akka-http

Make sure we have @implicitnotfound annotations in all relevant places

Open

#2,064 opened on Jun 12, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wanted

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

To make sure the compiler can give a more useful error message in case of missing implicits.

(Unfortunately this will still not help when implicit conversions themselves depend on implicit values)

Contributor guide