Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #16212

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Spelling #16212

Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
abcccfe
Spelling a..anonymous
jsoref Oct 20, 2023
b327527
Spelling another..assembly
jsoref Oct 20, 2023
835fdef
Spelling another..cannot implement
jsoref Oct 23, 2023
38200c7
Spelling canonical..combo
jsoref Oct 23, 2023
bcef7e5
Spelling comment..constructor
jsoref Oct 23, 2023
f59b61d
Spelling constructors..dealt
jsoref Oct 23, 2023
4ec1e9a
Spelling debugging..depends
jsoref Oct 24, 2023
a810f38
Spelling dereference..distinct
jsoref Oct 24, 2023
5d34f90
Spelling distinction..entry
jsoref Oct 24, 2023
02aab51
Spelling entrypoint..extensibility
jsoref Oct 24, 2023
237f79c
Spelling extension..github
jsoref Oct 24, 2023
902d5a8
Spelling grained..imbalanced
jsoref Oct 24, 2023
2c19463
Spelling immediate..initial
jsoref Oct 24, 2023
b46cf19
spelling: initialization
jsoref Oct 24, 2023
2967df4
Spelling initialize..intellisense
jsoref Oct 24, 2023
b6bf982
Spelling interface..length
jsoref Oct 20, 2023
828b9df
Spelling level..mercury
jsoref Oct 24, 2023
b4022b1
Spelling message..node
jsoref Oct 24, 2023
cb1023f
Spelling nonexistent..occurred
jsoref Oct 20, 2023
fe7fb76
Spelling occurrence..optimization
jsoref Oct 24, 2023
5ffb920
Spelling optimizations..parallel
jsoref Oct 24, 2023
cdcf1e4
Spelling parameter..performed
jsoref Oct 24, 2023
ae24e1c
Spelling persisted..preferences
jsoref Oct 24, 2023
4fe162c
Spelling preprocessor..reentrancy
jsoref Oct 24, 2023
dd39abd
Spelling reference..reserved
jsoref Oct 25, 2023
eecc018
Spelling reset..returns
jsoref Oct 25, 2023
ed358c8
Spelling rigid..simplest
jsoref Oct 25, 2023
dac88f6
Spelling simultaneously..succeeded
jsoref Oct 25, 2023
e875d09
Spelling successful..the only value
jsoref Oct 25, 2023
4418485
Spelling thingy..unmanaged
jsoref Oct 25, 2023
ed2aa1c
Spelling unnamed..world
jsoref Oct 25, 2023
13784af
quote: with/finally
jsoref Nov 2, 2023
4a5ca4b
tests: Something wants TypeWhereNamespaceReturnsNull
jsoref Nov 8, 2023
d9c7ca6
Update IlxGen.fs
psfinaki Feb 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
tests: Something wants TypeWhereNamespaceReturnsNull
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed May 3, 2024
commit 4a5ca4b89902ed2dd4673cec1a5355fac4bdf24d
44 changes: 34 additions & 10 deletions tests/fsharp/typeProviders/negTests/neg1.bsl
jsoref marked this conversation as resolved.
Show resolved Hide resolved
Expand Up @@ -187,9 +187,13 @@ neg1.fsx(17,38,17,71): typecheck error FS3004: The provided type 'FSharp.EvilPro

neg1.fsx(17,38,17,71): typecheck error FS3033: The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(18,39,18,68): typecheck error FS0039: The type 'TypeWhereNamespaceReturnsNull' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(18,39,18,68): typecheck error FS3041: Expected provided type with path 'FSharp.EvilProvider' but provided type has path ''

neg1.fsx(18,39,18,68): typecheck error FS0039: The type 'TypeWhereNamespaceReturnsNull' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(18,39,18,68): typecheck error FS3041: Expected provided type with path 'FSharp.EvilProvider' but provided type has path ''

neg1.fsx(18,39,18,68): typecheck error FS3004: The provided type 'FSharp.EvilProvider.TypeWhereNamespaceReturnsNull' has member 'Boo' which has declaring type 'FSharp.EvilProvider.TheType'. Expected declaring type to be the same as provided type.

neg1.fsx(18,39,18,68): typecheck error FS3004: The provided type 'FSharp.EvilProvider.TypeWhereNamespaceReturnsNull' has member 'Foo' which has declaring type 'FSharp.EvilProvider.TheType'. Expected declaring type to be the same as provided type.

neg1.fsx(19,39,19,67): typecheck error FS3021: Unexpected exception from provided type 'DeclaringTypeRaisesException' member 'DeclaringType': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand Down Expand Up @@ -219,7 +223,8 @@ neg1.fsx(20,39,20,73): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(20,39,20,73): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsRaisesException' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(20,39,20,73): typecheck error FS0039: The type 'TypeWhereGetMethodsRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(20,39,20,73): typecheck error FS0039: The type 'TypeWhereGetMethodsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(20,39,20,73): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsRaisesException' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -229,7 +234,8 @@ neg1.fsx(20,39,20,73): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(20,39,20,73): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsRaisesException' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(20,39,20,73): typecheck error FS0039: The type 'TypeWhereGetMethodsRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(20,39,20,73): typecheck error FS0039: The type 'TypeWhereGetMethodsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(21,39,21,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsRaisesException' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -239,7 +245,8 @@ neg1.fsx(21,39,21,72): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(21,39,21,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsRaisesException' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(21,39,21,72): typecheck error FS0039: The type 'TypeWhereGetEventsRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(21,39,21,72): typecheck error FS0039: The type 'TypeWhereGetEventsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(21,39,21,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsRaisesException' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -249,7 +256,8 @@ neg1.fsx(21,39,21,72): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(21,39,21,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsRaisesException' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(21,39,21,72): typecheck error FS0039: The type 'TypeWhereGetEventsRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(21,39,21,72): typecheck error FS0039: The type 'TypeWhereGetEventsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(22,39,22,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsRaisesException' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -259,7 +267,8 @@ neg1.fsx(22,39,22,72): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(22,39,22,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsRaisesException' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(22,39,22,72): typecheck error FS0039: The type 'TypeWhereGetFieldsRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(22,39,22,72): typecheck error FS0039: The type 'TypeWhereGetFieldsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(22,39,22,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsRaisesException' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -269,7 +278,8 @@ neg1.fsx(22,39,22,72): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(22,39,22,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsRaisesException' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(22,39,22,72): typecheck error FS0039: The type 'TypeWhereGetFieldsRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(22,39,22,72): typecheck error FS0039: The type 'TypeWhereGetFieldsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(23,39,23,76): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetPropertiesRaisesException' member 'GetProperties': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -279,7 +289,8 @@ neg1.fsx(23,39,23,76): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(23,39,23,76): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetPropertiesRaisesException' member 'GetProperties': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(23,39,23,76): typecheck error FS0039: The type 'TypeWhereGetPropertiesRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(23,39,23,76): typecheck error FS0039: The type 'TypeWhereGetPropertiesRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(23,39,23,76): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetPropertiesRaisesException' member 'GetProperties': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -289,7 +300,8 @@ neg1.fsx(23,39,23,76): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(23,39,23,76): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetPropertiesRaisesException' member 'GetProperties': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

neg1.fsx(23,39,23,76): typecheck error FS0039: The type 'TypeWhereGetPropertiesRaisesException' is not defined in 'FSharp.EvilProvider'.
neg1.fsx(23,39,23,76): typecheck error FS0039: The type 'TypeWhereGetPropertiesRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull

neg1.fsx(24,39,24,77): typecheck error FS3004: The provided type 'FSharp.EvilProvider.TypeWhereGetNestedTypesRaisesException' has member 'Boo' which has declaring type 'FSharp.EvilProvider.TheType'. Expected declaring type to be the same as provided type.

Expand All @@ -305,6 +317,7 @@ neg1.fsx(25,39,25,78): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(25,39,25,78): typecheck error FS0039: The type 'TypeWhereGetConstructorsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereGetNestedTypesRaisesException
TypeWhereNamespaceReturnsNull

neg1.fsx(25,39,25,78): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetConstructorsRaisesException' member 'GetConstructors': The type provider 'Provider.EvilProvider' reported an error: deliberate error for testing purposes

Expand All @@ -316,6 +329,7 @@ neg1.fsx(25,39,25,78): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(25,39,25,78): typecheck error FS0039: The type 'TypeWhereGetConstructorsRaisesException' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereGetNestedTypesRaisesException
TypeWhereNamespaceReturnsNull

neg1.fsx(27,39,27,69): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsReturnsNull' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetMethods'

Expand All @@ -326,6 +340,7 @@ neg1.fsx(27,39,27,69): typecheck error FS3021: Unexpected exception from provide
neg1.fsx(27,39,27,69): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsReturnsNull' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetMethods'

neg1.fsx(27,39,27,69): typecheck error FS0039: The type 'TypeWhereGetMethodsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(27,39,27,69): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsReturnsNull' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetMethods'
Expand All @@ -337,6 +352,7 @@ neg1.fsx(27,39,27,69): typecheck error FS3021: Unexpected exception from provide
neg1.fsx(27,39,27,69): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetMethodsReturnsNull' member 'GetMethods': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetMethods'

neg1.fsx(27,39,27,69): typecheck error FS0039: The type 'TypeWhereGetMethodsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(28,39,28,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsReturnsNull' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetEvents'
Expand All @@ -348,6 +364,7 @@ neg1.fsx(28,39,28,68): typecheck error FS3021: Unexpected exception from provide
neg1.fsx(28,39,28,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsReturnsNull' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetEvents'

neg1.fsx(28,39,28,68): typecheck error FS0039: The type 'TypeWhereGetEventsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(28,39,28,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsReturnsNull' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetEvents'
Expand All @@ -359,6 +376,7 @@ neg1.fsx(28,39,28,68): typecheck error FS3021: Unexpected exception from provide
neg1.fsx(28,39,28,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetEventsReturnsNull' member 'GetEvents': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetEvents'

neg1.fsx(28,39,28,68): typecheck error FS0039: The type 'TypeWhereGetEventsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(29,39,29,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsReturnsNull' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetFields'
Expand All @@ -370,6 +388,7 @@ neg1.fsx(29,39,29,68): typecheck error FS3021: Unexpected exception from provide
neg1.fsx(29,39,29,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsReturnsNull' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetFields'

neg1.fsx(29,39,29,68): typecheck error FS0039: The type 'TypeWhereGetFieldsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(29,39,29,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsReturnsNull' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetFields'
Expand All @@ -381,6 +400,7 @@ neg1.fsx(29,39,29,68): typecheck error FS3021: Unexpected exception from provide
neg1.fsx(29,39,29,68): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetFieldsReturnsNull' member 'GetFields': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetFields'

neg1.fsx(29,39,29,68): typecheck error FS0039: The type 'TypeWhereGetFieldsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(30,39,30,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetPropertiesReturnsNull' member 'GetProperties': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetProperties'
Expand All @@ -393,6 +413,7 @@ neg1.fsx(30,39,30,72): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(30,39,30,72): typecheck error FS0039: The type 'TypeWhereGetPropertiesReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereGetNestedTypesRaisesException
TypeWhereNamespaceReturnsNull

neg1.fsx(30,39,30,72): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetPropertiesReturnsNull' member 'GetProperties': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetProperties'

Expand All @@ -404,6 +425,7 @@ neg1.fsx(30,39,30,72): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(30,39,30,72): typecheck error FS0039: The type 'TypeWhereGetPropertiesReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereGetNestedTypesRaisesException
TypeWhereNamespaceReturnsNull

neg1.fsx(31,39,31,73): typecheck error FS3004: The provided type 'FSharp.EvilProvider.TypeWhereGetNestedTypesReturnsNull' has member 'Boo' which has declaring type 'FSharp.EvilProvider.TheType'. Expected declaring type to be the same as provided type.

Expand All @@ -419,6 +441,7 @@ neg1.fsx(32,39,32,74): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(32,39,32,74): typecheck error FS0039: The type 'TypeWhereGetConstructorsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereGetNestedTypesReturnsNull
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(32,39,32,74): typecheck error FS3021: Unexpected exception from provided type 'FSharp.EvilProvider.TypeWhereGetConstructorsReturnsNull' member 'GetConstructors': The type provider 'Provider.EvilProvider' reported an error: The type provider returned 'null', which is not a valid return value from 'GetConstructors'
Expand All @@ -431,6 +454,7 @@ neg1.fsx(32,39,32,74): typecheck error FS3021: Unexpected exception from provide

neg1.fsx(32,39,32,74): typecheck error FS0039: The type 'TypeWhereGetConstructorsReturnsNull' is not defined in 'FSharp.EvilProvider'. Maybe you want one of the following:
TypeWhereGetNestedTypesReturnsNull
TypeWhereNamespaceReturnsNull
TypeWhereGetNestedTypesRaisesException

neg1.fsx(33,39,33,72): typecheck error FS3042: Unexpected 'null' return value from provided type 'FSharp.EvilProvider.TypeWhereGetInterfacesReturnsNull' member 'GetInterfaces'
Expand Down