/test/language/error_warning_msg/bad_export5.msg

http://github.com/tybor/Liberty · Unknown · 37 lines · 31 code · 6 blank · 0 comment · 0 complexity · c2d70e2160db34516820a022bdfd9d1d MD5 · raw file

  1. ****** Warning: A missing client list is interpreted as {ANY}. It is better to be explicit.
  2. Line 6 column 4 in AUX_EXPORT5A (/home/r/Liberty/test/language/error_warning_msg/aux_export5a.e):
  3. f
  4. ^
  5. ------
  6. ****** Error: Forbidden call (i.e. exportation rules violated) when the type of Current is AUX_EXPORT5B. (See the next error report for details.)
  7. Line 11 column 16 in AUX_EXPORT5A (/home/r/Liberty/test/language/error_warning_msg/aux_export5a.e):
  8. a1.g
  9. ^
  10. ------
  11. ****** Warning: The "feature" clause declares a narrower client list than the conforming parent(s) for AUX_EXPORT5B1.`g'. This can lead to catcalls! The final export list is {}.
  12. The source lines relevant to this message are the following:
  13. Line 5 column 9 in AUX_EXPORT5A1 (/home/r/Liberty/test/language/error_warning_msg/aux_export5a1.e):
  14. feature {AUX_EXPORT5A}
  15. ^
  16. Line 6 column 9 in AUX_EXPORT5B1 (/home/r/Liberty/test/language/error_warning_msg/aux_export5b1.e):
  17. feature {}
  18. ^
  19. Line 7 column 4 in AUX_EXPORT5B1 (/home/r/Liberty/test/language/error_warning_msg/aux_export5b1.e):
  20. g
  21. ^
  22. ------
  23. ****** Fatal Error: This feature is only exported to {}.
  24. The source lines relevant to this message are the following:
  25. Line 6 column 9 in AUX_EXPORT5B1 (/home/r/Liberty/test/language/error_warning_msg/aux_export5b1.e):
  26. feature {}
  27. ^
  28. Line 7 column 4 in AUX_EXPORT5B1 (/home/r/Liberty/test/language/error_warning_msg/aux_export5b1.e):
  29. g
  30. ^
  31. ------