Kyle Evans

Results 43 comments of Kyle Evans

I suspect the answer to this is something like: ``` diff --git a/liblist.sh b/liblist.sh index d3a2144..f9bb2d2 100644 --- a/liblist.sh +++ b/liblist.sh @@ -75,7 +75,8 @@ list_push_back () { # list_insert...

> The main challenge here is how to verify and write output simultaneously. Then, upon sucessful validation we would need to rename an output to target or to unlink it...

> Long time ago, I have designed a library for that purposes: https://github.com/vstakhov/asignify Ah, I'll take a look at that, thanks! It would be nice to have a method that...

I've added a branch to my fork that demonstrates the problem here, that priorities are ignored for dependencies: https://github.com/kevans91/pkg/tree/dep_pri -> in both cases of the new test, one would expect...

I'm not actually sure this is still correct. My previous response was unfortunately positioned just after 3ba48885a9e991, which broke this again. Backing up one step before revealed that my test...

Yes, stand/ is where the loader lives ([stand]alone, iirc). I definitely haven't implemented any sort of key tracking while loadelf is operating in lualoader (stand/lua substantially), so it makes sense...

Hi @PhirePhly, Would you consider merging the patch by @patrickdk77 so that `aprx-stat(8)` at least compiles --with-erlangstorage? No idea at the moment if any other `aprx-stat(8)` issues are fixed in...

I unfortunately don't have any kind of setup to test this on, but an interested party should start with migrating to the new hotness: IP_FW3 (sockopt). It takes opcodes[0] with...

Yeah, around here: https://github.com/arduino/arduino-builder/blob/master/src/arduino.cc/builder/includes_finder_with_regexp.go#L47-L52 But it seems like this should "Just Work" because it tries to match the regex first. I tried the following test to make sure I'm not...