aoikonomopoulos
aoikonomopoulos
Just some things I asked about in the gitter chat. 1. Would it be safer to work with clap-independent data types? I.e. define something to the effect of ``` struct...
@BurntSushi, what problems do you see in general usage? FWIW, I could see both approaches working out (a) have the argument-parsing code produce/export the `MinimalArg`. In this case, we would...
@deg4uss3r, thanks for your comments! I'm not sure I follow re: 1. Are you talking about the documentation generation here? What distinction would `MinimalArg` enable that isn't already possible? 2....
Just to avoid this getting lost, some considerations for the information that we'd want to have available for generating parts of the manpage: - programs might validly have more than...
In the absence of a proper GCC fix, pushed a new version that enables the temporaryCallFrame code on `ARMv7` (which doesn't affect the size of `LLIntAssembly.h`), to avoid flakiness in...
Thanks @ioannad, those all look straightforward to me and this significantly reduces the diff to the 64-bit version.