Remove everything related to CTF sequences and variants
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 May 2020 01:42:48 +0000 (21:42 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 May 2020 16:30:18 +0000 (12:30 -0400)
commit419ada4475b97a6e5dec473d82a80d3f75deee1f
treebb197b91cf2af048b020aec42fc3c5831ceff915
parentf4286907a7e4fb3c1bdde713b59111b50de15d6e
Remove everything related to CTF sequences and variants

Those CTF types are not supported by barectf currently, yet some code
was written to support them at the configuration level. This is some
rather complex (dead) code to resolve field paths and validate those
types, but without anything to test it. In fact, the code exists to
parse a variant type, for example, but barectf fails with an error (not
supported) when you do so.

The code is still in this repository's history; let's add it back when
we can really test it.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/config.py
barectf/metadata.py
barectf/tsdl182gen.py
This page took 0.027071 seconds and 4 git commands to generate.