|
Parrot 3.10.0 "Apple Pi" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 2 December 2011. |
|||
|
00:07
AzureStone joined
01:39
nbrown_ joined
|
|||
| dalek | itor: 5d14163 | NotFound++ | / (4 files): MenuBar and fixes in Menu, use a MenuBar in example puzzle |
01:39 | |
|
02:19
lucian joined,
JimmyZ joined
02:43
JimmyZ joined
|
|||
| whiteknight | bleh, markdown-- | 03:11 | |
| JimmyZ | whiteknight++, nice post, hope these features will be in parrot in 2012 | 03:21 | |
| whiteknight | JimmyZ: those and many others | 03:22 | |
| JimmyZ | whiteknight: and lorito? | 03:31 | |
| whiteknight | JimmyZ: that's a question for cotto | 03:32 | |
| JimmyZ | whiteknight: hehe :) | ||
| benabik | o/ | 04:13 | |
|
04:58
rfw joined
05:45
JaphMalik left
07:37
zby_home joined
07:51
alin joined
09:43
nbrown joined
11:04
mj41 joined
11:44
whiteknight joined
12:05
JimmyZ joined
12:22
lucian joined
|
|||
| dalek | kudo/nom: d2a0960 | moritz++ | src/Perl6/ModuleLoader.pm: fix file name annotations in "use"d modules |
12:25 | |
|
13:02
schmooster joined
13:25
JimmyZ joined
|
|||
| whiteknight | good morning, #parrot | 13:27 | |
| tadzik | good morning whiteknight | 13:31 | |
| dalek | sella/gh-pages: dfa82ca | (Michael Huang)++ | winxed/syntaxandtypes.md: Added description of multidimensional arrays (and indices), as well as a description of fixed arrays. |
13:34 | |
| sella/gh-pages: 04e729e | Whiteknight++ | winxed/syntaxandtypes.md: Merge pull request #38 from fernozzle/gh-pages Google Code-in array syntax documentation updated |
|||
| whiteknight | hello tadzik | 13:36 | |
| nine | whiteknight: good morning. Just reading up on your blog. Have you found a new computer yet? | 13:54 | |
| whiteknight | nine: no. I think I have it narrowed down to the models I want, but we haven't bought yet | ||
| money is a little tight since we just bought a house and have xmas coming up | |||
| nine | I can imagine...what's on your list of candidates? | 13:55 | |
| dalek | sella: 456aab9 | Whiteknight++ | src/query/Queryable.winxed: Add in a quick (untested) implementation of a schwartzian transform sorter. |
13:59 | |
|
14:57
Hunger joined
15:02
JimmyZ joined
|
|||
| nine | What do I have to do to get a file into MANIFEST.generated? | 15:26 | |
|
15:31
Psyche^ joined
|
|||
| benabik | i/ | 15:53 | |
| o/ | |||
| dalek | itor: 9e225e0 | NotFound++ | examples/pizarra.winxed: fix slowness in long hand drawing |
15:58 | |
|
16:51
mj41 joined
|
|||
| benabik | nine: ping | 17:41 | |
| msg nine I think MANIFEST.generated is just a hand-edited file. | 17:43 | ||
| aloha | OK. I'll deliver the message. | ||
| dukeleto | ~~ | 17:47 | |
| nine | benabik: then the name is a bit confusing ;) | 17:52 | |
| benabik | nine: It's not generated itself, it's a list of the files that are generated. :-D | 17:59 | |
| dukeleto | nine: MANIFEST.generated is the list of files that are in source control, but generated | ||
| nine: i was confused too, the first time i had to deal with it | |||
| nine | Aah...makes much more sense now. Thanks | 18:01 | |
| dalek | rrot/threads: 3fd5153 | nine++ | docs/binaries/parrot.pod: Fix line length violations in docs/binaries/parrot.pod |
||
| rrot/threads: b580987 | dukeleto++ | MANIFEST: Update manifest |
|||
| rrot/threads: 5d06079 | (Alvis Yardley)++ | tools/dev/install_files.pl: Removed reference to 'mk_manifests.pl', which no longer exists. |
|||
| rrot/threads: f43f011 | (Alvis Yardley)++ | tools/dev/install_files.pl: Merge branch 'ayardley/rm_bad_doc_ref_in_tools_dev_install_files' |
|||
| rrot/threads: eca73c3 | nine++ | / (3 files): Merge branch 'master' into threads |
|||
| rrot/threads: 6943466 | nine++ | MANIFEST.generated: Add missing files to MANIFEST.generated Also adds a little note to avoid confusion about this file's name |
|||
| dukeleto just updated trac.parrot.org/parrot/wiki/ParrotQuotes to point to github.com/parrot/parrot/wiki/Parrot-Quotes | 18:04 | ||
| dalek | rrot/threads: 2166fdb | nine++ | t/pmc/pmc.t: Add new proxy type to list of exceptions in t/pmc/pmc.t Proxy needs initialization to work and appears to have a different type. No good for this test. |
18:06 | |
| dukeleto | nine++ # thready productivity | 18:09 | |
| dalek | tracwiki: v83 | dukeleto++ | ParrotQuotes | 18:13 | |
| tracwiki: trac.parrot.org/parrot/wiki/ParrotQ...ction=diff | |||
|
18:24
kid51 joined
|
|||
| nine | dukeleto: made some great progress on threading these past few days. Low level stuff is working quite stable and without memory leaks. What's a bit of a problem now is that a started task is not in the same namespace anymore which is why for example t/pmc/task.t is failing: the task simply cannot find the ok function | 18:29 | |
| dukeleto | nine: interesting | ||
| nine: but you could lookup the ok function in a global namespace, yes? | 18:30 | ||
| nine: by using the Test::More::ok function | |||
| nine: to get around that issue | |||
| nine | dukeleto: I'll try. But this is stuff I know almost nothing about. | 18:32 | |
| cotto | ~~ | 18:40 | |
| dalek | itor: 2231ef9 | NotFound++ | src/Guitor.winxed: sanity checks in Map and Unmap |
19:17 | |
|
20:49
mj41 joined
|
|||
| dalek | sella: 73b4c68 | Whiteknight++ | src/query/Queryable.winxed: A few fixes to the cached sort routine so it actually does what we expect |
21:49 | |
| sella: 8f1185e | Whiteknight++ | src/query/ (2 files): One more fix for cache_sort |
|||
|
22:28
schmooster joined
22:44
TonyC joined,
nbrown joined
22:46
nopaste joined
23:19
jsut_ joined
23:40
Yuki`N joined
23:54
JaphMalik joined
|
|||