Markus Schirp

Results 267 comments of Markus Schirp

@swetashre Just checking in. Almost 12 month have passed. I still have to carry around a set of patches to patch either the API spec or the generated code to...

@ITProKyle At the current rate: Heat death of the universe.

Sorry to be so snarky earlier. Thanks for taking a look.

I think you can parse sorbet out of the 'regular' ruby AST easily as a postprocessor. I do not think sorbet should get primary AST nodes, as long they are...

BTW: I consider the https://github.com/whitequark/parser AST as the supreme ruby tooling AST compared to the ripper one, especially as its more stable and better documented. It may make sense to...

> I would love to say April for final 2.0 release, but we might drag out longer than that. Any chance you can pitch in a PR for any of...

@rueshyna Its in progress here https://github.com/brendanhay/gogol/pull/72

> One approach might be for the code generator to generate newtype wrappers for every Text argument. I'd love that approach. Over time the newtime wrappers could even get some...

I think that hackage has a smaller timeout than the other services to generate the docs. This and that this library has a huge number of modules creates the situation...

@jdjacobrli I assume it happens at the moment the various smaller modules get assembled into a bigger package, and each module is likely referenced with an absolute path, overflowing the...