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

Implement Go To Declaration #1540

Merged
merged 22 commits into from
Sep 29, 2023
Merged

Conversation

chioni16
Copy link
Contributor

  • gives a list of contract methods that the given contract method overrides.
  • only returns the methods belonging to the immediate parent contracts.
  • handles multiple inheritance.

Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
…o-objects

Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
…larations

Signed-off-by: Govardhan G D <chioni1620@gmail.com>
@chioni16 chioni16 requested a review from seanyoung September 22, 2023 05:37
src/sema/ast.rs Outdated Show resolved Hide resolved
src/bin/languageserver/mod.rs Outdated Show resolved Hide resolved
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
@chioni16 chioni16 requested a review from seanyoung September 25, 2023 07:04
vscode/src/test/suite/extension.test.ts Show resolved Hide resolved
src/bin/languageserver/mod.rs Outdated Show resolved Hide resolved
Signed-off-by: Govardhan G D <chioni1620@gmail.com>
…larations

Signed-off-by: Govardhan G D <chioni1620@gmail.com>
@chioni16 chioni16 requested a review from seanyoung September 29, 2023 13:53
@seanyoung seanyoung merged commit b972858 into hyperledger-solang:main Sep 29, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants