Petr Pokorny
Petr Pokorny
We need to investigate and find out what's happening here exactly and then document the behavior or look if it can be solved as part of an existing suggestion. We...
Not sure they're there, but should be easy to add, based on e.g. this one: https://github.com/dotnet/fsharp/blob/be658c56fe5436b6b3dd8ac291ef118f8f9cc4eb/tests/FSharp.Compiler.ComponentTests/FSharpChecker/TransparentCompiler.fs#L244C1-L265C125 Just add a `addFileAbove` in the workflow and check that files above the new...
> All transparent compiler tests are disabled, since they are too flaky currently (and since the feature is highly experimental and unstable). Actually majority of them are running and stable...
This seems to still be running, which has all component tests running with TC and all other tests that use FSharpChecker also. 
It wasn't writing it to disk before either: https://github.com/dotnet/fsharp/blob/ddbaafd3533d7c2bc1fe8265938450fef4c6ad93/tests/service/Common.fs#L197 Which is probably the reason it didn't work for you during debug, because `Range.DebugCode` relies on reading it from disk. I...
`query` doesn't support async enumeration by itself, it just returns `IQueryable` which contains the query. It's hard to say what exactly is `ToListAsync` trying to do with it. This should...
@jcmrva can you attach or send us the binlog from MSBuild where this doesn't work?
> I'm not sure I get the logic of cancelling and restarting jobs. I mean why can one requestor cancel a job that has other active requestors? The idea behind...
> Debugging as in debugging the FCS itself? Yep. Sometimes it would be nice to know when an exception happens what was the whole path to it. Now you just...
> Hmmm ok, so this passes without reverting16348 (#16536). Damn, how come? The failures that happen in the other branch don't even touch this code 🤔