dogbert17 m: say 1 ∈ (Set) ?? "present" !! "not present" 09:27
camelia not present
yoleaux 03:10Z <Zoffix> dogbert17: if you're interested. Got a segfault with some of my code; possibly something to do with native typed attributes: zef update; zef install Testo; cd $(mktemp -d); git clone github.com/zoffixznet/perl6-IO-Dir .; git checkout 70f8502; perl6 t/01-operation.t
03:16Z <Zoffix> dogbert17: actually it was trying to read a close dir handle. Filed as: rt.perl.org/Ticket/Display.html?id=131301
dogbert17 m: say 1 ∈ (SetHash) ?? "present" !! "not present" 09:28
camelia not present
dogbert17 notes that the latter case used to say 'Invocant of method 'Set' must be an object instance of type 'SetHash', not a type object of type 'SetHash'. Did you forget a '.new'?'
dogbert17 notices that he's posting in the wrong group /o\ 09:37
Geth MoarVM: 22fb8e49c0 | (Timo Paulssen)++ | src/io/dirops.c
don't crash on reading a closed dir handle

Fixes RT #131301
Not sure if a change for windows is needed, as it already checks for invalid handle values.
15:09
synopsebot6 Link: rt.perl.org/rt3/Public/Bug/Display...?id=131301
JimmyZ timotimo: it need too before check invalid handle 16:44
invalid hanlde != NULL
timotimo: github.com/MoarVM/MoarVM/blob/22fb...ops.c#L297 need to add check here :) 16:47