1. 02 Jun, 2021 3 commits
  2. 15 Mar, 2021 3 commits
  3. 12 Mar, 2021 1 commit
  4. 31 Dec, 2020 1 commit
  5. 14 Dec, 2020 1 commit
  6. 04 Dec, 2020 2 commits
    • Eric Myhre's avatar
      codegen: assembler for struct with map representation now validates all... · f8d654da
      Eric Myhre authored
      codegen: assembler for struct with map representation now validates all non-optional fields are present.
      
      This continues what https://github.com/ipld/go-ipld-prime/pull/111/ did
      and adds the same logic to the map representation.  The actual state
      tracking works the same way (and was mostly already there).
      
      Rearranged the tests slightly.
      
      Made error messages include both field name and serial key when they
      differ due to a rename directive.  (It's possible this error would get
      nicer if it used a list of StructField instead of just strings, but it
      would also get more complicated.  Maybe revisit later.)
      f8d654da
    • Eric Myhre's avatar
      changelog: backfill. · 9b27b8a6
      Eric Myhre authored
      9b27b8a6
  7. 02 Jul, 2020 1 commit
  8. 29 Jun, 2020 2 commits
  9. 26 Jun, 2020 4 commits
  10. 25 May, 2020 1 commit
    • Eric Myhre's avatar
      Introduce changelog! · ac1e5c49
      Eric Myhre authored
      Probably well overdue already.  Previous entries are from a quick skim
      of the git log, but may well have missed many interesting things.
      Will be more arduous about this going forward.
      ac1e5c49