#parrot Parrot 0.6.4 "St. Vincent Amazon" Released | parrotcode.org/ | 15 new, 648 open, 80 stalled tix | logged in irclog.perlgeek.de/parrot/today
Set by moderator on 28 July 2008.
00:07 bacek joined 00:09 AndyA joined
dalek r30015 | jkeenan++ | scriptconfigure: 00:55
: Change interface to Parrot::Configure::Options::process_options(). It now
: returns a 2-element list, second of which is ref to list of config steps
: actually being used in this particular configuration. All tests passing
: except t/postconfigure/05-configure_trace.t.
diff: www.parrotvm.org/svn/parrot/revision?rev=30015
00:55 petdance joined
cotto_work petdance: ping 01:08
petdance yes?
cotto_work can you comment on rt.perl.org/rt3/Ticket/Display.html?id=57468 ? 01:09
especially whether the conditional is worth keeping 01:10
there was some discussion about the subject in #parrot earlier today 01:12
Whiteknight I've looked at that same exact issue at one point. 01:17
I can't remember if I ever filed a ticket about it, but I definitely had written up a patch that was supposed to remove it
01:51 tetragon joined
dalek r30016 | jkeenan++ | scriptconfigure: 02:42
: Add configuration_steps element to Parrot::Configure object so that it is
: entered in %Parrot::Config::PConfig (as element configuration_steps) and is
: therefore available after Configure.pl completes.
diff: www.parrotvm.org/svn/parrot/revision?rev=30016
02:51 jdv79_ left
dalek r30017 | coke++ | trunk: 03:13
: [docs] RT #48012 is resolved
diff: www.parrotvm.org/svn/parrot/revision?rev=30017
r30018 | coke++ | trunk: 03:18
: [docs] All the Exception deprecations have been removed.
: Also minor pod reformat.
diff: www.parrotvm.org/svn/parrot/revision?rev=30018
03:19 particle joined 03:30 cotto_home joined
dalek r30019 | coke++ | trunk: 03:53
: [DEPRECATED] remove the integer versions of get_attr & set_attr.
: Resolves RT #48583 and RT #48585.
diff: www.parrotvm.org/svn/parrot/revision?rev=30019
r30020 | coke++ | no_builtin_methods: 05:01
: Merge from trunk up to r30019
diff: www.parrotvm.org/svn/parrot/revision?rev=30020
r30021 | coke++ | no_builtin_methods: 05:29
: Remove getclass opcodes from branch. Only 3 tests fail.
: (plus some file_metadata tests that aren't failing in trunk. grrr.)
diff: www.parrotvm.org/svn/parrot/revision?rev=30021
r30022 | coke++ | trunk: 05:33
: [testing] Fix file_metadata output; the test is the property, which is used in diagnostic output - just update the test name as the recent patch to this file intended.
diff: www.parrotvm.org/svn/parrot/revision?rev=30022
05:41 Psyche^ joined
dalek r30023 | coke++ | no_builtin_methods: 05:42
: fixup metadata that isn't failing in trunk but is here.
: Upgrading to svn 1.5 would be spiffy.
diff: www.parrotvm.org/svn/parrot/revision?rev=30023
r30024 | coke++ | no_builtin_methods: 05:45
: replace usage of getclass with get_class
diff: www.parrotvm.org/svn/parrot/revision?rev=30024
r30025 | coke++ | no_builtin_methods: 05:47
: class methods don't work on a getclass (especially now that it's removed). Instead, instantiate an object and call the method.
diff: www.parrotvm.org/svn/parrot/revision?rev=30025
r30026 | coke++ | no_builtin_methods: 05:49
: this has already been removed[1]
: [1] at least in this branch.
diff: www.parrotvm.org/svn/parrot/revision?rev=30026
05:55 DietCoke joined
DietCoke anyone know what PID 331 (sslh) on feather is? 05:55
(chewing up a CPU)
cotto_home petdance, ping 05:58
petdance yes?
cotto_home do you care either way about #57468 (unused vnsnprintf checks)? 05:59
petdance no
cotto_home ok. thanks. 06:00
dalek r30027 | coke++ | no_builtin_methods: 06:04
: switch remaining "getclass 'foo'" to "new 'foo'" as appropriate.
diff: www.parrotvm.org/svn/parrot/revision?rev=30027
06:05 uniejo joined
dalek r30028 | cotto++ | trunk: 06:24
: [misc] remove unneeded vsnprintf call and accompanying conditional
diff: www.parrotvm.org/svn/parrot/revision?rev=30028
Tene DietCoke: search.cpan.org/~book/Net-Proxy-0.07/script/sslh 06:38
dalek r30029 | fperrad++ | opengl4lua: 06:49
: [Lua]
: partial revert of r29973
: need by glut.pir
diff: www.parrotvm.org/svn/parrot/revision?rev=30029
07:08 particle joined 07:12 particle1 joined 07:23 barney joined
cotto_home can someone test t/compilers/imcc/syn/hll.t 07:24
it seems to be broken for me
dalek r30030 | fperrad++ | opengl4lua: 07:28
: [Lua] fix typo
diff: www.parrotvm.org/svn/parrot/revision?rev=30030
07:49 bacek joined 07:53 masak joined
pmichaud message jhorwitz Canon PowerShot SX100IS 07:58
purl Message for jhorwitz stored.
dalek r30031 | pmichaud++ | trunk: 08:15
: [rakudo]: spectest-progress.csv update: 118 files, 2102 passing, 12 failing
diff: www.parrotvm.org/svn/parrot/revision?rev=30031
Tene Okay, as far as I can tell, there are no continuations stored in exception objects to invoke to recover. 08:39
I can't see anywhere in src/pmc/exception.pmc that they would be saved, and I've read all through Parrot_ex_throw_from_op and everything it calls, and I can't see anywhere where a continuation would be stored in an exception. 08:40
pdd23 gives no hints at all about how/where a continuation should be stored in the exception. 08:43
So, let's see if I can find somewhere else creating a continuation from C. 08:44
right now, Parrot_ex_throw_from_op is calling invoke() on the exception handler with the address that the continuation should resume from as an argument, but exceptionhandler.pmc's invoke() does not use its parameter at all. 08:49
dalek r30032 | fperrad++ | trunk: 09:09
: [Lua] OpenGL, add GetError()
diff: www.parrotvm.org/svn/parrot/revision?rev=30032
09:17 Whiteknight joined 09:21 kj joined
dalek r30033 | fperrad++ | opengl4lua: 09:23
: [Lua] OpenGL, add GetError()
diff: www.parrotvm.org/svn/parrot/revision?rev=30033
10:00 ambs joined
dalek r30034 | julianalbo++ | trunk: 10:31
: report parrot version in parrot_debugger wellcome message
diff: www.parrotvm.org/svn/parrot/revision?rev=30034
Tene Okay, I have resumable exceptions. 10:33
I also need to update the docs and add tests. 10:35
purl: parrotbug? 10:56
purl hmmm... parrotbug is mailto:parrotbug@parrotcode.org or svn.perl.org/parrot/trunk/docs/submissions.pod or see also "rakudobug"
11:02 ruoso joined
Tene Okay, got a patch submitted. RT #57610 11:13
11:42 kid51 joined
Tene purl: parrotsketch? 12:14
purl hmmm... parrotsketch is a status meeting for parrot core committers held every Tuesday at 18:30 UTC in #parrotsketch
12:26 Whiteknight joined
dalek r30035 | coke++ | no_builtin_methods: 12:36
: Remove last usage of 'getclass' from an apparently defunct codepath.
diff: www.parrotvm.org/svn/parrot/revision?rev=30035
13:08 petdance joined
dalek Jeff Horwitz | mod_parrot: 13:13
link: www.perlfoundation.org/parrot/index...mod_parrot
Jeff Horwitz | mod_parrot: 13:23
link: www.perlfoundation.org/parrot/index...mod_parrot
Jeff Horwitz | mod_parrot: 13:30
link: www.perlfoundation.org/parrot/index...mod_parrot
13:30 jhorwitz joined, ambs joined 13:46 gryphon__ joined
dalek r30036 | fperrad++ | opengl4lua: 14:46
: [Lua] LuaTable : add set_pmc_keyed_str (compat with NameSpace)
diff: www.parrotvm.org/svn/parrot/revision?rev=30036
r30037 | fperrad++ | opengl4lua: 14:51
: [Lua] OpenGL, now import GL symbols is easy
diff: www.parrotvm.org/svn/parrot/revision?rev=30037
14:52 particle joined
dalek ronaldxs@software-path.com | RFP: Parrot Needs Better Smoke Reports: 15:56
link: www.perlfoundation.org/parrot/index...ke_reports
16:10 Theory joined 16:17 particle1 joined, iblechbot joined 16:25 cjfields joined
dalek ronaldxs@software-path.com | RFP: Parrot Needs Better Smoke Reports: 16:32
link: www.perlfoundation.org/parrot/index...ke_reports
ronaldxs@software-path.com | RFP: Parrot Needs Better Smoke Reports:
link: www.perlfoundation.org/parrot/index...ke_reports
ronaldxs@software-path.com | RFP: Parrot Needs Better Smoke Reports: 16:33
link: www.perlfoundation.org/parrot/index...ke_reports
16:35 NotFound joined
NotFound Hello 16:35
particle hiya NotFound 16:37
dalek ronaldxs@software-path.com | RFP: Parrot Needs Better Smoke Reports: 16:43
link: www.perlfoundation.org/parrot/index...ke_reports
16:52 ambs joined
jhorwitz particle: mod_parrot works on threaded mpms now. however, it looks like apxs isn't used on windows, AFAICT. :( 16:53
particle yay! boo!
jhorwitz may need that MSDN license after all... :-P 17:07
Tene MORNING EVERYONE 17:16
cotto_work MORNING TENE
jhorwitz waves
Tene waves jhorwitz at cotto. 17:17
jonathan is happy to finally be putting the graph theory he did on his computer science course to some good use... 17:18
(Planning Perl 6 multi-dispatch...) 17:19
17:19 barney joined
Tene nice 17:19
Very convenient that #ps is on the day I need comments on a patch. 17:34
particle parrotsketch is cancelled today
:P
just kidding 17:35
cotto_work #ps in 10135 minutes
jonathan Ooh, I should time nipping out to get some food so as not to conflict with when ParrotSketch happens.
cotto_work (another in 55 minutes) 17:36
Tene purl: particle is also full of lies 17:42
purl okay, Tene.
ambs pmichaud, is there any chance to get a comment from you on news.perlfoundation.org/2008/08/200...tk_ac.html ? 17:45
pmichaud ambs: when do you need it?
(Aloha, all)
Tene HI PMICHAUD 17:46
Whiteknight I like that proposal, although I personally would prefer a port of Gtk2
:)
pmichaud (I'm on slow cell-modem at the moment.) 17:48
ambs pmichaud, 'til friday?
pmichaud oh sure, friday should be no problem. Should even be able to come up with something today.
ambs thanks
particle something like, "how on earth will this work without 'use'?"
ambs heh
pmichaud when do we expect the awards to be made.. i.e., what's the timeline? 17:49
jonathan sneaks out to grab some food before #ps - should be back in time, or at worst a minute or two late... 17:50
particle decision by end of august, ambs?
pmichaud I expect 'use' to be working before the award then :-) 17:51
Tene sneaks out to drive to the office. Probably going to be late for #ps.
ambs pmichaud, decision by 15 August (end of YAPC::EU)
normally they start working at the end of that month. 17:52
pmichaud 'use' might not be be implemented by then, but it should be implemented by end of august, no problem
I think it's reasonable to expect that rakudo will have the needed features as the project comes to them
jhorwitz pmichaud: will that load bytecode as well?
pmichaud jhorwitz: yes. 17:53
jhorwitz rejoices
pmichaud I want to get Test.pm speeded up, and the quick way to do that for now is to have 'use' work with load_bytecode
ambs nice
pmichaud (the longer way is to speed up the parser, which we will also do, but that will take... longer.)
17:57 chromatic joined
dalek r30038 | kjs++ | trunk: 18:02
: [DEPRECATED] add .HLL_map and .HLL variants that are deprecated.
diff: www.parrotvm.org/svn/parrot/revision?rev=30038
pmichaud afk for a while ... time to go look at some volcanoes. 18:04
cotto_work don't jump! 18:05
dalek r30039 | kjs++ | trunk: 18:08
: [DEPRECATED] add some more deprecated items from pdd19.
diff: www.parrotvm.org/svn/parrot/revision?rev=30039
18:08 gmansi joined
particle pmichaud: don't forget ocean sushi 18:09
pmichaud particle: thanks, we hadn't forgotten (although we did forget the name and so now you've reminded me) 18:10
particle there's a great organic grocery and farmers market, but you've probably been there already 18:11
(in hilo)
anyway, enjoy the volcano, and hope the vog isn't bad
pmichaud we just got in last night, did see the organic grocery but haven't been there yet. will probably stop by on our way out.
okay, gone 18:12
dalek r30040 | kjs++ | trunk: 18:13
: [DEPRECATED] add #line and .pragma n_operators to this file.
diff: www.parrotvm.org/svn/parrot/revision?rev=30040
r30041 | kjs++ | trunk: 18:18
: [pdd19] add an RT ticket referring to deprecated old-style pasm registers deprecation decision.
diff: www.parrotvm.org/svn/parrot/revision?rev=30041
r30042 | kjs++ | trunk:
: [deprecated] add item for old-style pasm registers.
diff: www.parrotvm.org/svn/parrot/revision?rev=30042
chromatic #ps in 2 18:29
DietCoke, ping? 18:33
Coke, ping?
particle i'm here now 18:39
jonathan particle: Oooh, a little later and the alphabet woulda passed you by. 18:40
particle jit punctuality
18:44 Theory joined
tewk particle: I'll fire up win32 and take a look, I'm sure it the git of nci calls. 19:04
s/git/jit/
19:04 DietCoke joined
particle ok, thanks tewk 19:04
my laptop is in the other room, but i can move it nearby if you need any sanity checks, build output, debugging help etc 19:05
tewk src/nci.c # define CAN_BUILD_CALL_FRAMES
undefine that and it should build 19:06
19:07 DietCoke left
particle tewk++ # that works 19:11
tewk particle: its the jit then, I'll look at it
re branching flame war, git++ 19:12
I authored several emails, but decided not to send them. (keeping the flames down:)) 19:13
jonathan gives everyone a copy of Visual Source Safe
;-)
Tene Ouch. 19:15
particle anyone else here who has used vss on solaris? 19:16
cross-platform with windows?
didn't think so.
jonathan :-O
Tene and survived? 19:17
purl rumour has it survived is a very loose term there
particle yeah, i "survived" by migrating to pvcs
jonathan Anyone else seeing t\\spec\\S12-class\\attributes.t failing in spectest_regression? 19:18
jonathan wonders what broke it.
particle checks 19:19
Tene jonathan: get_bool() not implemented in class 'Exception'
chromatic moritz said on p6c that $! no longer supports get_bool. 19:20
Tene ?
Yeah.
particle jonathan: i see arith failures
ah, yeah, 1-9 failing in attributes, too
looks like pmichaud sees those too, as spectest_regression.csv shows 19:21
nopaste "tewk" at 155.97.237.62 pasted "Now this is cool - git versioned paste bot" (9 lines) at nopaste.snit.ch/13745
jonathan particle: arith failure I've seen for ages
But attributes.t I haven't seen before.
Though the error message contains the word "exception" ;-) 19:22
jonathan needs to visit the store before it shuts...bbs 19:26
Tene seeya
dalek r30043 | coke++ | trunk: 19:32
: [tcl] Add failing TODO test to motivate Tene++
diff: www.parrotvm.org/svn/parrot/revision?rev=30043
cognominal se demande 'il peut monter un iso à travers sshfs 19:34
oops 19:35
dalek r30044 | jesse++ | unknown: 19:41
: * Updated SVK bootstrap dump URL
diff: www.parrotvm.org/svn/parrot/revision?rev=30044
19:48 gmansi_ joined
particle um, dalek? what's this 'unknown' business? 19:51
chromatic No branch name? 19:54
19:58 Theory joined
Infinoid commit didn't occur within a branch, tag, or trunk 20:00
20:20 silug joined 20:32 gryphon__ joined
cotto_work all tests pass 22:26
purl Time to write more tests!
cotto_work Is there any way I can prevent "it = new Iterator, foo" from being called in favor of "it = iter foo", when I control foo's code? 22:27
s/being called/not throwing an exception/ 22:28
22:29 Whiteknight joined 22:32 particle joined
jonathan Finally caught up with blogging! use.perl.org/~JonathanWorthington/journal/37107 - Vienna.pm funded Rakudo day report. use.perl.org/~JonathanWorthington/journal/37101 - DeepText funded MMD report. 22:41
Whiteknight jonathan++ 22:48
DeepText++
jonathan Vienna.pm++ too ;-) 22:49
22:57 petdance joined 23:06 Limbic_Region joined 23:18 tetragon joined
jonathan w00t. I haz flight to Far East Perl. :-) 23:23
cotto_work im in ur plane... 23:30
jonathan In Soviet Russia, the place flies you. 23:34
*plane 23:35
...which is kinda nice, since I think everyone would rather than *I* didn't fly the plane...
23:39 Theory joined