Using Rules Today

2006-07-03 Thread Joshua Gatcomb
be run in Perl 5 today without needing Pugs or Parrot. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: Using Rules Today

2006-07-05 Thread Joshua Gatcomb
not had a chance to look at Flavio's links yet. Since no one who actually knows rules seemed to be inspired to write an example for me - I will *eventually* figure it out on my own and post back to the list as an FYI. Paul Seamons Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: PDD 25 Concurrency - first review

2006-10-30 Thread Joshua Gatcomb
of momentum - it is still being updated with new posts almost daily. Allison Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-26 Thread Joshua Gatcomb
of cygwin1.dll) Cheers, Joshua Gatcomb a.k.a. Limbic~Region Here's the output of make test on my box. Failed Test Stat Wstat Total Fail Failed List of Failed --- t/codingstd/c_code_coda.t 1

Re: Perl 6 fears

2005-10-24 Thread Joshua Gatcomb
to the minute facts concerning the project. Juerd Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: Perl 6 fears

2005-10-24 Thread Joshua Gatcomb
On 10/24/05, Joshua Gatcomb [EMAIL PROTECTED] wrote: On 10/24/05, Juerd [EMAIL PROTECTED] wrote: Feel free to add your own, or fears you heard about! This really isn't a fear as much as it is a complaint. It has to do with design decisions and the list. Perl 5 was my rewrite of Perl. I

Re: Perl 6 fears

2005-10-25 Thread Joshua Gatcomb
/) Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Ponie Inquiry

2005-11-21 Thread Joshua Gatcomb
the repository to the public http://use.perl.org/~nicholas/journal/24649 but is anyone else working on the project? With the excitement of Perl6, Parrot, and Pugs I wonder if Ponie is being neglected. Inquiring minds want to know. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Do junctions support determining interesections of lists

2006-04-04 Thread Joshua Gatcomb
, Joshua Gatcomb a.k.a. Limbic~Region

Re: Do junctions support determining interesections of lists

2006-04-04 Thread Joshua Gatcomb
On 4/4/06, Larry Wall [EMAIL PROTECTED] wrote: On Tue, Apr 04, 2006 at 09:16:23AM -0400, Joshua Gatcomb wrote: Junctions are not intended for that use. We have Sets for that now. Ok. So this will work out of the box if you use the right tool. Cool. The cabal already decided once

Instructions to build parrot using mingw

2006-05-25 Thread Joshua Gatcomb
. Anyone know what my problems is or is willing to work with me on this would be most appreciated. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

RFC: Patch for mingw-msys

2006-05-26 Thread Joshua Gatcomb
changed from nmake to mingw32-make along the way, which is bound to fail. Perhaps this is the spot where it is appropriate to warn the user. I don't mind writing the patch but as I have been away for 1.5 years I would really like to hear the opinions of where is the best way to do it. Cheers, Joshua

Re: RFC: Patch for mingw-msys

2006-05-26 Thread Joshua Gatcomb
but perhaps the order of hints/make should change. I don't know that's why I am asking. -- Andy Dougherty [EMAIL PROTECTED] Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Formal Parameters To While Block

2005-04-26 Thread Joshua Gatcomb
happy to write tests to get the appropriate functionality in Pugs, but I am not sure what is appropriate??? Cheers, Joshua Gatcomb a.k.a. L~R

Formal Parameters To While Block

2005-04-26 Thread Joshua Gatcomb
{ ... } is what I think it might be modeling it after the for loop, but the closest thing I see for while is: while =$*IN - $line {...} I am happy to write tests to get the appropriate functionality in Pugs, but I am not sure what is appropriate??? Cheers, Joshua Gatcomb a.k.a. L~R

Malfunction Junction, what's your function?

2005-04-27 Thread Joshua Gatcomb
, if anything, is the proper way to do what I want. The worst that could happen is that I find out there isn't a way to get a what matched from an any() eq any() comparison. Cheers, Joshua Gatcomb a.k.a. L~R

Re: Malfunction Junction, what's your function?

2005-04-28 Thread Joshua Gatcomb
answered the questions enough times in p5 circles though, it would be nice to have a real simple easy answer for p6. Cheers, Joshua Gatcomb a.k.a. L~R

Coroutine Question

2005-05-04 Thread Joshua Gatcomb
there is more than one way to dictate behavior. http://www.sidhe.org/~dan/blog/archives/000178.html Cheers, Joshua Gatcomb a.k.a. L~R

Re: Coroutine Question

2005-05-04 Thread Joshua Gatcomb
On 5/4/05, Luke Palmer [EMAIL PROTECTED] wrote: On 5/4/05, Joshua Gatcomb [EMAIL PROTECTED] wrote: So without asking for S17 in its entirety to be written, is it possible to get a synopsis of how p6 will do coroutines? I ask because after reading Dan's What the heck is: a coroutine

Re: Coroutine Question

2005-05-04 Thread Joshua Gatcomb
On 5/4/05, Luke Palmer [EMAIL PROTECTED] wrote: On 5/4/05, Joshua Gatcomb [EMAIL PROTECTED] wrote: Ok - this isn't what I was expecting at all. That doesn't make it a bad thing. Given something that looks a lot more like a typical coroutine: sub example is coroutine { yield 1

Binding to a sub's return value

2005-05-10 Thread Joshua Gatcomb
can change. sub some_rourtine { state $foo = 42; return $foo++; } My apologies if this has been previously discussed or is documented somewhere. I am still playing catch up. Ok, ok - it's true - I am looking for a little instant gratification. Cheers, Joshua Gatcomb a.k.a. L~R

Question on is chomped

2005-05-12 Thread Joshua Gatcomb
and non-mutator versions of chomp (and other functions) have been kicked around the list. Any definitive word yet? Cheers, Joshua Gatcomb a.k.a. L~R

Argument Type Checking

2005-05-19 Thread Joshua Gatcomb
but forget it ever happened, and 1 would be an outright failure. Ok - so could someone set me straight? What should that code snippet do? Would it do anything different if Int had been int? Cheers, Joshua Gatcomb a.k.a. L~R

Revisiting .chars (and friends) in list context

2005-06-02 Thread Joshua Gatcomb
and leaving the hard choices for doing the right thing up to you all. Whatever the right thing is, will there be a way to do what my code snippet showed? Cheers, Joshua Gatcomb a.k.a. L~R

State of Design Documents

2005-06-10 Thread Joshua Gatcomb
patches where the bulk of the work is done and @larry makes any necessary modifications and commits. If even that work load proves to be too much, perhaps common mortals get granted commit access on a case-by-case basis. Cheers, Joshua Gatcomb a.k.a. Gat (240) 568-5675

Re: State of Design Documents

2005-06-10 Thread Joshua Gatcomb
with a volunteer to act as the approving authority. Hmmm. Thanks. I guess I will have to go back over the questions I have asked and see if any decisions were rendered not relfected in docs and be a pioneer. Pm Cheers, Joshua Gatcomb a.k.a. L~R

Re: State of Design Documents

2005-06-10 Thread Joshua Gatcomb
On 6/10/05, Joshua Gatcomb [EMAIL PROTECTED] wrote: Hmmm. Thanks. I guess I will have to go back over the questions I have asked and see if any decisions were rendered not relfected in docs and be a pioneer. Ok, are there any guidelines for what should and should not be put forward

Re: State of Design Documents

2005-06-14 Thread Joshua Gatcomb
the 'packed' warnings/strictures pragma, and stick it the right place. The patch to S09 has me stumped. Is there any other reference material I can use to put together solid frameworks that are closely representative to what @larry might produce? Pm Cheers, Joshua Gatcomb a.k.a. L~R

Re: State of Design Documents

2005-06-14 Thread Joshua Gatcomb
be nice if p6 could somehow make that easier. Again, my focus is on the design docs and not on pack/unpack. I just used it as a discussion point since it is what I was working on at the time. Joshua Gatcomb a.k.a. L~R

Re: scalar dereferencing.

2005-06-17 Thread Joshua Gatcomb
On 6/17/05, Larry Wall [EMAIL PROTECTED] wrote: On Fri, Jun 17, 2005 at 03:56:50AM +0800, Autrijus Tang wrote: : : my $x = 3; : my $y = \$x; : say $y + 10; : $y++; : say $y; : say $x; : I suspect people will find that counterintuitive. A more consistent

Re: Sort of do it once feature request...

2005-09-21 Thread Joshua Gatcomb
the op in. Michele Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: [perl #29936] JIT debugging on Cygwin not working

2005-10-03 Thread Joshua Gatcomb
was seeing. Parrot has changed considerably since then as has Cygwin and gcc. I would suggest asking the list if there is anyone interested in carrying on the Cygwin torch by asking them to reproduce the problem. I no longer have an environment to do so. Thanks, -J Cheers, Joshua Gatcomb

Re: zip: stop when and where?

2005-10-04 Thread Joshua Gatcomb
(insert undefs as needed) -error (blow up if the lists are not equal in size) etc Juerd Just my 2 cents from the peanut gallery. Cheers, Joshua Gatcomb a.k.a. L~R

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-28 Thread Joshua Gatcomb
On 3/28/07, Ron Blaschke [EMAIL PROTECTED] wrote: Joshua Gatcomb wrote: Really? No one on #parrot has been able to get parrot to work on Cygwin for months. Interesting, didn't know about this. The issue for the longest time was that miniparrot.exe would silently die and not even gdb

Re: Fun Stats from sloccount

2007-04-13 Thread Joshua Gatcomb
that there was a bug which counted lines after __DATA__ as perl code. I am not sure if that applies in this situation but it added 10K SLOC to my project which was less than 2K without it ;-) Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: [perl #38217] r11124: Cygwin build fails

2007-06-06 Thread Joshua Gatcomb
. Just /bin is probably a bit paranoid but that doesn't mean that the gremlins aren't out to get me. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: Removing #pragma

2007-06-12 Thread Joshua Gatcomb
or compiling a more recent gcc themselves. That is, as long as it is not causing problems anywhere else. Cheers, Joshua Gatcomb a.k.a. Limbic~Region On 6/12/07, Andy Lester [EMAIL PROTECTED] wrote: I'm very uncomfortable with removing #pragma once from our header files. It is perfectly valid C89 code

[perl #43515] Parrot will not build on Win32/MinGW

2007-07-03 Thread Joshua Gatcomb
# New Ticket Created by Joshua Gatcomb # Please include the string: [perl #43515] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43515 see http://nopaste.snit.ch:8001/10585 for details or paste below - the last

Re: r20653 fails on windows

2007-08-17 Thread Joshua Gatcomb
FYI all r20662 builds fine on Win32 with MinGW and Cygwin Cheers, Joshua Gatcomb a.k.a. Limbic~Region

[perl #44775] Parrot update broke languages/perl6

2007-08-19 Thread Joshua Gatcomb
# New Ticket Created by Joshua Gatcomb # Please include the string: [perl #44775] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44775 As far as I can tell, r20659 is the last rev perl6 worked correctly on r20660

Re: NEWS and PLATFORMS Updates Requested

2007-11-20 Thread Joshua Gatcomb
On Nov 18, 2007 12:25 PM, chromatic [EMAIL PROTECTED] wrote: The next release will be on Tuesday evening. Committers, please review your checkins and update NEWS appropriately. Everyone, please submit updates to PLATFORMS. Running make fulltest and reporting any failures would be very handy

Re: NEWS and PLATFORMS Updates Requested

2007-11-20 Thread Joshua Gatcomb
Per your request, the pasted output of mingw32-make fulltest with gcc 3.4.5 on Win32 rev 22919 Ok, I am a dolt - that is the output for Win32 Cygwin The output for Win32 MinGW is coming soon /usr/bin/perl.exe t/harness --gc-debug --running-make-test -b t/compilers/imcc/*/*.t t/op/*.t

Re: NEWS and PLATFORMS Updates Requested

2007-11-20 Thread Joshua Gatcomb
On Nov 18, 2007 12:25 PM, chromatic [EMAIL PROTECTED] wrote: The next release will be on Tuesday evening. Committers, please review your checkins and update NEWS appropriately. Everyone, please submit updates to PLATFORMS. Running make fulltest and reporting any failures would be very handy

Benchmark Stuff

2004-08-20 Thread Joshua Gatcomb
It is also a very quick hack because I was on my lunch break. Enjoy Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush benchmark Description: benchmark

Re: Benchmark Stuff

2004-08-24 Thread Joshua Gatcomb
don't know what kind of layout/data would be useful to people so let me know if you want something else. I will update every Tuesday morning. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Yahoo! Mail is new and improved - Check

Re: Benchmark Stuff

2004-08-24 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Here is the modified parrotbench script along with the new data collection script and the script to make it into a web page. I don't know what kind of layout/data would be useful to people so let me know if you want something else. I

parrotbench.pl - massive update

2004-08-25 Thread Joshua Gatcomb
greater control using ini configuration 3. Output is pretty 4. Lots of bugs squashed (probably more introduced) 5. POD updated 6. Multiple regexes allowed for benchmarks to be run 7. Multiple regexes allowed for benchmarks to be skipped 8. Probably some stuff I am forgetting Joshua Gatcomb

Re: Benchmark Stuff

2004-08-26 Thread Joshua Gatcomb
have a few ideas for improving parrotbench.pl. When I am done with those, I will confer with you on getting the storage format worked out. Regards, Jerome -- [EMAIL PROTECTED] Cheers Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Win 1

NCI Tests Failing

2004-08-26 Thread Joshua Gatcomb
% 20 2 tests and 53 subtests skipped. Failed 2/120 test scripts, 98.33% okay. 29/1828 subtests failed, 98.41% okay. make: *** [test] Error 14 Not that you need to ask, but Cygwin ;-) Cheers Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Win 1

Re: NCI Tests Failing

2004-08-26 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: t/pmc/nci.t28 716835 28 80.00% 1-27 strange. t/pmc/perlhash.t1 256361 2.78% 20 Only that one is supposed to fail. leo This might help shed some light: $ cd t

Re: parrotbench.pl - massive update (smaller update)

2004-08-26 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Enhancements: 1. Should be platform independent now 2. Much greater control using ini configuration 3. Output is pretty 4. Lots of bugs squashed (probably more introduced) I found a few and have erradicated them. I also added some new

Re: NCI Tests Failing

2004-08-27 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb wrote: This might help shed some light: $ cd t/pmc $ parrot nci_1.pasm Not really. bash: parrot: command not found ;) You got an old parrot around somewhere in the path? No - believe it or not I only ever keep 1 version

Re: NCI Tests Failing

2004-08-27 Thread Joshua Gatcomb
to help, please let me know. Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail

Re: [perl #31302] NCI GC issues

2004-08-27 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: I think I could track it down. It wasn't strictly NCI related, though. I guess you didn't need me to track down the CVS changes as this fixed the problem - THANKS. Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: NCI test 2 failing - but I know why

2004-09-01 Thread Joshua Gatcomb
things on my account yet. When I get the time, I will investigate. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail

Parrot 0.1.0 still?

2004-09-09 Thread Joshua Gatcomb
interface. 2. Add what's missing. 3. Fix what's broke. 4. Delay optimizing working code in favor of 2 3. Since the usual purpose of a point release is to have features finished and bugs squashed, it may be a good time for another release. What say you? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: Update to Cygwin fixed the weird math JIT bugs

2004-10-06 Thread Joshua Gatcomb
to enable the signal tests by adding cygwin to t/pmc/signals.t *** The only failing tests are if you enable the threading tests as annotated above leo I used to have Win ME to test but no longer so I don't know what 9x/ME would turn up Joshua Gatcomb a.k.a. Limbic~Region

Another Update to threads/IO problem on Cygwin

2004-10-06 Thread Joshua Gatcomb
cygwin1.dll-1.5.11-1 - current stable build, blows up I will be pinging the Cygwin list momentarily to see if they have any insight. Cheers Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http

Re: Another Update to threads/IO problem on Cygwin

2004-10-06 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: I happened to have found the last cygwin1.dll lying around in /tmp that I kept as a backup. I swapped it with the current cygwin1.dll just to see if it would make the IO problem go away and much to my happy surprise - it did. Details: cygwin1

Re: Update to Cygwin fixed the weird math JIT bugs

2004-10-06 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Threads: Y* Tests:Y*** * You need to enable the threading tests by adding cygwin to t/pmc/threads.t though a handful of tests will fail due to an outstanding IO issue likely caused by Cygwin *** The only failing tests are if you enable

Re: System ICU

2004-09-29 Thread Joshua Gatcomb
/../../../../i686-pc-cygwin/bin/ld: cannot find -licui18n I would propose that if Configure.pl does see any other icu config flags that it not attempt to auto configure. You can use --icu-config=none if you want do disable the autodetect feature. That's what I am doing for now jens Joshua Gatcomb a.k.a

Re: System ICU

2004-09-29 Thread Joshua Gatcomb
--- Jens Rieks [EMAIL PROTECTED] wrote: On Wednesday 29 September 2004 18:40, Joshua Gatcomb wrote: cannot find -licui18n I am not sure, is this library used by parrot? I have no idea - first I have seen it other than when I built ICU many moons ago. I would propose

Threads on Cygwin

2004-09-29 Thread Joshua Gatcomb
as if by the time the time the second print happens, the filehandle is already closed So - since threads aren't officially supposed to be working on Cygwin - is this something I should care about or not? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: Threads on Cygwin

2004-09-29 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: Up until a couple of weeks ago, all the threads tests were passing on Cygwin. I had submitted a patch some time ago that never got applied enabling tests for threads, timer, and extend_13 that never got applied. I figured there was good reason

Re: Threads on Cygwin

2004-09-30 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: I had submitted a patch some time ago that never got applied enabling tests for threads, timer, and extend_13. Overlooked? Please rediff and resend. I will do - likely tomorrow. It says

Re: Threads on Cygwin

2004-10-01 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: ... only 1 of the two messages is displayed I've fixed a flaw in the IO flush code. Please try again, thanks. Still not working, but thanks! The behavior has changed a bit though. Here is the behavior

Re: [perl #31785] [BUG] non-standard Perl module dependency

2004-10-01 Thread Joshua Gatcomb
back to the previous version which did not have the requirement. Just let me know Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Re: Threads on Cygwin

2004-10-01 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: After the change - case 3 now prints thread 1. Strange. indeed You mentioned in the previous email that you were interested in knowing if this was Windows IO or the Cygwin variant. I would love

Re: Threads on Cygwin

2004-10-03 Thread Joshua Gatcomb
since it only ever prints thread jens Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail

Re: Towards 0.1.1 - timetable

2004-10-05 Thread Joshua Gatcomb
. leo Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Update to Threads/IO issue on Cygwin

2004-10-06 Thread Joshua Gatcomb
ping the Cygwin list if anyone thinks it might help. Cheers, Joshua Gatcomb a.k.a. Limbic~Region ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Update to Cygwin fixed the weird math JIT bugs

2004-10-06 Thread Joshua Gatcomb
While it has introduced a new IO bug that is failing a handful of threads tests, it also appears to have fixed a different bug where some of the trigonomic functions would blow up under JIT. Cheers, Joshua Gatcomb a.k.a. Limbic~Region ___ Do you

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread Joshua Gatcomb
/local/include --icushared='-L/usr/local/lib -lcygicuuc -lcygicudt' jens Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo

Re: Perl 6 Summary for 2004-10-01 through 2004-10-17

2004-10-19 Thread Joshua Gatcomb
--- Matt Fowles [EMAIL PROTECTED] wrote: Joshua Gatcomb accidentally introduced a dependency on Config::IniFiles. Since it is implemented in pure perl he offered to add it to the repository. Warnock applies. http://xrl.us/div3 In the note offering to fix it, I also listed numerous

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: 1. Transfer ICU 3.0 and build from source 2. Do a fresh CVS checkout of parrot, transfer and build $ perl Configure.pl --optimize configure all goes well $ make all goes well until parrot is linked c++ -o parrot -L/usr/local/lib -Wl

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: --- Joshua Gatcomb [EMAIL PROTECTED] wrote: 1. Transfer ICU 3.0 and build from source 2. Do a fresh CVS checkout of parrot, transfer and build $ perl Configure.pl --optimize configure all goes well $ make all goes well

Re: ICU failure on RedHat

2004-10-21 Thread Joshua Gatcomb
--- Joshua Gatcomb [EMAIL PROTECTED] wrote: ok, so I did investigate a little further. make testj works fine (all tests pass) if I don't pass the --optimize flag to Configure.pl. Ok, so optimizations break things - why not add more. Interestingly, adding more aggressive options make

Re: ICU failure on RedHat

2004-10-22 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: All tests pass normally, but I get 3 tests failing under JIT t/op/interp.t #7 t/pmc/coroutine.t #10 t/pmc/exception.t #19 ok, so I did investigate a little further. make testj works fine

Re: ICU failure on RedHat

2004-10-22 Thread Joshua Gatcomb
variable LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH (in Bourne shell syntax). Does that help? This indeed corrects this problem. Andy Dougherty[EMAIL PROTECTED] Salamat! Joshua Gatcomb a.k.a. Limbic~Region

Re: Install-Problem

2004-10-27 Thread Joshua Gatcomb
flag to Configure.pl. I also have RH 9.0 and would love someone to confirm that make testj will fail on 3 tests (unless you additionally pass it another flag). Interestingly enough - the same failure ocurrs on Cygwin. Kind regards, Alberto Cheers Joshua Gatcomb Limbic~Region

Re: Performance Statistics (and Graphs!)

2004-11-03 Thread Joshua Gatcomb
At 11:08 PM -0800 11/2/04, Jeff Clites wrote: On Nov 2, 2004, at 7:10 PM, Matt Diephouse wrote: Joshua Gatcomb and I have been working a little under a week to set up an automated build system for parrot that tracks performance (with help from Dan's box). We have collected benchmark data

Solicitation of Ideas for Performance Statistics and Graphs

2004-11-03 Thread Joshua Gatcomb
cross post to other Perl forums such as PerlMonks (http://www.perlmonks.org). This is a perfect way for non C programmers and those who have no knowledge of Parrot to still contribute in a meaningful way. Cheers Joshua Gatcomb a.k.a. Limbic~Region

Intermittently Failing Benchmarks

2004-11-04 Thread Joshua Gatcomb
questions: 1. Would people prefer missing data for benchmarks where they won't work or a manually entered high number to draw attention to them? 2. Should we be checking that the output of the benchmarks (right or wrong) is consistent? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Parrot BASIC

2004-11-15 Thread Joshua Gatcomb
on continuing maintenance? And just to be clear for those reading at homejust because I am asking doesn't mean I am volunteering. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http

Fwd: Re: Parrot BASIC

2004-11-16 Thread Joshua Gatcomb
All, Please read Clinton's reply - especially the part about being blocked from the list for about a year. Cheers, Joshua Gatcomb a.k.a. Limbic~Region --- Clinton A. Pierce [EMAIL PROTECTED] wrote: Date: Tue, 16 Nov 2004 11:34:05 -0500 To: Joshua Gatcomb [EMAIL PROTECTED] From: Clinton

Re: [perl #33642] [PATCH] Change working directory for parrotbench.pl

2005-01-03 Thread Joshua Gatcomb
decision and there is as of yet no ruling. Joshua Gatcomb should comment on whether or not this should be applied. Apply away. I have held off making any modifications waiting on another design decision. Leo opened up a ticket on this script because it used a non-core Perl module. I listed

Re: Perl 6 fundraising and related topics.

2008-02-21 Thread Joshua Gatcomb
over. Hopefully you will find the sweet spot - I sure hope you do. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: Perl 6 fundraising and related topics.

2008-02-21 Thread Joshua Gatcomb
On Thu, Feb 21, 2008 at 4:23 PM, chromatic [EMAIL PROTECTED] wrote: On Thursday 21 February 2008 06:25:42 Joshua Gatcomb wrote: I could take a month's sabbatical from my day job for $5000 without losing insurance coverage or other benefits. That's slightly more than Audrey's $100/day, I

Re: Perl 6 fundraising and related topics.

2008-02-21 Thread Joshua Gatcomb
efficient way to accomplish that goal. Cheers, Joshua Gatcomb a.k.a. Limbic~Region

[perl #52150] Parrot fails to build on Cygwin (r26569) due to linking missing -lcrypto

2008-03-27 Thread Joshua Gatcomb
# New Ticket Created by Joshua Gatcomb # Please include the string: [perl #52150] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52150 After learning that some folks were having troubles building parrot on Cygwin, I

Re: Cygwin update

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: 2. All tests are now passing on Cygwin. Are signal and thread tests skipped or running? No, they are both skipped. I am doing a bit more research on this because I had trouble with both threading

Cygwin issues may not be ICU related

2004-05-04 Thread Joshua Gatcomb
All: While there are definately ICU issues on Cygwin, I have gotten it to link to parrot both statically and dynamically several different ways. The problem is that the resulting parrot.exe coredumps upon execution. I had always assumed that the problem was related to ICU since it was

Re: Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-07 Thread Joshua Gatcomb
get the exact same results: #4 0x004bd577 in enter_nci_method (interpreter=0x100d1d28, type=26, func=0x47e040, name=0x53d0f9 thread1, proto=0x53d0f4 vIOP) at src/inter_misc.c:65 I am not sure where to go from here. Any suggestions? Cheers Joshua Gatcomb a.k.a. Limbic~Region

Re: Isolated ARENA_DOD_FLAGS problem on Cygwin

2004-05-07 Thread Joshua Gatcomb
values deviated from my expectations. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: Cygwin problems are GC not ICU (was Re: Cygwin issues may not be ICU related)

2004-05-07 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb wrote: I am not sure where to go from here. Any suggestions? Ok, here is a sample debugging session: $ cat hello.pasm print hello\n end $ parrot hello.pasm hello $ gdb parrot ... (gdb) b new_pmc_header (gdb

Re: Config mess (was: Cygwin problems are GC not ICU)

2004-05-07 Thread Joshua Gatcomb
. Patches welcome. The same problem is, if perl5 is compiled with long doubles. leo I think this is something I could do if I knew what it *should be* using/getting the values from. Thanks again Joshua Gatcomb a.k.a. Limbic~Region __ Do

All Tests Passing On Cygwin

2004-05-07 Thread Joshua Gatcomb
= 380.13 CPU) Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Lightening speeds on Cygwin

2004-05-07 Thread Joshua Gatcomb
, and anyone/everyone else that helped. Cheers Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

Cygwin update

2004-05-07 Thread Joshua Gatcomb
taking about 4 seconds. parrot -j anything used to coredump primes2.pasm with -j is now under 2 seconds. Again, thanks to everyone. Joshua Gatcomb a.k.a. Limbic~Region __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch [EMAIL PROTECTED] wrote: Joshua Gatcomb [EMAIL PROTECTED] wrote: parrot -j examples/benchmarks/primes2.pasm exists_keyed() not implemented in class 'PerlInt' Ah. yep. Due to eliminating two vtable functions, other ones after that moved down in table. JIT needs

  1   2   >