| jnthn | No, not that it seems | 00:05 | |
| Well, tomorrow... :) | |||
| & | |||
|
01:30
ssutch joined
01:36
BenGoldberg joined
03:18
colomon joined
03:50
ssutch joined
07:43
FROGGS joined
08:20
johnny5_ joined
08:53
cognominal joined
09:37
johnny5_ joined
10:27
johnny5_ joined
10:29
johnny5_ joined
12:59
colomon joined
|
|||
| FROGGS | nqp: say( "(abc)" ~~ /'(' ~ ')' <ident>/ ); say( $<ident> ) # a problem with $/ btw | 13:43 | |
| camelia | nqp-jvm, nqp-parrot: OUTPUT«(abc)» | ||
| ..nqp-moarvm: OUTPUT«No lexical found with name '$/'frame_name_0(abc)» | |||
|
15:15
tgt joined
15:36
BenGoldberg joined
16:49
d^_^b joined
16:55
Ben_Goldberg joined
17:30
johnny5_ joined
17:33
johnny5_ joined
17:55
colomon joined
18:05
ssutch joined
18:33
cognominal joined
19:01
camelia joined
|
|||
| FROGGS | nqp-m: $/; say( "(abc)" ~~ /'(' ~ ')' <ident>/ ); say( $<ident> ) | 19:59 | |
| camelia | nqp-moarvm: OUTPUT«No lexical found with name '$/'frame_name_0» | ||
| FROGGS | ahh, wait | ||
| that warning earlier just escaped a try? | 20:00 | ||
| nqp: try my $x := 1 / 0 | 20:02 | ||
| camelia | ( no output ) | ||
| FROGGS | nqp: try my $x := 1 / 0; say $x; say "alive" | ||
| camelia | nqp-moarvm: OUTPUT«Confused at line 2, near "say $x; sa"panic» | 20:03 | |
| ..nqp-jvm: OUTPUT«Confused at line 2, near "say $x; sa" in panic (gen/jvm/stage2/NQPHLL.nqp:379) in comp_unit (gen/jvm/stage2/NQP.nqp:922) in TOP (gen/jvm/stage2/NQP.nqp:820) in parse (gen/jvm/stage2/QRegex.nqp:1247) in parse (gen/jvm/stage2/NQPHLL.nqp:1378) in…» | |||
| ..nqp-parrot: OUTPUT«Confused at line 2, near "say $x; sa"current instr.: 'panic' pc 16305 (gen/parrot/stage2/NQPHLL.pir:6018) (gen/parrot/stage2/NQPHLL.nqp:426)» | |||
| FROGGS | nqp: try my $x := 1 / 0; say $x; say("alive") | ||
| camelia | nqp-moarvm: OUTPUT«Confused at line 2, near "say $x; sa"panic» | ||
| ..nqp-jvm: OUTPUT«Confused at line 2, near "say $x; sa" in panic (gen/jvm/stage2/NQPHLL.nqp:379) in comp_unit (gen/jvm/stage2/NQP.nqp:922) in TOP (gen/jvm/stage2/NQP.nqp:820) in parse (gen/jvm/stage2/QRegex.nqp:1247) in parse (gen/jvm/stage2/NQPHLL.nqp:1378) in…» | |||
| ..nqp-parrot: OUTPUT«Confused at line 2, near "say $x; sa"current instr.: 'panic' pc 16305 (gen/parrot/stage2/NQPHLL.pir:6018) (gen/parrot/stage2/NQPHLL.nqp:426)» | |||
| FROGGS | nqp: try my $x := 1 / 0; say($x); say("alive") | ||
| -.- | |||
| camelia | nqp-parrot: OUTPUT«alive» | ||
| ..nqp-moarvm, nqp-jvm: OUTPUT«Infalive» | |||
|
20:20
ssutch joined
|
|||
| FROGGS | jnthn: the "is rw" fails to get applied btw at: rakudo/src/core/traits.pm:342: my $meth := method (|c) is rw { | 21:13 | |
| jnthn | It's some arglist corruption bug afaict | 21:15 | |
| Sadly, my Sunday got nabbed dealing with preparing for the fill-in teaching tomorrow that I've had dumped on me :/ | |||
| lizmat | :-( | ||
| jnthn | "Can you do a guest lecture on Mon?" "Um...sounds OK." "OK, it's from 8:15am until 3pm." "WTF????" :) | 21:16 | |
| FROGGS | hehe | 21:18 | |
| jnthn | This is going to feature a high amount of live coding. It's a fairly beginners-level group so I figure I can pull it off. :) | ||
| hm, my slides don't contain a dugong yet... | 21:19 | ||
| lizmat | dang! | 21:20 | |
| FROGGS | why should your slides contain that ooc? | 21:21 | |
| jnthn | FROGGS: They just seem to feature unusually often when I teach C# related things. :) | ||
| For no good reason at all :) | |||
| FROGGS | O.o | 21:22 | |
| jnthn | There is at least a haiku in here somewhere... | ||
|
21:22
tgt joined
22:57
colomon joined
23:03
johnny5_ joined
23:38
FROGGS joined
|
|||