/test/language/error_warning_msg/bad_agent19.msg

http://github.com/tybor/Liberty · Unknown · 35 lines · 29 code · 6 blank · 0 comment · 0 complexity · 38f23ab08ed655556b52800eb360d889 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 12 columns 26, 36 in BAD_AGENT19 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent19.e):
  5. agent1, agent2: PROCEDURE[STRING]
  6. ^ ^
  7. ------
  8. ****** Error: TUPLE type expected for open arguments of agent
  9. type.
  10. The source lines relevant to this message are the following:
  11. Line 345 column 44 in ANY (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/any.e):
  12. frozen tagged_out_memory_ref: REFERENCE[STRING]
  13. ^
  14. Line 10 column 4 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  15. ROUTINE[O_]
  16. ^
  17. ------
  18. ****** Error: TUPLE type expected for open arguments of agent
  19. type. (See also the next fatal error message.)
  20. Line 10 column 12 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  21. ROUTINE[O_]
  22. ^
  23. ------
  24. ****** Fatal Error: When the context of the validation is PROCEDURE[STRING],
  25. this type mark is not a TUPLE. (This is actually STRING.)
  26. Line 10 column 12 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  27. ROUTINE[O_]
  28. ^
  29. ------