We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a package object is declared:
package akka.http.scaladsl package object marshalling { type ToEntityMarshaller[T] = ... }
... akka.http.scaladsl.ToEntityMarshaller is extracted as the declared symbol, which is missing the additional marshalling nesting.
akka.http.scaladsl.ToEntityMarshaller
marshalling
The text was updated successfully, but these errors were encountered:
This represented roughly 5% of the issues in akka-http.
akka-http
Sorry, something went wrong.
package object
[internal] scala: handle package object syntax in parser (#13809)
30f5d63
Handle `package object` syntax in the Scala parser used by dependency inference. Closes #13753.
tdyas
Successfully merging a pull request may close this issue.
When a package object is declared:
...
akka.http.scaladsl.ToEntityMarshaller
is extracted as the declared symbol, which is missing the additionalmarshalling
nesting.The text was updated successfully, but these errors were encountered: