Skip to content
  • Mark OLESEN's avatar
    711e1142
    BUG: FixedList/Pair writeEntry not re-readable (fixes #2351) · 711e1142
    Mark OLESEN authored
    - notably affects writing continuous data in binary. If generating a
      compound token (eg, List<label>), need to add in the size prefix
      otherwise it cannot actually be parsed properly as a List.
    
    BUG: bad fallthrough for compound reading (FixedList)
    
    - the branch was likely never reached, but would have attempted to
      read twice due to a bad fall-through condition.
    711e1142
    BUG: FixedList/Pair writeEntry not re-readable (fixes #2351)
    Mark OLESEN authored
    - notably affects writing continuous data in binary. If generating a
      compound token (eg, List<label>), need to add in the size prefix
      otherwise it cannot actually be parsed properly as a List.
    
    BUG: bad fallthrough for compound reading (FixedList)
    
    - the branch was likely never reached, but would have attempted to
      read twice due to a bad fall-through condition.
Loading