sam boyer

Results 141 comments of sam boyer

Thanks for having a look, @dprokop! > can only comment on the pattern itself here, as I don't have enough knowledge about the actual generation code. 💯💯 That's all i...

Thanks! > I'd expect to have the file generated with some empty names. IMO, this would be a regression from current state - it'd actually be _more_ confusing. In the...

i think our best, simplest option for adding more instructions that doesn't get us into the snarl of state management with stubs is to just be more explicit in generated...

> What I would expect instead is the codegen to raise errors, where the `./veneer/.type.ts` is not there at the types compile time. 💯💯 - and that's what the PR...

Oooh, that's helpful. i was already thinking i'm gonna end up having to allow `-`. That one actually works _less_ well than underscores for generated symbol names, where most languages...

on further reflection, it's really not possible to do this in a way that's fully consistent with the existing `Mutable` interfaces; adding return values would introduce an inconsistency that should...

pinging @barakmich - just an fyi so you know i'm tracking this side of it over here

We've got a bunch of unrelated changes here - some cleanup which is fine, but it's all mixed together with the removal of everything related to cvs2svn-2.3.0. Please separate these...

yeah, we'll see how we can do. it certainly won't touch C++, and i doubt it'll really touch optimized python, either. too much iteration is done in userspace. there are...