Chad Retz

Results 809 comments of Chad Retz

Looks like just too many constants. I'd have to dig into seeing what constants asmble is generating, but short of changing how asmble works, I don't think there's an easy...

While it is common practice, I don't really agree with it and even have a README note telling you to build the wrapper yourself. In the same way you are...

Yeah, this is a problem with build tools changing compatibility on you...imagine if you had to download cargo with every project, or npm, or composer...gradle has chosen poorly in this...

I haven't been able to focus on this library in a while so I am not sure when I will be able to look.

Hrmm, haven't been able to revisit this project in a bit. A reduced test case would be ideal. But in general I can't promise a time when I'll get to...

Dokka is in a poor state right now (hopefully will [get better](https://discuss.kotlinlang.org/t/state-of-dokka/9853)). It takes many minutes to build the docs for this project, and they don't even link to external...

I am not wanting to go down the path of optimizing libc calls. Some things don't even have libc (e.g. Go) and functions like memcpy are not guaranteed to come...

Due to https://github.com/golang/go/issues/26622 I have opened #19 which this is now blocked on.

First working example at https://github.com/cretz/asmble/tree/master/examples/go-simple. Still having some method splitting troubles for ones w/ fmt included. Working through that now.

This is essentially what https://stackoverflow.com/questions/11250834/how-to-add-jsr-045-smap-information-to-java-stacktraces-at-runtime means wrt https://jcp.org/en/jsr/detail?id=45. So, yeah, an opt-in that would store this information as the JSR mentions and/or in another source map form, and maybe a...