Paul Schoenfelder
Paul Schoenfelder
That seems like a good idea to me. The appups I generate by default via exrm are not super smart - they are about as good as it's possible to...
Yeah I noticed this as well. Scalatra seems to have changed somewhat more significantly than the other dependencies. I'll try and get this working real quick.
My feeling is that this isn't ready for prime time yet, you should avoid using this in production for now. It definitely has promise, but it needs work before it's...
@crbelaus @codeadict (or anyone else), this branch has conflicts that need to be resolved before I can merge and release this. If anyone has the time to do that, it'd...
> Why should this be blocked by the module spec? a simple get_proc_by_name API to a compiled Module should be enough here. The issue here is twofold: 1.) We are...
I'm 100% agreeing with you that this is needed, just that implementing an API for this isn't quite as straightforward (yet). However #1277 does implement some infrastructure to help with...
This has been implemented
There are actually quite a few instructions that can trap for various reasons, and have this issue. One can work around this specific case by using `u32assert.err=ERR` on the operands...
@bobbinth I think it could be an either or situation: ``` u32assert.err=ERR u32and.0xFF ``` OR ``` u32and.err=ERR ``` In other words, validating the sole operand for the immediate variant is...
Ah right, always forget about `u32assert2`!