Matt Sherman
Matt Sherman
Looks good, ran successfully on my machine (Mac, .Net Core 2.1). One test fails. For merging, do we want .Net in the same repo as Go? Might be kinda fun...
The Go package needs to be at the top level, moving it down under `go/` will break import paths.
This is looking really good.
We can merge this in if you are happy with it. As I mentioned, we can’t have the `go/` subdirectory — so I’ll let you do whatever git fu you...
Quick thoughts: 1) That’s interesting. gen supports marking up any type declaration (doesn’t care if it’s a struct), but one could argue for marking up funcs. It’s not a type,...
I’m excited about this, yes. Though it seems not backward compatible? I’d have to have high confidence in the user having 1.5.
Hi @ijt sorry for the delayed response. This is nice work. I am not crazy about those sort of semantics – I much prefer explicit choices. Optimizing for clarity and...
Thanks. This is a start in the right direction, but we need to go a bit further. I plan to make this behavior opt-in by the user. There are classes...
@dgnorton Agree, that’s the idea – you’re saying that even if the handwritten code has dependencies on the yet-to-be-generated code, it should work? That’s what I am going for here,...
Yup. Am scratching my own itch here too, I’ve gotten into that state a lot.