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

Initial implementation for symbols and imports #1536

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Apr 16, 2024

Tries to implement the concepts in #1533. This is not yet implemented for all language frontends. I am using the new concepts in the C/C++ and Go frontend as a show case.

@oxisto oxisto changed the title symbols and types Draft concepts for symbols and types Apr 16, 2024
@oxisto oxisto changed the title Draft concepts for symbols and types Draft concepts for symbol, type resolving and imports Apr 16, 2024
@oxisto oxisto force-pushed the symbols-and-types branch 2 times, most recently from cb0956f to 2a66543 Compare April 21, 2024 19:21
@oxisto oxisto changed the title Draft concepts for symbol, type resolving and imports Draft concepts for symbols and imports Apr 21, 2024
@oxisto oxisto changed the title Draft concepts for symbols and imports Initial implementation for symbols and imports Apr 21, 2024
@oxisto oxisto marked this pull request as ready for review April 21, 2024 20:22
@oxisto oxisto force-pushed the symbols-and-types branch 2 times, most recently from cd64e28 to 3eb27c0 Compare May 3, 2024 19:15
@oxisto
Copy link
Member Author

oxisto commented May 6, 2024

Putting this back to draft since I need to fix some test failures first.

@oxisto oxisto marked this pull request as draft May 6, 2024 14:16
@oxisto oxisto force-pushed the symbols-and-types branch 5 times, most recently from f8058f9 to b3b47c2 Compare May 11, 2024 20:08
@oxisto oxisto marked this pull request as ready for review May 11, 2024 20:40
@oxisto oxisto force-pushed the symbols-and-types branch 3 times, most recently from ff28e4e to 4a1c55f Compare May 12, 2024 19:22
Copy link

sonarcloud bot commented May 21, 2024

@oxisto oxisto merged commit 1a26b45 into main May 21, 2024
3 checks passed
@oxisto oxisto deleted the symbols-and-types branch May 21, 2024 18:17
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.

Handle imports correctly Implement concepts for symbols
2 participants