Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes. Set by lizmat on 24 May 2021. |
|||
Geth | MoarVM/main: 4091ba1780 | (Daniel Green)++ | src/profiler/heapsnapshot.c Use correct size for string literals GCC 15 newly complained: ``` src/profiler/heapsnapshot.c: In function ‘string_heap_to_filehandle_ver3’: src/profiler/heapsnapshot.c:961:24: warning: initializer-string for array of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 961 | char typename[8] = "strings\0"; ``` |
00:37 | |
MoarVM/main: f92027366e | (Daniel Green)++ | 2 files Silence long-standing compiler warning GCC has for a long time complained: ``` src/jit/tile.c: In function ‘MVM_jit_tile_make’: src/jit/tile.c:51:25: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 51 | tile->values[i] = (MVMint8)va_arg(arglist, MVMint32); ... (11 more lines) |
|||
MoarVM/main: 7491b3a76a | MasterDuke17++ (committed using GitHub Web editor) | 3 files Merge pull request #1940 from MasterDuke17/fix_two_compiler_warnings Fix two GCC compiler warnings |
|||
00:44
[Coke]_ joined
00:46
[Coke] left
|
|||
Geth | ¦ MoarVM: coke self-assigned Build failure on Alpine due to mimalloc update github.com/MoarVM/MoarVM/issues/1935 | 00:56 | |
¦ MoarVM: coke assigned to MasterDuke17 Issue Build failure on Alpine due to mimalloc update github.com/MoarVM/MoarVM/issues/1935 | |||
¦ MoarVM: coke self-unassigned Build failure on Alpine due to mimalloc update github.com/MoarVM/MoarVM/issues/1935 | |||
12:13
[Coke]_ is now known as [Coke]
17:45
notna joined
18:20
notna left
|
|||
patrickb | Hey jnthn, thanks for chiming into the dispatch program question. Nice reading from you! Passing on the callee and calling it, feels like the more fitting approach. I think I'll try going with that. | 19:00 |