You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes Inspired By Claude
* Fix some documentation in the AST and Pass modules
* Functions no longer have readability words after requires/returns
* Fix toEndOfLine to accept 0 characters too.
* Improve validation to recognize empty functions properly.
* Add ShopifyCart test case
* Teach Finder to find values recursively from the container
* Revise overload checking to be smarter so that only the
overloads that refer to different kinds of definitions or
fields that have different type definitions are noted.
* Don't bother warning about missing author references.
* Don't warn about modesl without streaming data.
* Make checking for event and result message generation in
on clauses better and recursively search the statements
* Make function validation use a specialized check for
emptiness because its contents are not definitions
* Get all tests working with these changes
---------
Co-authored-by: reidspencer <reid.spencer@yoppworks.com>
0 commit comments