good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 27, 2019
  2. May 26, 2019
  3. May 25, 2019
  4. May 21, 2019
  5. May 20, 2019
  6. May 17, 2019
  7. May 16, 2019
  8. May 15, 2019
  9. May 14, 2019
    • Felix Lange's avatar
      rlp: fixes for two corner cases and documentation (#19527) · 8deec2e4
      Felix Lange authored
      These changes fix two corner cases related to internal handling of types
      in package rlp: The "tail" struct tag can only be applied to the last field.
      The check for this was wrong and didn't allow for private fields after the
      field with the tag. Unsupported types (e.g. structs containing int) which
      implement either the Encoder or Decoder interface but not both 
      couldn't be encoded/decoded.
      
      Also fixes #19367
      8deec2e4
Loading