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

Reduce hardcoding of Enum values #16

Open
1 of 3 tasks
vobst opened this issue Mar 10, 2023 · 0 comments
Open
1 of 3 tasks

Reduce hardcoding of Enum values #16

vobst opened this issue Mar 10, 2023 · 0 comments

Comments

@vobst
Copy link
Owner

vobst commented Mar 10, 2023

  • Can we get current variants of unnamed Enums from symbols? e.g. TraceEventFlags
  • Handle cases where hardcoded Enum values that we check for might be removed, e.g., BpfLink _get_typed_link
  • Find solution that we don't have to embed Enums into the wrapper classes, e.g., in BpfLink
    • related problem: this prohibits typing, e.g. BpfLink attach_type
@vobst vobst changed the title Can I get variants of unnamed enums from symbols? Reduce hardcoding of Enum values Mar 10, 2023
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

No branches or pull requests

1 participant