-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or requestwishlistStuff we want but there are more important thingsStuff we want but there are more important things
Description
In
Python-BPF/pythonbpf/expr/expr_pass.py
Line 482 in 158cc42
| from pythonbpf.helper import HelperHandlerRegistry, handle_helper_call |
It makes sense to have a single eval_expr handle all expressions, but these two components are somewhat tightly coupled. Having them in the same file will make things ugly.
We must use dependency inversion to get rid of this coupling and the delayed import.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwishlistStuff we want but there are more important thingsStuff we want but there are more important things