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

accounts/abi: Better Array/Slice Handling #14664

Closed
wants to merge 11 commits into from

Conversation

VoR0220
Copy link
Member

@VoR0220 VoR0220 commented Jun 20, 2017

  • 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

@VoR0220 VoR0220 force-pushed the BetterArrayTesting branch 4 times, most recently from 50784b8 to 50ee5a2 Compare June 26, 2017 16:22
@GitCop
Copy link

GitCop commented Jun 26, 2017

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: 3f7b7ff289894e345fb78b3ed845edb52aa857a8

  • Commit subjects should be kept under 100 characters

  • Commit: 50ee5a2eb4e25b30651146140f472be94c05ff94

  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

2 similar comments
@GitCop
Copy link

GitCop commented Jun 27, 2017

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: 3f7b7ff289894e345fb78b3ed845edb52aa857a8

  • Commit subjects should be kept under 100 characters

  • Commit: 50ee5a2eb4e25b30651146140f472be94c05ff94

  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Jun 30, 2017

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: 3f7b7ff289894e345fb78b3ed845edb52aa857a8

  • Commit subjects should be kept under 100 characters

  • Commit: 50ee5a2eb4e25b30651146140f472be94c05ff94

  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

RJ Catalano added 10 commits June 29, 2017 22:47
…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]>
…rrays/slices work now type creation wise.

Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
@GitCop
Copy link

GitCop commented Jun 30, 2017

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: 3f7b7ff289894e345fb78b3ed845edb52aa857a8

  • Commit subjects should be kept under 100 characters

  • Commit: 50ee5a2eb4e25b30651146140f472be94c05ff94

  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

@VoR0220 VoR0220 force-pushed the BetterArrayTesting branch from d9c0b48 to ed645a3 Compare June 30, 2017 17:05
@GitCop
Copy link

GitCop commented Jun 30, 2017

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: 824373a
  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

@fjl
Copy link
Contributor

fjl commented Sep 10, 2017

This is contained in #14743

@fjl fjl closed this Sep 10, 2017
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

Successfully merging this pull request may close these issues.

3 participants