TeaDrivenDev

Results 19 comments of TeaDrivenDev

Oddly, I just noticed that it works right now (except for the current line, which alone I think would be negligible). Will observe further.

Those are the column guides created with Productivity Power Tools. They're usually visible across the whole length of the page, but the depth colorizer paints over them, so they're only...

As I discussed with @dungpa, I would like to start working on this as part of my FSSF mentorship, as it doesn't require touching a lot of different parts of...

To verify my understanding here - is it correct that the same issue also exists for the `Struct` attribute? (see https://github.com/fsprojects/VisualFSharpPowerTools/blob/03c613acd3aa67cb5e3a339d3dcf1c7c783f30c2/tests/data/gotodef/generic-cases/go-to-empty-struct-metadata/input.fs and https://github.com/fsprojects/VisualFSharpPowerTools/blob/03c613acd3aa67cb5e3a339d3dcf1c7c783f30c2/tests/data/gotodef/generic-cases/go-to-empty-struct-metadata/expected.fs)

I have been poking around a bit and trying a few things to expand my image of the situation, and I have found out a few things: - A test...

I've started implementing the fix and have run into the first real obstacle: The type being handled is passed to the `writeType` function as a value of type `FSharpEntity`. This...

So, that `Entity` property is apparently the `EntityRef` used to create the `FSharpEntity`, but it's hidden by the `.fsi` file. My current understanding is that ideally, there should be an...

I thought about reflection as well, and I'm thinking the same as you. Especially as according to @7sharp9, `EntityRef` is an internal TAST type, so we'd probably have to use...

Sorry, my mistake; I wasn't aware those are different things. I have made the change to `FSharp.Compiler.Service` now, compiled the DLL and referenced it in VFPT, and generating the metadata...

But why don't breaking changes in FCS cause compiler errors in VFPT or the tests?