|
#parrot Parrot 0.5.2 Released | parrotcode.org/ | see www.parrotcode.org/misc/parrotsketch-logs/ for logs Set by moderator on 11 February 2008. |
|||
|
00:00
cognominal_ joined
|
|||
| kid51 | Have to learn not to confuse /q and /msg | 00:09 | |
|
00:25
jjore joined
00:37
x joined
01:24
gryphon joined
01:35
mdiep_ joined
01:47
Andy joined
|
|||
| Limbic_Region | seen chromatic | 01:59 | |
| purl | chromatic was last seen on #parrot 2 days ago, saying: If you're just debugging and printing temporarily, use s->strstart, but don't remember I told you that and scrub it out before checkin. [Feb 21 18:12:45 2008] | ||
| chromatic | pong | 02:01 | |
| Limbic_Region | oh | 02:15 | |
| shoot | |||
|
02:17
jjore joined
|
|||
| svnbotl | r26033 | petdance++ | trunk: | 02:43 | |
| : Isolating memory stomp in RT #50920. Also switched to flex 2.5.33 so chromatic and I no longer stomp on each others versions | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26033 | |||
| Andy | hey chromatic | 02:45 | |
| chromatic | Howdy. | 02:46 | |
| Andy | Check out the isolation I've been doin' | 02:48 | |
| chromatic | Looks good. | ||
| purl | O_O | ||
| Andy | tedious, but I'm tryin' to get the bottom of the str_dup necessity | ||
| chromatic | Mine was just a "Hey, I think I know *where* the problem is" patch to get Coke running again. | ||
| nopaste | "kid51" at 70.107.19.71 pasted "My first use of valgrind -- on Configure.pl" (620 lines) at nopaste.snit.ch/12386 | ||
|
02:49
ptc_ joined
|
|||
| kid51 | ptc_: Can't sleep? | 02:49 | |
| purl | geckos'll eat me. | ||
| svnbotl | r26034 | petdance++ | trunk: | 03:06 | |
| : fixed a missing cast that ran afoul of a coding standard test | |||
| r26035 | petdance++ | trunk: | |||
| : isolating, ever closer, RT #50920 | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26035 | |||
|
04:08
AndyA joined
04:17
Andy joined
|
|||
| Andy | ping crhomatic | 04:45 | |
| purl | I can't find crhomatic in the DNS. | ||
| Andy | ping chromatic | ||
| purl | I can't find chromatic in the DNS. | ||
| svnbotl | r26036 | petdance++ | trunk: | ||
| : Fix C90 complaints | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26036 | |||
|
05:00
x joined
05:16
Coke joined
|
|||
| Coke | opbots, names | 05:16 | |
| mdiep_: you around? | |||
| tene: you around? | |||
| chromatic: you around? | 05:17 | ||
| pmichaud: how about you? =-) | 05:37 | ||
| spinclad | Coke: you around? :) | 05:38 | |
|
05:38
slightlyoff joined
|
|||
| Coke | *thbbthp | 05:38 | |
| Coke gives up on tcl for the evening. | 05:53 | ||
| svnbotl | r26037 | coke++ | trunk: | 06:00 | |
| : [tcl] | |||
| : Take advantage of the new 'copy' op, which is supposed to replace morph+assign. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26037 | |||
| mdiep_ | Coke: yo | ||
| Coke | There I have at least gotten my poor failing test to make parrot throw up instead, so I can open a ticket, .... , and profit. | 06:09 | |
| mdiep | tickets are good | ||
| Coke | mdiep: was getting errors that set_pmc is not defined in TclConst (post PDD15). remembered that there was a copy opcode these days; tried to use that; test failure mode changed from 'set_pmc not defined' to *vomit* | 06:10 | |
| mdiep | sounds fun | ||
| Coke | hopefully that'll be enough for chromatic to fix it. =-) | ||
| mdiep | maybe I can take a look at tcl this week. it's spring break. :) | 06:11 | |
| Coke | yay. | ||
| Keep me in the loop if you start something radical. =-) | |||
| -> abed | |||
| mdiep | roger, roger | ||
| Coke | "uh oh" | ||
| (I played lego star wars for about 3 hours tonight, I can still here the droid army in my head.) | 06:12 | ||
|
06:12
Coke left
09:13
HG` joined
|
|||
| zev_ | anyone around that can answer a PIR question? | 09:15 | |
| eh. I'll ask tomorrow during the day | 09:16 | ||
| jonathan | zev_: Is the patch for the runtime yours? | 09:17 | |
| zev_ | yes | ||
| jonathan | Cool - it looks about right to me. | ||
| Did anyone apply it yet? | |||
| zev | I don't believe so | ||
| jonathan | OK; heading off to do some sightseeing here shortly, but if nobody beats me to it I'll get it in next time I have time. It looks pretty much how I was going to do it. :-) | 09:19 | |
| You had a PIR question too? | |||
| zev | yep | ||
| jonathan | I'll answer it if I can. :-) | 09:20 | |
| zev | do you know why the second say fails here: paste.husk.org/10948 | ||
| jonathan | get_global $P11, "foo" | 09:21 | |
| new $P11, "Integer" | |||
| zev | I don't understand | 09:22 | |
| jonathan | That looks very...wrong... Because here $P11 is immediately overwritten with a new Integer PMC. | ||
| So the first time you do a get_global, but immediately that register is used for something else. | |||
| So you never end up giving what get_global returns to say that time. | 09:23 | ||
| zev | but shouldn't the new be making "foo" an Integer? | ||
| jonathan | No. | ||
| For that you need to make a new integer, then do a set_global somewhere to see foo to be the new integer. | |||
| zev | I was under the impression that get_global makes the named register and the named name aliases for eachother | ||
| oh, hrm | 09:24 | ||
| jonathan | No; get_global just does the lookup in the namespace. | ||
| And gives you what it finds in that register. | |||
| zev | alright. thanks | ||
| have fun sightseeing! | |||
| jonathan | welcome. | ||
| purl | Heh, not likely around here you won't be. | ||
| jonathan | Thanks, it's Kiev and the sun is shining, so should be good. | ||
|
09:37
iblechbot joined
|
|||
| svnbotl | r26038 | jonathan++ | trunk: | 09:54 | |
| : [rakudo] First cut of smart-match for Lists; doesn't respect Whatever and so forth yet, or differences between various list types. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26038 | |||
|
10:31
davidfetter joined
10:55
barney joined
|
|||
| svnbotl | r26039 | bernhard++ | trunk: | 10:56 | |
| : [Plumhead] | |||
| : Clean up files generated PMC testing | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26039 | |||
|
11:18
PacoLinux joined
11:43
cognominal_ joined
12:34
kid51 joined
13:05
HG` joined
13:24
davidfetter joined
13:25
mncharity joined
13:37
Andy joined
13:50
Andy joined
14:08
Andy joined
14:37
Andy joined
14:59
kj joined
15:07
Limbic_Region joined
15:10
guru joined
|
|||
| svnbotl | r26040 | kjs++ | trunk: | 15:28 | |
| : [c99] change .local into .label for macro labels. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26040 | |||
|
15:34
davidfetter joined
|
|||
| svnbotl | r26041 | kjs++ | trunk: | 15:41 | |
| : [docs] merge 2 files of imcc documentation | |||
| : update MANIFEST; this also includes some other files; MANIFEST was not updated properly. | |||
| r26042 | kjs++ | trunk: | |||
| : [docs] remove overview doc of imcc; this file doesn't have added value. update manifest. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26042 | |||
|
15:41
buildbot joined
15:47
guru joined
15:53
cognominal_ joined
|
|||
| svnbotl | r26043 | kjs++ | trunk: | 16:00 | |
| : [c99] add quotes to the class name argument for "new" instructions. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26043 | |||
|
16:04
kid51 joined
16:33
x joined
17:00
amoore joined
17:03
diakopter left
17:04
diakopter joined
17:08
Theory joined
17:14
guru joined
17:57
jjore joined
|
|||
| svnbotl | r26044 | petdance++ | trunk: | 18:16 | |
| : removed an unused interpreter argument | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26044 | |||
|
18:16
cognominal_ joined
|
|||
| svnbotl | r26045 | kjs++ | trunk: | 18:35 | |
| : [imcc] remove unused mk_address function and update header. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26045 | |||
|
18:35
peeps[work] joined
|
|||
| svnbotl | r26046 | kjs++ | trunk: | 19:00 | |
| : [bf] change '(0)' into '0' as first argument to get_params. (remove parens) | |||
| : change .ResizableArray into 'ResizableArray' | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26046 | |||
| r26047 | kjs++ | trunk: | 19:07 | ||
| : [bf] change .Type into 'Type' | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26047 | |||
| r26048 | kjs++ | trunk: | 19:13 | ||
| : [docs] remove PIR language/syntax reference bits from imcc's readme; this is not the place for that (there's enough material elsewhere). This file should probably be merged into another file in docs/imcc, or deleted altogether. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26048 | |||
| r26049 | kjs++ | trunk: | 19:26 | ||
| : [docs] move compilers/imcc/README to docs/imcc/README. update manifest. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26049 | |||
|
20:24
itsme20F joined
21:12
jjore joined
21:56
jjore joined
21:58
AndyA joined
22:00
jjore joined
22:32
emmy29 joined
|
|||
| svnbotl | r26050 | chromatic++ | trunk: | 22:51 | |
| : [Pheme] Rewrote some PIR to use tail calls when possible. This was an | |||
| : experiment to see if it worked and if it is worth doing. | |||
| : It looks worth doing. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26050 | |||
|
23:13
Andy joined
|
|||
| Andy | pmichaud++ perlbuzz.com/2008/02/patrick-michau...osdem.html | 23:14 | |
| shorten | Andy's url is at xrl.us/bgpj7 | ||
| svnbotl | r26051 | chromatic++ | trunk: | 23:22 | |
| : [Pheme] Avoid double declaration of Pheme classes. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26051 | |||
|
23:34
davidfetter joined
|
|||
| svnbotl | r26052 | chromatic++ | trunk: | 23:47 | |
| : [PCT] Converted a few non-tail calls to tail calls. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=26052 | |||
|
23:50
kid51 joined
23:56
jjore joined
|
|||