Replies: 1 comment 1 reply
-
The TASTY attribute would not be in the JVM spec, since it is Scala-specific. It is likely that the list of attributes that tasty-query is interested in is exhaustive, as far as Scala-specific attributes go. But I haven't checked. The compiler codebase would be the ultimate reference. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have a question about tasty-query implementation!
In the Constants.scala file, there are attr and anot object. I think these are new attributes for JVM.
According to this JVM specification, JVM automatically ignore the user defined new attributes during its execute process. However, I want to know the all types of scala's new attributes. I found the RuntimeVisibleAnnotations attribute was already mentioned on the JVM specification, but TASTY attribute was not in the spec.
Do you know the way to get all information / types of scala's attribute? I tried to find official documents, but I cannot find any related one.
Are there any other attributes except for first picture?
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions