kerams

Results 190 comments of kerams

No clue, I know little about the trimming infrastructure.

In case anyone needs this, here's a snippet that removes the aforementioned resources on all F# assemblies using Mono.Cecil. Run it once trimming has completed. ```fsharp for f in Directory.EnumerateFiles...

For every single referenced assembly, every time I add a new one? I don't think so :).

I don't see why I would ever want to retain signature and optimization data when publishing, regardless of where an assembly comes from, or even if it is actually being...

Fair. I suspected the issue might be transferred, but this repo seemed like a good first port of call.

Can hints themselves have tooltips? This here looks like an empty one: ![image](https://user-images.githubusercontent.com/5063478/200386527-a6c90aa9-8a51-488c-88ce-ccf0aa1f6b3d.png) It would be nice to reuse type annotation tooltips with all the good stuff like clickable references:...

I think his point is that `BigInteger` should behave like `Int32` does, where we don't use the .NET name but the F# one. According to https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/basic-types, `bigint` is an abbreviation,...

The CLR does not support this, so these would not be true enums. > F# becomes simpler for a common use case Perhaps I live in a bubble, but I...

```fsharp data |> { _ with a = 2 } |> // ... { data with a = 2 } |> // ... let setB value = { _ with...

I've noticed the same thing for the first time the other day where a scheduled diff backup to Cloudflare R2 failed: ``` 2023-10-20 06:30:01.228 P00 INFO: backup command begin 2.48:...