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

Create the tasty-binary-lookup library #395

Open
adpi2 opened this issue Apr 4, 2023 · 0 comments
Open

Create the tasty-binary-lookup library #395

adpi2 opened this issue Apr 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@adpi2
Copy link
Member

adpi2 commented Apr 4, 2023

The scala3-step-filter library is able to find a TASTy symbol from a JDI method (the binary method signature). This feature could be reused in other tools (a better stack trace tool) or debugger implementations (IntelliJ).

As a first step we will publish the tasty-binary-lookup as a separate library, and maybe move it to its own repository.

Also we should implement the following features:

  • Find a local symbol, defined in a block
  • Identitfy the nature of the binary method and decorate the TASTy symbol correspondingly. For instance, if I pass the getter method of a field, it should return a Getter(field: TermSymbol) where field is the TASTy symbol of the field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant