/test/language/error_warning_msg/bad_call7.msg

http://github.com/tybor/Liberty · Unknown · 166 lines · 145 code · 21 blank · 0 comment · 0 complexity · 65679a6cdcb5306877613ddd8783ecc2 MD5 · raw file

  1. ****** Warning: Removed unexpected blank space(s) just before
  2. this dot (assume you really want to apply a function using the
  3. previous manifest STRING as target).
  4. Line 17 column 26 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  5. string := "foo" .to_string -- <-- Warning #01 on this line.
  6. ^
  7. ------
  8. ****** Warning: Removed unexpected blank space(s) just before
  9. this dot (assume you really want to apply a procedure using the
  10. previous STRING as target).
  11. Line 18 column 16 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  12. "foo" .print_on(io) -- <-- Warning #02 on this line.
  13. ^
  14. ------
  15. ****** Warning: Added missing brackets to enclose the previous
  16. "once" manifest STRING.
  17. Line 20 column 30 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  18. string := once "foo".to_string -- <-- Warning #03 on this line.
  19. ^
  20. ------
  21. ****** Warning: Added missing brackets to enclose the previous
  22. "once" manifest STRING.
  23. Line 21 column 20 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  24. once "foo".print_on(io) -- <-- Warning #04 on this line.
  25. ^
  26. ------
  27. ****** Warning: Removed unexpected blank space(s) just before
  28. this dot (assume you really want to apply a function using the
  29. previous `True' constant as target).
  30. Line 26 column 24 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  31. string := True .to_string -- <-- Warning #05 on this line.
  32. ^
  33. ------
  34. ****** Warning: Removed unexpected blank space(s) just before
  35. this dot (assume you really want to apply a procedure to the previous
  36. `False' constant as target).
  37. Line 28 column 25 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  38. string := False .to_string -- <-- Warning #06 on this line.
  39. ^
  40. ------
  41. ****** Warning: Removed unexpected blank space(s) just before
  42. this dot (assume you really want to call a function using the
  43. previous manifest expression as the target).
  44. Line 30 column 22 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  45. string := 7 .to_string -- <-- Warning #07 on this line.
  46. ^
  47. ------
  48. ****** Warning: Removed unexpected blank space(s) just before
  49. this dot (assume you really want to call a procedure using the
  50. previous manifest expression as the target).
  51. Line 31 column 12 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  52. 8 .print_on(io) -- <-- Warning #08 on this line.
  53. ^
  54. ------
  55. ****** Warning: Removed unexpected blank space(s) just before
  56. this dot (assume you really want to call a function using the
  57. previous manifest expression as the target).
  58. Line 33 column 36 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  59. string := {INTEGER_8 124} .to_string -- <-- Warning #09 on this line.
  60. ^
  61. ------
  62. ****** Warning: Removed unexpected blank space(s) just before
  63. this dot (assume you really want to call a procedure using the
  64. previous manifest expression as the target).
  65. Line 34 column 25 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  66. {INTEGER_64 8} .print_on(io) -- <-- Warning #10 on this line.
  67. ^
  68. ------
  69. ****** Warning: Removed unexpected blank space(s) just before
  70. this dot (assume you really want to call a function using the
  71. previous manifest expression as the target).
  72. Line 36 column 25 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  73. string := 0xFF .to_string -- <-- Warning #11 on this line.
  74. ^
  75. ------
  76. ****** Warning: Removed unexpected blank space(s) just before
  77. this dot (assume you really want to call a procedure using the
  78. previous manifest expression as the target).
  79. Line 37 column 15 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  80. 0x00 .print_on(io) -- <-- Warning #12 on this line.
  81. ^
  82. ------
  83. ****** Warning: Removed unexpected blank space(s) just before
  84. this dot (assume you really want to call a function using the
  85. previous manifest expression as the target).
  86. Line 39 column 24 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  87. string := 1.5 .to_string -- <-- Warning #13 on this line.
  88. ^
  89. ------
  90. ****** Warning: Removed unexpected blank space(s) just before
  91. this dot (assume you really want to call a procedure using the
  92. previous manifest expression as the target).
  93. Line 40 column 14 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  94. 1.5 .print_on(io) -- <-- Warning #14 on this line.
  95. ^
  96. ------
  97. ****** Warning: Removed unexpected blank space(s) just before
  98. this dot (assume you really want to call a function using the
  99. previous manifest expression as the target).
  100. Line 42 column 35 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  101. string := {REAL_32 1.5 } .to_string -- <-- Warning #15 on this line.
  102. ^
  103. ------
  104. ****** Warning: Removed unexpected blank space(s) just before
  105. this dot (assume you really want to call a procedure using the
  106. previous manifest expression as the target).
  107. Line 43 column 25 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  108. {REAL_32 1.5 } .print_on(io) -- <-- Warning #16 on this line.
  109. ^
  110. ------
  111. ****** Warning: Removed unexpected blank space(s) just before
  112. this dot (assume you really want to apply a function using the
  113. previous CHARACTER constant as the target).
  114. Line 45 column 24 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  115. string := 'a' .to_string -- <-- Warning #17 on this line.
  116. ^
  117. ------
  118. ****** Warning: Removed unexpected blank space(s) just before
  119. this dot (assume you really want to apply a procedure using the
  120. previous CHARACTER constant as the target).
  121. Line 46 column 14 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  122. 'a' .print_on(io) -- <-- Warning #18 on this line.
  123. ^
  124. ------
  125. ****** Warning: Removed unexpected blank space(s) just before
  126. this dot (assume you really want to call a function using the
  127. previous manifest expression as the target).
  128. Line 48 column 50 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  129. string := {ARRAY[STRING] 1, <<"foo">> } .first -- <-- Warning #19 on this line.
  130. ^
  131. ------
  132. ****** Warning: Removed unexpected blank space(s) just before
  133. this dot (assume you really want to call a procedure using the
  134. previous manifest expression as the target).
  135. Line 49 column 40 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  136. {ARRAY[STRING] 1, <<"foo">> } .print_on(io) -- <-- Warning #20 on this line.
  137. ^
  138. ------
  139. ****** Fatal Error: Simple identifier expected just after a dot.
  140. Nothing else but a simple feature name is meaningful just after
  141. a dot.
  142. Line 51 column 26 in BAD_CALL7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call7.e):
  143. string := "foo". print_on(io) -- <-- Fatal error here.
  144. ^
  145. ------