Skip to content

Commit

Permalink
fix: global var dependencies (#2077)
Browse files Browse the repository at this point in the history
fixes [this](#1463) by adding
missing logic in in `findUndefined2`

---------

Co-authored-by: jaekwon <[email protected]>
  • Loading branch information
petar-dambovaliev and jaekwon authored Jan 20, 2025
1 parent a52b8b2 commit b1352ac
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 36 deletions.
1 change: 1 addition & 0 deletions gnovm/pkg/gnolang/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const (
ATTR_LOOP_USES GnoAttribute = "ATTR_LOOP_USES" // []Name loop defines actually used.
ATTR_SHIFT_RHS GnoAttribute = "ATTR_SHIFT_RHS"
ATTR_LAST_BLOCK_STMT GnoAttribute = "ATTR_LAST_BLOCK_STMT"
ATTR_GLOBAL GnoAttribute = "ATTR_GLOBAL"
)

type Attributes struct {
Expand Down
Loading

0 comments on commit b1352ac

Please sign in to comment.