Don Syme
Don Syme
This is fantastic! Great to see the plan coming together :)
> ...deal with python... performance is going to be lost No Python is used in TorchSharp
@glopesdev Might be best to engage with Tensorflow.NET to fix the problems? I suspect their aim is more for training than inference, so overall size less of a priority, but...
I'm currently testing by setting these ``` c:\GitHub\dsyme\fsharp2\artifacts\bin\fsc\Debug\net472 fsc.exe ``` I will also test with ``` --langversion:preview ```
Separately, I notice compilation is quite slow, I presume this is related to SRTP constraint processing (I'm also using the debug compiler). It would be wise to do a fulll...
> @dsyme, just FYI, in current compiler, there is an unreported compiler bug that makes buiding the F#+ test project in DEBUG not possible, you need to build that test...
OK turning on `/langversion:preview` with RFC 6805 does indeed cause a compilation error. I'll look at it now ``` 2>C:\GitHub\dsyme\FSharpPlus\src\FSharpPlus\Data\Seq.fs(11,87): error FS0043: A unique overload for m ethod 'Sequence' could...
> So it's not related to your work. I tried changing the spelling of `Sequence` to `Seqquence` throughout FSHarpPlus and I still get this new error. And it only happens...
I managed to fix the bug found above, and FSHarpPlus now compiles with the preview of FS-1043 However 1. the tests failto compile 2. the compilation seems slower (there's a...
1. I checked this with the release compiler and compilation is no slower without `--langversion:preview` activated 2. We now get a new error for `--langversion:preview`. I must say that the...