01:05
Kaiepi joined
01:12
brrt joined
|
|||
Geth | MoarVM: 1fca17994d | (Samantha McVey)++ | src/strings/windows1252.c Add windows1251/2 support for replacements with > 1 chars This adds support in MVM_string_windows125X_decode for using replacements which have more than one grapheme in them. Previously this function only supported replacements with one grapheme in them. MVM_string_windows125X_decodestream still only supports single grapheme replacements for now. |
02:07 | |
samcv | hmm what is the best way to test decodestream functions? reading a file handle i guess? | 02:09 | |
didn't implement multiple replacements yet because i haven't written tests yet for that function. | 02:10 | ||
02:57
ilbot3 joined
03:12
brrt joined
05:12
brrt joined
06:12
brrt joined
08:12
domidumont joined
08:18
domidumont joined
08:29
FROGGS joined
09:01
Ven`` joined
10:59
domidumont joined
11:25
AlexDaniel joined
14:15
releasable6 joined
|
|||
Geth | MoarVM/maybe_fix_big_endian: 8fa756e869 | (Timo Paulssen)++ | src/core/validation.c perhaps this will fix moar on big endian machines |
18:18 | |
18:49
zakharyas joined
19:10
zakharyas joined
19:13
Ven`` joined
19:45
Ven`` joined
19:58
Kaiepi joined
20:17
zakharyas joined
20:19
zakharyas joined,
Kaiepi joined
20:22
FROGGS joined
20:38
zakharyas joined
20:40
zakharyas joined
21:24
Kaiepi joined
|
|||
FROGGS | timotimo: latest moar+nqp+rakudo passes all tests for me on mips | 21:37 | |
mipsel is still building | |||
21:59
AlexDaniel` joined
22:42
dogbert2_ joined
22:44
greppable6 joined,
reportable6 joined
22:56
Kaiepi joined
|
|||
FROGGS | src/math/bigintops.c:971:13: error: ‘MP_GEN_RANDOM_MAX’ undeclared (first use in this function) | 23:42 | |
if (MP_GEN_RANDOM_MAX >= abs(smallint_max)) { | |||
^~~~~~~~~~~~~~~~~ | |||
src/math/bigintops.c:971:13: note: each undeclared identifier is reported only once for each function it appears in | |||
timotimo^^ | |||
timotimo | huh | 23:43 | |
is RAND_MAX available? because that's what it is #defined to be | 23:44 | ||
FROGGS | how can I check? | 23:45 | |
btw, I'm using system's libtommath, maybe there is a newer version | |||
ohh yes, there is a newer one... | |||
timotimo | yeah, maybe they changed something | 23:46 | |
FROGGS | yeah, bigintops got compiled successfully | ||
that mipsel chroot is more than one year old, so that explains it | 23:47 |