/test/language/error_warning_msg/bad_agent13.msg

http://github.com/tybor/Liberty · Unknown · 38 lines · 32 code · 6 blank · 0 comment · 0 complexity · 1b1c8dc8dbc9faf3f74409802f45fbd0 MD5 · raw file

  1. ****** Error: TUPLE type expected for open arguments of agent
  2. type.
  3. The source lines relevant to this message are the following:
  4. Line 4 column 7 in BAD_AGENT13 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent13.e):
  5. class BAD_AGENT13
  6. ^
  7. Line 14 column 13 in BAD_AGENT13 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent13.e):
  8. p: PROCEDURE[like bad_type]
  9. ^
  10. ------
  11. ****** Error: TUPLE type expected for open arguments of agent
  12. type.
  13. The source lines relevant to this message are the following:
  14. Line 4 column 7 in BAD_AGENT13 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent13.e):
  15. class BAD_AGENT13
  16. ^
  17. Line 10 column 4 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  18. ROUTINE[O_]
  19. ^
  20. ------
  21. ****** Error: TUPLE type expected for open arguments of agent
  22. type. (See also the next fatal error message.)
  23. Line 10 column 12 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  24. ROUTINE[O_]
  25. ^
  26. ------
  27. ****** Fatal Error: When the context of the validation is PROCEDURE[BAD_AGENT13],
  28. this type mark is not a TUPLE. (This is actually BAD_AGENT13.)
  29. Line 10 column 12 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  30. ROUTINE[O_]
  31. ^
  32. ------