Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
333 stars 96 forks source link

Fix scenarios involving circular references #680

Closed karreiro closed 1 year ago

karreiro commented 1 year ago

Fixes https://github.com/Shopify/theme-check/issues/679

The VariableLookupFinder was falling in an infinite loop in scenarios involving circular references, which was affecting future completion requests.

Before:

After: