forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify stored types during token collection (FuelLabs#4202)
## Description This PR simplifies the token types that are collected during traversal. We were being a bit verbose previously which was making it hard to reason about the context. I had previously started to implement this in FuelLabs#3722 but decided it would be nicer to have this be a separate PR, then I can focus on the new Parse trait in a follow-up PR. Also fixes a bug where inlay hints weren't showing and variables were having incorrect semantic definitions applied. works towards FuelLabs#3799
- Loading branch information
1 parent
64f7340
commit 21ebd94
Showing
6 changed files
with
285 additions
and
331 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
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.