wip: implement methods for structs #4041
6 new alerts including 5 errors
New alerts in code changed by this pull request
- 5 errors
- 1 note
See annotations below for details.
Annotations
Check notice on line 7 in vyper/codegen/self_call.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Check failure on line 24 in vyper/semantics/types/module.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of EventT occurs after the cyclic of vyper.semantics.types.module.
Check failure on line 24 in vyper/semantics/types/module.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of FlagT occurs after the cyclic of vyper.semantics.types.module.
Check failure on line 24 in vyper/semantics/types/module.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of StructT occurs after the cyclic of vyper.semantics.types.module.
Check failure on line 24 in vyper/semantics/types/module.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of _UserType occurs after the cyclic of vyper.semantics.types.module.
Check failure on line 24 in vyper/semantics/types/user.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of MemberFunctionT occurs after the cyclic of vyper.semantics.types.user.