1. 20 Jul, 2019 1 commit
    • Eric Myhre's avatar
      Add generateKindStruct.EmitNodeMethodMapIterator. · 41aed25d
      Eric Myhre authored
      A bit fun; wish there was a way to compress that block of ifdefs about
      optional vs nullable stuff, but so far nothing clearer has emerged.
      
      Added ErrIteratorOverread while at it.  Should refactoring other node
      types to use it too, I suppose.  But perhaps we'll just accumlate those
      todos for a while, since there's already one other error refactor with
      a chain of blocks in front of it.
      41aed25d
  2. 10 Jul, 2019 1 commit
    • Eric Myhre's avatar
      gengo: add unmarshall test in generated package. · 613da6e7
      Eric Myhre authored
      Exercise unmarshal against our generated "Strang" type.  Works!
      
      (Note: this will fail if you *haven't* run the codegen yet; but it's in
      an underscore-prefixed package, so it won't run unless you dive in here
      intentionally.  Overall, this continues to be early-days hijinx, and
      does not represent a good long-term testing strategy.)
      613da6e7