Gauthier Segay

Results 386 comments of Gauthier Segay

Note that I also come across ```fsharp (fun options -> options.SetterProperty

@LyndonGingerich in such case: ```fsharp let data = [1,"1";2,"2"] data |> List.map (function a,b -> a * 2) data |> List.map (fun (a,b) -> a * 2) ```

If this would come, the default analyzers that ship with the compiler should know about it: if the langversion is < 9 and the fsharp.core version which ships this is...

This is probably a significant feature (with the reverse one, to only format specific sections) that would drive adoption in places where fantomas is not considered. It would also make...

Just to add to the discussion, right now Fable python target compiles code that doesn't seem to load in python 3.9.7, providing this error message: > TypeError: 'ABCMeta' object is...

I'm also trying to import types from root namespace, defined in F# assembly. Wondering if there is any known workaround for this? Thanks!

> I haven't tested it but I'd say dotnet nuget probably fails as well. Therefore only nuget.exe is an option. this still fails today, in a repository with dotnet sdk...

``` ➜ FSharp.Analyzers.SDK git:(master) ✗ mv foo.global.json global.json ➜ FSharp.Analyzers.SDK git:(master) export DOTNET_ROLL_FORWARD=LatestMajor ➜ FSharp.Analyzers.SDK git:(master) dotnet fsi build.fsx ``` >The command could not be loaded, possibly because: > *...

> The SDK team is working on options for running already installed dotnet tools with a different roll forward policy, and for installing them with a roll forward policy different...