1. 16 Jul, 2021 1 commit
  2. 23 Mar, 2021 1 commit
  3. 24 Jan, 2021 1 commit
    • Eric Myhre's avatar
      schema compiler: migrate compile tests, and drop schema2 (everything good is now migrated). · eed03b4c
      Eric Myhre authored
      Extracted a few last comment hunks that were useful and that's
      the end of it.
      
      The migrated tests only mostly pass (but, remember, we've been several
      commits in a row already where we're making checkpoints to keep this
      refactor managable, and CI is not full green across the board for
      some of them).  I've updated some of the error text assertions,
      but there's other breakage as well.  One is just other todos.
      Another is... It may be time to switch test libraries.  What go-wish
      (and transitively, go-cmp) is doing with `[]error` values is...
      not helpful.
      eed03b4c
  4. 25 Dec, 2020 1 commit
    • Daniel Martí's avatar
      all: rename schema.Kind to TypeKind, ipld.ReprKind to Kind · 2d7d25c4
      Daniel Martí authored
      As discussed on the issue thread, ipld.Kind and schema.TypeKind are more
      intuitive, closer to the spec wording, and just generally better in the
      long run.
      
      The changes are almost entirely automated via the commands below. Very
      minor changes were needed in some of the generators, and then gofmt.
      
      	sed -ri 's/\<Kind\(\)/TypeKind()/g' **/*.go
      	git checkout fluent # since it uses reflect.Value.Kind
      
      	sed -ri 's/\<Kind_/TypeKind_/g' **/*.go
      	sed -i 's/\<Kind\>/TypeKind/g' **/*.go
      	sed -i 's/ReprKind/Kind/g' **/*.go
      
      Plus manually undoing a few renames, as per Eric's review.
      
      Fixes #94.
      2d7d25c4
  5. 13 Dec, 2020 1 commit
  6. 04 Dec, 2020 1 commit