Don Syme
Don Syme
I'm ok with adding nested type definitions to F# at this stage in its evolution and now some other issues like namespace rec have been sorted out. I'll mark this...
@Kazark We will need a much smaller minimal repro of the underlying problem - that's a whole lot of SRTP in that repro. It's a good stress test I suppose,...
The ubuntu test failure looks unrelated ``` FAILED test/serena/test_serena_agent.py::TestSerenaAgent::test_find_symbol_references[kotlin-Model-src/main/kotlin/test_repo/Model.kt-src/main/kotlin/test_repo/Main.kt] - json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```
@MischaPanch Cool, yes, a super-interesting puzzle. VSCode Agent Mode is clearly using diagnostics scraped from VSCode, and it's really powerful for code correctness I think. Let's close this and transfer...
There is another collection of automated PRs from a different coding agent here: https://github.com/githubnext/gh-aw-trial-hono-copilot-cli/pulls?q=is%3Apr+is%3Aclosed Many of these look like small but realistic gains.
The correct thing is _always_ to use `new (arg) = ...`. Parentheses are required here. My reply on fsharp/fsharp: @ChrSteinert This is a parser thing where it is thinking `new...
@brianrourkeboll Great to see work starting in this direction!
Marking as approved in principle That doesn't mean it's a priority - indeed if you want this I strongly encourage you to contribute and RFC and an implementation - the...
It's an interesting suggestion to allow this in a limited place (or perhaps in arguments with an opt-in attribute). IIRC it's not hard to implement this - it was more...
@MischaPanch I'm kind of interested in adding this if #660 lands OK to your liking.