Skip to content

Implement inbound checks#24

Merged
thisisalexandercook merged 4 commits intoeisop:mainfrom
thisisalexandercook:additional-checks
Jan 30, 2026
Merged

Implement inbound checks#24
thisisalexandercook merged 4 commits intoeisop:mainfrom
thisisalexandercook:additional-checks

Conversation

@thisisalexandercook
Copy link
Collaborator

This PR add checks for the following places:

  • Unchecked method call returns
  • Bridge method returns
  • Field read returns

These checks were previously not implemented because in many cases they involve a 'double check', i.e. a return check will often be follow by a local variable storage check. But adding these checks gives total boundary coverage.

@thisisalexandercook thisisalexandercook merged commit edde206 into eisop:main Jan 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant