brrt any reason why -fsanitize=address doesn't work anymore on os x whatever 08:09
ls 08:10
wrong window :-)
oh, it's not supported yet 08:22
mac os x... o.O
dalek arVM: 932d69a | sergot++ | src/6model/reprs/NFA.c:
get rid of warnings
09:36
arVM: 8a5ac0c | (Tobias Leich)++ | src/6model/reprs/NFA.c:
Merge pull request #156 from sergot/master

get rid of warnings
dalek arVM: 972d95b | jonathan++ | / (4 files):
ceil_n and floor_n should return n64, not i64.

Otherwise we end up with bogus and incorrectly typed results.
16:45
[Coke] note that xcode DOES support a version of the sanitizer, just not the standard one. 17:25
Try using -faddress-sanitizer instead of -fsanitize=address. Apple's version appears to be based on an older version of CLANG, and if you run clang --help, the sanitizers are all of this form in this version. 17:26
(from stackoverflow.com/questions/1613019...er-on-osx)
dalek arVM: 6c6fe79 | (Tobias Leich)++ | Configure.pl:
pass -faddress-sanitizer when --asan is set, [Coke]++
17:35
[Coke] FROGGS: I had tried that, and it didn't work here. :) 17:44
Did you test that?
FROGGS [Coke]: I can't... 17:45
how did that fail?
[Coke] I don't remember, but there's a reason I didn't ever commit that. 17:46
FROGGS --asan fails on osx atm anyway, so I think I did not break anything at least 17:47
okay, it looks like you need to build a newer version of clang, and then my patch will work 17:49