aszlig 0f0805b51a
lib/types: Handle submodules for type "either"
So far the "either" type only handled "flat" types, so you couldn't do
something like:

type = either int (submodule {
  options = ...;
});

Not only caused this the submodule's options not being checked but also
not show up in the documentation.

This was something we stumbled on with #13916.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
2016-03-19 17:22:39 +01:00
..
2016-02-26 22:15:41 +00:00
2015-09-27 09:45:23 -05:00
2015-11-15 03:41:39 +08:00
2016-03-09 15:25:53 -03:00
2016-03-10 12:31:05 +00:00
2016-03-16 11:39:43 -04:00
2014-03-10 15:01:56 +01:00
2016-02-26 22:15:40 +00:00
2016-02-26 22:15:41 +00:00