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

remove unused ConstantTypeList, join FixedTypeList and TypeList, and fix them #59

Open
ajoaoff opened this issue Jun 28, 2021 · 0 comments

Comments

@ajoaoff
Copy link

ajoaoff commented Jun 28, 2021

Original issue opened by @erickvermot at kytos#418.

ConstantTypeList is never used.
TypeList is only used by FixedTypeList, and already behaves as if the list had fixed type.

+ FixedTypeList needs many fixes, specially regarding elements sizes, since it considers that elements of the same type have the same size.

in the closed PR kytos#392 I fixed many of them. Since the PR was rejected, I separated a few of those fixes here: https://github.com/erickvermot/python-openflow/tree/list_fix
Issue kytos#415 will allow more fixes from the PR.

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