Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 527eb54

Browse files
committed
Updated baselines
1 parent 854f080 commit 527eb54

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

tests/fsharp/typecheck/sigs/neg60.bsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ neg60.fs(65,19,65,24): typecheck error FS3087: The custom operation 'where' refe
5555

5656
neg60.fs(65,19,65,24): typecheck error FS3087: The custom operation 'where' refers to a method which is overloaded. The implementations of custom operations may not be overloaded.
5757

58-
neg60.fs(65,19,65,24): typecheck error FS3087: The custom operation 'where' refers to a method which is overloaded. The implementations of custom operations may not be overloaded.
59-
6058
neg60.fs(65,19,65,38): typecheck error FS0001: This expression was expected to have type
6159
'bool'
6260
but here has type

tests/fsharp/typecheck/sigs/neg61.bsl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ neg61.fs(22,13,22,16): typecheck error FS3145: This is not a known query operato
99

1010
neg61.fs(22,13,22,16): typecheck error FS0039: The value or constructor 'zip' is not defined.
1111

12-
neg61.fs(26,13,26,19): typecheck error FS3099: 'select' is used with an incorrect number of arguments. This is a custom operation in this query or computation expression. Expected 1 argument(s), but given 0.
12+
neg61.fs(25,13,25,28): typecheck error FS0001: This expression was expected to have type
13+
'Linq.QuerySource<'a,'b> * ('a -> 'c)'
14+
but here has type
15+
'Linq.QuerySource<int,System.Collections.IEnumerable>'
1316

1417
neg61.fs(30,13,30,16): typecheck error FS3145: This is not a known query operator. Query operators are identifiers such as 'select', 'where', 'sortBy', 'thenBy', 'groupBy', 'groupValBy', 'join', 'groupJoin', 'sumBy' and 'averageBy', defined using corresponding methods on the 'QueryBuilder' type.
1518

@@ -81,7 +84,10 @@ neg61.fs(148,20,148,23): typecheck error FS3147: This 'let' definition may not b
8184

8285
neg61.fs(156,21,156,22): typecheck error FS3147: This 'let' definition may not be used in a query. Only simple value definitions may be used in queries.
8386

84-
neg61.fs(171,13,171,18): typecheck error FS3099: 'sumBy' is used with an incorrect number of arguments. This is a custom operation in this query or computation expression. Expected 1 argument(s), but given 0.
87+
neg61.fs(170,13,170,32): typecheck error FS0001: This expression was expected to have type
88+
'Linq.QuerySource<'a,'b> * ('a -> 'c)'
89+
but here has type
90+
'Linq.QuerySource<int,System.Collections.IEnumerable>'
8591

8692
neg61.fs(174,22,174,23): typecheck error FS0041: No overloads match for method 'Source'. The available overloads are shown below.
8793
neg61.fs(174,22,174,23): typecheck error FS0041: Possible overload: 'member Linq.QueryBuilder.Source : source:System.Linq.IQueryable<'T> -> Linq.QuerySource<'T,'Q>'. Type constraint mismatch. The type

tests/fsharp/typecheck/sigs/neg87.bsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ neg87.fsx(14,5,14,10): typecheck error FS3087: The custom operation 'test2' refe
3636
neg87.fsx(14,5,14,10): typecheck error FS3087: The custom operation 'test2' refers to a method which is overloaded. The implementations of custom operations may not be overloaded.
3737

3838
neg87.fsx(14,5,14,10): typecheck error FS3087: The custom operation 'test2' refers to a method which is overloaded. The implementations of custom operations may not be overloaded.
39-
40-
neg87.fsx(14,5,14,10): typecheck error FS3087: The custom operation 'test2' refers to a method which is overloaded. The implementations of custom operations may not be overloaded.

0 commit comments

Comments
 (0)