|
Parrot 4.6.0 "Wild Parrots of Telegraph Hill" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 18 July 2012. |
|||
| benabik | msg whiteknight getting test failures in Rosella: t/string/tokenizer/DelimiterRegion.t: 4: - get_tokens_unclosed_region and t/template/handler/Set.t: 7: - Test Rosella.Template.Handler.Set.add_child(3) and 8: - Test Rosella.Template.Handler.Set.add_child(1) | 00:08 | |
| aloha | OK. I'll deliver the message. | ||
|
00:22
benabik_ joined
00:26
dmalcolm joined
00:55
whiteknight joined
01:05
kid51 joined
|
|||
| whiteknight | Good evening, #parrot | 01:06 | |
| kid51 | Yo | ||
|
01:07
kid51_ joined
|
|||
| whiteknight | hello kid51_ | 01:10 | |
| kid51_ 's IRC connection has been going in and out for weeks. Maybe the DSL modem is dying. But I notice this far more on IRC than anything else. | 01:49 | ||
| dalek | sella: 74784a4 | Whiteknight++ | / (2 files): [Template,String] Fix two test failures uncovered from my fixes in Test.Asserter.Throws. benabik++ for pointing them out. |
01:53 | |
| sorear | consider sending a ping to Juerd / juerd@juerd.nl and asking for an account on feather.perl6.nl | 01:54 | |
| they are offered to anyone who needs a shell account for p6 or parrot purposes | |||
| kid51_ | Actually, I have -- or, perhaps, had -- an account on feather several years ago. | 01:56 | |
| Haven't tried to log in in a long time. | |||
| sorear | I'm pretty sure they deleted unused accounts a year ago or so | ||
| kid51_ | But if my DSL modem/wireless is the problem, I don't see how an account on feather would help. | ||
| sorear | you could run irssi in screen on feather | 01:57 | |
| kid51_ | But setting up screen and irssi would require me to ... think :-( | ||
| sorear | then your irc connection wouldn't be affected | ||
| kid51_ | ... and I prefer to think about code rather than infrastructure. | 01:58 | |
| But I will keep that suggestion in mind. Thx | |||
|
02:44
particle1 joined
03:02
lichtkind joined
|
|||
| lichtkind | allison: may I ask you something? | 03:03 | |
|
03:03
woosley left
03:46
sivoais joined
04:12
benabik joined
04:16
Khisanth joined
06:08
nopaste joined
07:09
brrt joined
07:54
lucian joined
08:00
awwaiid joined
08:09
slavorg joined
11:09
JimmyZ joined
13:09
crankin joined
13:10
crankin left,
crankin joined
13:40
bluescreen joined
14:43
darbelo joined,
alester joined
15:12
crankin left
15:43
jashwanth joined
16:01
brrt left
16:20
benabik joined
|
|||
| allison | lichtkind: certainly | 16:44 | |
| msg lichtkind if I'm not around next time you're on, you might also try email (I've finally got my inbox under control, so see every message) | 16:45 | ||
| aloha | OK. I'll deliver the message. | ||
|
17:00
dmalcolm joined
17:06
benabik joined
|
|||
| benabik | whiteknight++ # Rosella fixes | 17:24 | |
| aloha: ugt? | 17:31 | ||
| aloha | benabik: I have no idea. | ||
| moritz | aloha: ugt is Universal Greeting Time | ||
| aloha | moritz: Okay. | ||
|
17:45
dmalcolm joined
18:01
darbelo joined
|
|||
| rurban | Revised parrot smoker gist.github.com/3287531 (older git's) | 18:31 | |
|
18:41
dukeleto joined
|
|||
| dukeleto | ~~ | 18:41 | |
|
20:16
benabik joined
20:31
perlite joined
|
|||
| dalek | rrot/native_pbc: 54fe35b | rurban++ | / (8 files): [CAGE] fix most t/codingstd/copyright.t issues Only imcc has some Copyright (C) 2002 Melvin Smith <melvin.smith@mindspring.com> left. |
20:42 | |
| rrot/native_pbc: b41363d | jkeenan++ | / (8 files): Move Parrot_cpu_type function out of src/platform/misc.c. This way, it doesn't need to be repeated elsewhere. For symmetry, also remove it out of win32/misc.c and give it its own file there as well. Patch supplied by Andy Dougherty++. |
|||
| rrot/native_pbc: cde83a1 | rurban++ | t (18 files): re-enable native_pbc use new t/native_pbc/testdata templates to generate pbc's, change string to use binary and utf8 encodings, update mk_native_pbc. TODO: little-endian pbc files missing, preparing a 8_le qemu image to generate them. |
|||
| rrot/native_pbc: 4e670e2 | rurban++ | / (15 files): [GH #394] Revamp native_pbc: t/native_pbc/Test.pm Simplify tests with a common t/native_pbc/Test.pm library. Delete unneeded pbc files. Update ppc32 t/native_pbc files. TODO: endian-conversion fails |
|||
| rrot/native_pbc: 12507a5 | rurban++ | / (37 files): refactor t/native_pbc/ test ids Parrot::Test had the odd assumption that testing pbc can only be done for native_pbc tests, and that the tests must be of _<int>++.pbc. We pass now the filename as first arg to pbc_output_is() and check if it exists. So we can use now readable test names. |
|||
| rrot/native_pbc: 068bd7f | rurban++ | / (5 files): [CAGE] fix codingstd_tests hard tabs, cuddled else, MANIFEST sort, coda |
|||
| kudo/nom: 4acaef3 | coke++ | tools/autounfudge.pl: Allow autounfudge to use --section=1|01 |
20:48 | ||
|
20:53
brrt joined,
brrt left,
brrt joined
|
|||
| brrt | hi #parrot | 20:54 | |
| i have a verb issue | 20:55 | ||
| and a related noun issue | |||
| i want to determine what part of a script is to be run at startup, or none at all | |||
| the structure i have in mind for this is a mod_parrot_route (it is a route to a script) | |||
| but how do i call the function that generates this? | 20:56 | ||
| sorear | mod_parrot_router | ||
| brrt | .... | ||
| fair enough | |||
| i had dispatch | |||
| but that doesn't work | |||
| because it doesn't actually 'send' the interpreter that way | |||
| sorear | route_mod_parrot | ||
| brrt | it just gives direction | ||
| sorear | route is a perfectly servicable verb | 20:57 | |
| as is rout, but that's not correct | |||
| brrt | its also a noun in my case | ||
| i can change the noun as well | |||
| sorear | english is funny like that! | ||
| brrt | english is very flexible, a bit perlish | ||
| consider the many meanings of a word like import | 20:58 | ||
| but i digress | |||
| moritz | you meant, it's not of great import? :-) | 20:59 | |
| brrt | exactly :-) | ||
| dalek | kudo/nom: 038a3c7 | coke++ | tools/autounfudge.pl: allow override of autounfudge output file |
21:00 | |
| d_parrot/sub-eval: 508e07a | (Bart Wiegmans)++ | module/mod_parrot (8 files): Moving code arround. This is not a usable commit |
21:19 | ||
|
21:19
brrt left
21:25
benabik joined
21:31
elmex joined
21:48
whiteknight joined
23:18
benabik joined
23:21
kid51 joined
23:30
awwaiid joined
23:41
lucian joined
23:44
awwaiid joined
23:57
benabik_ joined
|
|||