Skip to content
New issue

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

add TastyUtil #512

Closed
pjfanning opened this issue Mar 28, 2021 · 0 comments
Closed

add TastyUtil #512

pjfanning opened this issue Mar 28, 2021 · 0 comments
Labels

Comments

@pjfanning
Copy link
Member

  • jackson-module-scala tries to process only Scala classes because when it tries to introspect Java compiled classes, it can cause issues because of the different naming conventions in the 2 languages
  • this code relies on ScalaSignature/ScalaLongSignatire annotations added to Scala classes
  • these annotations are not added to Scala 3 (Dotty) classes
  • the TastyUtil looks instead for the .tasty files that are added to Scala 3 jars (alongside the .class files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant