-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move-ide] Added support for enums (#18124)
## Description This PR adds enums support to the Move analyzer. In this PR, I also sneaked a fix for symbols merging, which was not very robust when multiple packages are built within the same IDE instance. It's much more robust to keep symbols on the per-package basis, even if it's more memory-intensive. ## Test plan All existing and newly added tests must pass.
- Loading branch information
Showing
21 changed files
with
2,297 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.