|
Post closed tickets in your report. | Note: This channel is for our weekly status meetings (Tuesdays at 19:30 UTC); you probably want #parrot instead. | irclog: irclog.perlgeek.de/ Set by moderator on 25 August 2013. |
|||
|
00:43
darbelo joined
01:48
denisboyun joined
09:52
schm00ster joined
14:04
darbelo joined
14:38
bluescreen joined
16:47
pmurias joined
|
|||
| pmurias | GSoC preraport | 16:47 | |
| * Working on nqp::shell() | |||
| * Added it to nqp-parrot | |||
| * FROGGS helped with testing on windows | |||
| * Some problems with cwd remain | |||
| * Running my first nqp/t/qregex test | |||
| * I'm preprocessing the test files with a script to avoid compiling regexes at runtime | |||
|
16:58
darbelo joined
|
|||
| sa1 | *GSoC pre-report | 17:12 | |
| ** A minimal API complete with mostly working functions | |||
| ** Corrected indexes with minor gdb help and prodding from dukeleto | |||
| ** Pair-programming session with him still stuck though. | |||
| ** I'll reply to questions again by early morning. | |||
|
17:30
pmurias joined
17:34
darbelo joined
18:11
denis_boyun joined
|
|||
| Util | Pre-report: | 19:15 | |
| # Done: | 19:16 | ||
| * Released Parrot 5.7.0 "Azure-rumped Parrot" | |||
| * Got Rosella working on my laptop. | |||
| * Explored Larry's `viv` translator (Perl 6 -> Perl 5) from STD. | |||
| # Doing (today): | |||
| * Helping denisboyun with Rosella testing problem. | |||
| .end | |||
| denisboyun: Please point me to your Rosella-based Winxed test code, and I will see why it is not working. | |||
| (Or, if you did not get that far, give me enough detail to exactly replicate whatever is failing) | |||
| pmurias: Are you still needing to know about converting *STRING to *PMC ? | |||
| denis_boyun | Pre-report: | 19:17 | |
| # Done: | |||
| * First step on work with library template | |||
| * done api more smart(cleaning old project folder) | |||
| * done written documentation | |||
| # Doing: | |||
| * done api more and more smart(clean old zip project) | |||
| * continue to work with library template | |||
| .end | |||
| Util: I'm running command such as "winxed setup.winxed test" on parrot-gmp, parrot-libgit2 and it says | 19:20 | ||
| denis@denis-X501A1:~/build/parrot-gmp$ winxed setup.winxed test | |||
| PackFile_Header_validate: This Parrot cannot read bytecode files with version 12.1. | |||
| current instr.: '' pc 201 ((file unknown):74) (t/harness:1) | |||
| called from Sub '' pc 207 ((file unknown):78) (t/harness:0) | |||
| when I run some test from my hand | 19:21 | ||
| denis@denis-X501A1:~/build/parrot-gmp/t/integer$ winxed fib.t | |||
| Cannot find main sub | |||
| Null PMC access in invoke() | |||
| Util: I haven't change anything on source code | 19:23 | ||
| Util: and immediately all my questions, which I asked on email | 19:27 | ||
| Util | denis_boyun: OK, I just re-read your email from August 8th. | 19:28 | |
| denis_boyun | Util: Does perl 5 has special packages which can help in building project? For example in winxed: pir_nqprx: .... is calling parrot-nqp with a special flags | 19:29 | |
| Util | denis_boyun: After you `cd` into the Rosella directory, does this command work for you? : | ||
| winxed t/winxed_test/Basic.t | |||
| denis_boyun | No | 19:30 | |
| denis@denis-X501A1:~/build/Rosella/t/winxed_test$ winxed Basic.t | |||
| Cannot find main sub | |||
| Null PMC access in invoke() | |||
| Util | Hello! Who all is in attendenace? | ||
| denis_boyun: What error do you get? | 19:31 | ||
| denis_boyun | Cannot find main sub | ||
| Null PMC access in invoke() | |||
| Util | denis_boyun: Does that change when you do this instead? | 19:32 | |
| cd ~/build/Rosella ; winxed t/winxed_test/Basic.t | 19:33 | ||
| denis_boyun | Util: No. The same error | 19:34 | |
| Util | denis_boyun: Did you ever receive an account on Feather? | 19:35 | |
| denis_boyun | Util: No. What's this? | 19:36 | |
| Util | Feather is the Perl 6 development server. I need to be able to sign on to some system that you are running Rosella on, to debug it there. | 19:37 | |
| Which system? Any ideas? | 19:38 | ||
| denis_boyun: Wait, let's try something simpler first. | 19:39 | ||
| denis_boyun: Using a new directory (different from the one you have been using), please try running this: | 19:42 | ||
| gist.github.com/Util/6358078 | |||
| denis_boyun | Util: ok | 19:43 | |
| Util | Anyone else attending today? | 19:46 | |
| GSoC students: Good job pre-posting your reports. Remember to echo them into Parrot.org and parrot-dev today. | 19:47 | ||
| denis_boyun | Util: And what about a perl5 special package which can be integrated with parrot? | 19:48 | |
| Util: Does perl 5 has special packages which can help in building project? For example in winxed: pir_nqprx: .... is calling parrot-nqp with a special flags | |||
| Util | denis_boyun: I am looking into that now. | 19:49 | |
| denis_boyun | Util: i'm running winxed setup.winxed test and take errors | 19:54 | |
| denis@denis-X501A1:~/new_rosella_dir/Rosella$ make test | |||
| winxed setup.winxed build | |||
| winxed setup.winxed test | |||
| PackFile_Header_validate: This Parrot cannot read bytecode files with version 12.1. | |||
| current instr.: '_block1118' pc 295 ((file unknown):146) (t/harness:2) | |||
| called from Sub '' pc 275 ((file unknown):132) (t/harness:1) | |||
| Util: winxed t/winxed_test/Basic.t isn't working too | 19:55 | ||
| Util | denis_boyun: No, Perl 5 has no such packages. You might create one from code in Parrot's ./lib/Parrot/Distribution.pm | 19:57 | |
| denis_boyun | Util: ok thnx | 19:58 | |
| Util | denis_boyun: Are you available tomorrow at this same meeting time? I want to set up a system for us both to SSH into. | 19:59 | |
| denis_boyun | Util: Yes. I can | ||
| Util | Great! | ||
| Meet me in #parrot tomorrow, at the same time that #parrotsketch usually happens. I will have an EC2 system ready with Parrot and Rosella. | 20:00 | ||
| Any other business today? Anyone? | 20:01 | ||
| denis_boyun | Util: good deal | ||
| Util | Thank you all for participating! or pre-participating, as the case may be :^) | 20:02 | |
| Meeting adjourned. | |||
| lizmat | fg | 20:03 | |
| oops, ww :-) | |||
| Util | :) | 20:04 | |
|
21:05
darbelo_ joined
23:49
Tene joined,
eternaleye joined,
schm00ster joined,
Util joined,
cotto joined
23:50
wagle_ joined,
kshannon joined,
Coke joined
23:54
slavorg joined
|
|||