Adam Boniecki

Results 113 comments of Adam Boniecki

> > based on how min/max works currently, the actual expected behavior is > > ``` > > NaN > > NaN > > NaN > > NaN > >...

Adding "needs design" label as per https://github.com/dotnet/fsharp/pull/16209#issuecomment-1793019675

Converting to draft for the time being, since it is still missing the tests

I think we would require a specific language suggestion [here](https://github.com/fsharp/fslang-suggestions/) for this feature, to define what exactly is allowed/disallowed

We should improve the error message here, but otherwise this is not a bug, @brianrourkeboll explained it well (thanks!)

@Tangent-90 , will you have time to fix the conflict here? It's pretty simple, but probably best to do it locally and have the .xlf files be generated again (instead...

Hey @majocha , is this PR good to go or are you planning to make some more improvements or tests?

It is not really related to property initialization, simpler repro: ```fs > let x =$"123";; let x =$"123";; ------^^ stdin(2,7): error FS0035: This construct is deprecated: '$' is not permitted...

@Martin521 it is kind of the same thing, because in both cases lexer thinks it sees `INFIX_COMPARE_OP`, in one case it throws an error there because `$` is not allowed...

Hey @auduchinok , if you'd update this PR we'd be happy to merge it