Mark Laws
Mark Laws
> 1. Cases where a .NET Framework type (other than a primitive) doesn't support a particular method corresponding to an existing SRTP constraint used in FSharp.Core. For example, is missing...
@dsyme If I'm understanding the problem correctly, this is not entirely new per se, or is at least related to the long-standing issue that has always thrown folks for a...
Just so we're on the same page, some questions/discussion: 1. Since generic arithmetic is one of the major driving forces of this RFC, would you like to elaborate on the...
This is still broken on clangd 16.0.2. ``` clangd version 16.0.2 (https://github.com/llvm/llvm-project 18ddebe1a1a9bde349441631365f0472e9693520) Features: linux+grpc Platform: x86_64-unknown-linux-gnu ``` There's a newer version of the header file I attached in the...
Thanks for looking into this. It's almost definitely the same root cause as the bug you linked, since renaming the file makes the issue go away here too. I started...
I agree with your comments. Frankly, I'd remove the silly heuristic entirely--it's slow, failure-prone, and does a disservice to the majority of users in favor of offering dubious benefit to...
> I implemented this in [llvm/llvm-project#78925](https://github.com/llvm/llvm-project/pull/78925), and confirmed that it addresses the OOM in `guessLanguage()` in the various libraries for which this bug was reported (mathlink.h, miniaudio.h, a couple of...
Sorry, can you explain what isn't working? Are you trying to generate code? Are you trying to invoke the F# compiler via CodeDom? Are you using CodeDom for ASP? It...
Also, just FYI, you'd be much better off using [FCS](https://github.com/fsharp/FSharp.Compiler.Service/) if you want programmatic access to the compiler and/or parsing and AST-related services. CodeDom's AST doesn't resemble F# at all,...
That is a technically accurate interpretation, but I don't know a single indentation-aware Emacs major mode--*any* editor, actually--that behaves this way. The default "smart" indentation behavior that is typical is:...