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