Слава Україні! Героям слава!
Слава Україні! Героям слава!
@leononame Yes, it works for .NET, but perhaps it's a bit different there, as .NET is specializing generic types from usage, not code-generating generic types. I'm not sure how easy...
@dbrattli Usually indexers are compiled as method calls, but perhaps you mean something else. Can you paste a small F# example of both?
@dbrattli What is the error, can you post it or link to a build? Also, can we fix individual tests to use `InvariantCulture`?
@MangelMaxime @dbrattli Does adding this option to the test projects help? ```xml true ``` But perhaps we can just do what some other tests already do, and just replace the...
@MangelMaxime I agree, even though it "compiles" on JS and Python, we don't [actually](https://github.com/fable-compiler/Fable/blob/main/src/Fable.Transforms/Replacements.fs#L2459) support `System.Globalization.CultureInfo`, e.g. setting it to anything else besides `InvariantCulture` is not going to work as...
@mingodad Yes, it's the same parser that F# compiler uses, the minor difference you see there is for consistency, to make it compile without F# signature files. `Range` and `range`...
@kerams I'm not at all familiar with Fable.React bindings, so please excuse my ignorance, but I wonder if there is a better way to express arbitrary properties, instead of using...
@kerams > I am a little surprised no one else has complained about this critical issue. Are you perhaps running .NET 9.0? Correct me if I'm wrong, but I don't...
@kerams That is correct, our current FCS snapshot is as of [Dec 8, 2023](https://github.com/ncave/fsharp/commits/main/), so it includes it. I just meant it's not technically part of .NET 8.0. Anyway, @kerams...
@MangelMaxime > But instead of generated them as standalone functions, I am in favour of generating them in place (inline). We'll have to suppress these member declarations anyway, in order...