/test/language/error_warning_msg/bad_select2.msg

http://github.com/tybor/Liberty · Unknown · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 2565d5eadaaec4c9569a599b0bb21bb9 MD5 · raw file

  1. ****** Fatal Error: In type BAD_SELECT2, features "aux_foo" and
  2. "foo" come from the same original feature via multiple "inherit"
  3. paths.
  4. Below, you get the feature evolution step by step. Note that in
  5. the end (type BAD_SELECT2) there are two versions of the same
  6. initial feature with two different names. To fix this, either
  7. use an "insert" link in place of one of the "inherit" links or
  8. rename the feature to get the same name in BAD_SELECT2 type.
  9. First "inherit" path (from parent to child):
  10. `foo' in AUX_SELECT
  11. inherited as `aux_foo' in BAD_SELECT2
  12. Second "inherit" path (from parent to child):
  13. `foo' in AUX_SELECT
  14. inherited as `foo' in BAD_SELECT2
  15. ------