02:09
guifa joined
03:14
guifa left
08:30
[Tux] left
08:33
[Tux] joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
08:45 | |||||||||||||||||||||||||||||||||||||
tux.nl/Talks/CSV6/speed4-20.html / tux.nl/Talks/CSV6/speed4.html tux.nl/Talks/CSV6/speed.log | |||||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: 2d75c305eb | (Elizabeth Mattijsen)++ | src/core.c/Enumeration.rakumod Revert enum.raku representation for just word chars 5e8d7f6567dd49c caused a test in roast to fail that depended on the enum.raku representation. Instead of changing the test, revert the enum.raku representation to *not* use < > if there are just word characters in the enum. |
10:42 | |||||||||||||||||||||||||||||||||||||
11:35
librasteve_ joined
12:15
masukomi joined
12:30
masukomi left
13:47
guifa joined
14:05
librasteve_ left
14:59
librasteve_ joined
16:14
guifa left
17:09
librasteve_ left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | m: use nqp; dd nqp::istype(Str,Int()) # this feels wrong | 18:06 | |||||||||||||||||||||||||||||||||||||
camelia | 1 | ||||||||||||||||||||||||||||||||||||||
lizmat | did Str somehow slip into the type cache of Int() ? | 18:07 | |||||||||||||||||||||||||||||||||||||
japhb | lizmat: Why so? Str is Cool, which is coercible to Int ... using nqp::istype with a coercible type might be DIHWIDT, but .... | ||||||||||||||||||||||||||||||||||||||
(But then, I never stared at the coerce rules all that hard.)\ | 18:08 | ||||||||||||||||||||||||||||||||||||||
lizmat | m: say Str.ACCEPTS(Int() | 18:09 | |||||||||||||||||||||||||||||||||||||
camelia | ===SORRY!=== Error while compiling <tmp> Unable to parse expression in argument list; couldn't find final ')' (corresponding starter was at line 1) at <tmp>:1 ------> say Str.ACCEPTS(Int()<HERE><EOL> |
||||||||||||||||||||||||||||||||||||||
lizmat | m: say Str.ACCEPTS(Int()) | ||||||||||||||||||||||||||||||||||||||
camelia | False | ||||||||||||||||||||||||||||||||||||||
japhb | m: say Int().ACCEPTS(Str) | 18:14 | |||||||||||||||||||||||||||||||||||||
camelia | True | ||||||||||||||||||||||||||||||||||||||
lizmat | m: my Int() @a = <a b>; dd @a | 18:19 | |||||||||||||||||||||||||||||||||||||
camelia | Int(Any) = Array[Int(Any)].new(Failure.new(exception => X::Str::Numeric.new(source => "a", pos => 0, reason => "base-10 number must begin with valid digits or '.'"), backtrace => Backtrace.new), Failure.new(exception => X::Str::Numeric.new(source => … | ||||||||||||||||||||||||||||||||||||||
lizmat | that also feels LTA | ||||||||||||||||||||||||||||||||||||||
18:21
guifa joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | weird windows problem: stackoverflow.com/questions/797314...e-and-raku | 19:54 | |||||||||||||||||||||||||||||||||||||
20:47
coleman left
20:48
coleman joined
|