Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat[venom]: multidimensional fencing #4066

Draft
wants to merge 71 commits into
base: master
Choose a base branch
from

Merge branch 'master' into feat/fencing

c6dd3ff
Select commit
Loading
Failed to load commit list.
Draft

feat[venom]: multidimensional fencing #4066

Merge branch 'master' into feat/fencing
c6dd3ff
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 28, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 193 in vyper/venom/passes/dft.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check notice on line 17 in vyper/venom/passes/store_expansion.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable liveness is not used.

Check notice on line 44 in vyper/venom/passes/store_expansion.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _cache is not used.