Phillip Carter
Phillip Carter
It doesn't look like it, no. [Example](https://sharplab.io/#v2:DYLgZgzgPgtg9gEwK7AKYAIBic7oLwCwAUOqemgC7oCWAdsHRgEYCGATugB7oCe+X6ANS9iZcqip0GtZuwDkAvngHCeQA===). Similar to the units of measure issue, the tool would have to know about all F# constructs that are inline to be able...
Yes, they are erased. [Example](https://sharplab.io/#v2:DYLgZgzgPg2gPAWQKYEMIFcBOSB8BdAAgBcBPAByQICEB7GgWACgnSKCBhACgEoCBeJgSEEAtkhEAjJJgIB9WQDoEnCXRAEAlgDsicWjRy8+PIA=). Honestly, the only way forward here (from a technical standpoint) seems like it would be to have the tool understand every part of FSharp.Core that...
Hey there, piping in based on: https://github.com/Microsoft/visualfsharp/issues/6067 I've never used Gentoo, but there are some specifics about F# that are probably worth mentioning: * F# is included in the .NET...
It _should_ be possible to build the F# compiler and FSharp.Core from https://github.com/fsharp/fsharp However, we (the F# team at Microsoft) don't own that repository nor are we responsible for packaging...
That error message looks like an issue in packaging in the fsharp/fsharp repo 😕 `fsharp-10.2.1` refers to the Compiler SDK version 10.2.1, but the FSharp.Compiler.Tools repo version `4.1.27` packages up...
> I know that some other SIG (python?) abandoned that eventually, let me see if I can track down the history, to see why they did it. Mostly because we...
It's worth noting that the only docs there for python are API docs for various packages (and there's some examples for those APIs too). That's because we don't have a...
LGTM @svrnm. I'd add that also, we're in a bit of a special time now with Metrics, where there's a lot more content that will need to be added soon,...
@cijothomas also highly interested in seeing this re-opened and ultimately released. We're documenting these for relevant languages and unfortunately we can't do that for .NET until this is released: https://github.com/open-telemetry/opentelemetry.io/issues/1539#issuecomment-1234281131
Looks like the only thing red is a sanity check that is detecting some extraneous spaces in XML doc comments. Is that required to be ale to push this through?...