1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-09 02:24:21 +03:00
inform7/inter/Tests/Invalid/_Results_Ideal/typechecking.txt

29 lines
2 KiB
Plaintext
Raw Normal View History

2022-02-23 01:31:47 +02:00
inter: inter/Tests/Invalid/typechecking.intert, line 3: no such symbol: 'bananas'
>--> constant (bananas) bogus = 1
inter: inter/Tests/Invalid/typechecking.intert, line 4: no such symbol: 'bananas'
>--> typename bogus2 = bananas
inter: inter/Tests/Invalid/typechecking.intert, line 6: type too complex: 'list of int32'
>--> constant (list of int32) bogus = { 4, 7 }
inter: inter/Tests/Invalid/typechecking.intert, line 10: no such symbol: 'list of list of int32'
>--> typename K_unacceptable = list of list of int32
inter: inter/Tests/Invalid/typechecking.intert, line 17: value out of range: '2'
>--> constant (int2) dunno = 2
inter: inter/Tests/Invalid/typechecking.intert, line 22: value out of range: '2'
>--> constant (K_truth_state) alsodunno = 2
inter: inter/Tests/Invalid/typechecking.intert, line 26: value 'medium' has type int16 which is not a int8
2022-02-23 01:31:47 +02:00
>--> constant (int8) small = medium
inter: inter/Tests/Invalid/typechecking.intert, line 32: 'void' cannot be used as a type: 'void'
>--> constant (void) emptiness = 0
inter: inter/Tests/Invalid/typechecking.intert, line 33: 'void' cannot be used as a type: 'void'
>--> typename K_vacuity = void
2022-03-28 09:57:52 +03:00
inter: inter/Tests/Invalid/typechecking.intert, line 39: value 'L32' has type /main/K_list_of_int32 which is not a /main/K_list_of_int2
2022-02-23 01:31:47 +02:00
>--> variable (K_list_of_int2) V2 = L32
2022-03-28 09:57:52 +03:00
inter: inter/Tests/Invalid/typechecking.intert, line 46: value 'LL32' has type /main/K_lli32 which is not a /main/K_lli2
2022-02-23 01:31:47 +02:00
>--> variable (K_lli2) VV2 = LL32
2022-03-28 09:57:52 +03:00
inter: inter/Tests/Invalid/typechecking.intert, line 54: value 'R32' has type /main/K_r32 which is not a /main/K_r2
2022-02-23 01:31:47 +02:00
>--> variable (K_r2) VR2 = R32
2022-03-28 09:57:52 +03:00
inter: inter/Tests/Invalid/typechecking.intert, line 61: value 'righty' has type /main/K_righthanded which is not a /main/K_lefthanded
2022-02-23 01:31:47 +02:00
>--> variable (K_lefthanded) VSL = righty
2022-03-28 09:57:52 +03:00
inter: inter/Tests/Invalid/typechecking.intert, line 70: value 'f2_32' has type /main/K_int2_to_int32 which is not a /main/K_int32_to_int32
2022-02-23 01:31:47 +02:00
>--> variable (K_int32_to_int32) V32_32 = f2_32