1. 13 Aug, 2019 1 commit
    • Eric Myhre's avatar
      Add TypeName field to ErrWrongKind. · fe4aa0a8
      Eric Myhre authored
      In general, picking a consistent strategy with this error and sticking
      with it.  The strings were starting to accumulate too much ~stuff~,
      otherwise.
      
      It might not be a bad idea to upgrade the MethodName strings to a bunch
      of consts, but I don't think it will get any harder to do that in the
      future if we should so choose either, so, meh.
      Signed-off-by: default avatarEric Myhre <hash@exultant.us>
      fe4aa0a8
  2. 12 Aug, 2019 2 commits
  3. 20 Jul, 2019 1 commit
    • Eric Myhre's avatar
      Add Node.IsUndefined, ipld.Undef and ipld.Null. · 6802ea10
      Eric Myhre authored
      The comment in the ipld.Node type about IsUndefined has been there
      quite a while; today we're finally using it.
      
      With this set of changes, the generated code for structs now compiles
      successfully again: the Undef and Null thunks are both used there.
      6802ea10