haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Warning on config record: `parallel` is reserved for future use by F# #328

Closed adz closed 4 years ago

adz commented 5 years ago

Using the parallel setting in a config results in a compiler warning:

warning FS0046: The identifier 'parallel' is reserved for future use by F#

It's annoying to have a warning, but in future, I guess it could break.

I suppose it should be changed?

AnthonyLloyd commented 5 years ago

Yes, thanks for pointing it out. I'll keep this around to note this should be done on a major version.