-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
accounts/abi: Better Array/Slice Handling #14664
Conversation
50784b8
to
50ee5a2
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
2 similar comments
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
…etup easier and more intuitive. Signed-off-by: RJ Catalano <[email protected]> accounts/abi: fixup to clean this up. Signed-off-by: RJ Catalano <[email protected]>
…eger types Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
…rrays/slices work now type creation wise. Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
…cide how to design this Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
… we're going for Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Signed-off-by: RJ Catalano <[email protected]>
d9c0b48
to
ed645a3
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
This is contained in #14743 |
Eliminates entire switch case that was not only ugly as sin, but inefficient to boot.
Adds a new test function that should be exclusively for handling slices and arrays.
changes the name of ubig_t (and type) to something a bit more useful (derefbig_t...open to suggestions on a name change).
todo: Add more tests for every type (might be here, might be in a later PR, depends). As it stands, it currently passes.
REQUIRES #14610