- Timestamp:
- Aug 4, 2024, 12:23:00 PM (15 months ago)
- Branches:
- master
- Children:
- 7ab24fef
- Parents:
- a57ad8a (diff), 065de93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/errors/.expect/completeType.arm64.txt
ra57ad8a r748877f 9 9 ... with resolved type: 10 10 void Alternatives are: 11 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:11 Cost ( 0, 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of: 12 12 Application of 13 13 Variable Expression: *?: forall … … 44 44 45 45 46 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:46 Cost ( 0, 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of: 47 47 Application of 48 48 Variable Expression: *?: forall … … 111 111 112 112 Unsatisfiable alternative: 113 Cost ( 0, 1, 0, 0, 1, -5, 0 ): Application of113 Cost ( 0, 0, 1, 0, 0, 1, -5, 0 ): Application of 114 114 Variable Expression: baz: forall 115 115 instance of type T (not function type) -
tests/errors/.expect/completeType.x86.txt
ra57ad8a r748877f 9 9 ... with resolved type: 10 10 void Alternatives are: 11 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:11 Cost ( 0, 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of: 12 12 Application of 13 13 Variable Expression: *?: forall … … 44 44 45 45 46 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:46 Cost ( 0, 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of: 47 47 Application of 48 48 Variable Expression: *?: forall … … 111 111 112 112 Unsatisfiable alternative: 113 Cost ( 0, 1, 0, 0, 1, -5, 0 ): Application of113 Cost ( 0, 0, 1, 0, 0, 1, -5, 0 ): Application of 114 114 Variable Expression: baz: forall 115 115 instance of type T (not function type) -
tests/meta/.expect/arch.arm64.txt
ra57ad8a r748877f 1 1 meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression 2 2 Explicit Cast of: 3 Name: F A643 Name: FX64 4 4 ... to: 5 5 char 6 6 ... with resolved type: 7 7 char Alternatives are: 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:9 Variable Expression: F A64: double8 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: FX64: double 10 10 ... with resolved type: 11 11 double … … 19 19 Environment: 20 20 21 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:22 Variable Expression: F A64: function21 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 22 Variable Expression: FX64: function 23 23 accepting unspecified arguments 24 24 ... returning nothing … … 38 38 Environment: 39 39 40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:41 Variable Expression: F A64: signed int40 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 41 Variable Expression: FX64: signed int 42 42 ... with resolved type: 43 43 signed int -
tests/meta/.expect/arch.x86.txt
ra57ad8a r748877f 6 6 ... with resolved type: 7 7 char Alternatives are: 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:8 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 9 Variable Expression: FX86: double 10 10 ... with resolved type: … … 19 19 Environment: 20 20 21 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:21 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 22 22 Variable Expression: FX86: function 23 23 accepting unspecified arguments … … 38 38 Environment: 39 39 40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:40 Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 41 41 Variable Expression: FX86: signed int 42 42 ... with resolved type:
Note:
See TracChangeset
for help on using the changeset viewer.