[perl #59978] [TODO] Add SVN revision number of reports to Smolder front page

2009-05-05 Thread James Keenan via RT
In r38498, applied patch supplied by Michael Peters. See also: https://trac.parrot.org/parrot/wiki/SmolderTaskList.

[perl #56206] [TODO] Modify the smoke server to accept smokes from releases, not just svn

2008-11-23 Thread James Keenan via RT
We're in the beginning stages of deprecating smoke.parrotcode.org in favor of our Smolder report system. So it would probably not be worth our effort to modify the smoke system to accept smoke test reports from new sources, such as proposed here for releases. I would like to encourage you to try

[perl #59978] [TODO] Add SVN revision number of reports to Smolder front page

2008-10-18 Thread via RT
One feature I'd like to see: On the home page (http://smolder.plusthree.com/app/ public_projects/smoke_reports/8), could we squeeze in the SVN revision number at which a report was generated -- perhaps flush right on the same line as the "# Added ..." for each report. We have

[perl #59790] t/stm/basic_mt.t #4 hangs under cygwin since svn 31655-ish

2008-10-11 Thread [EMAIL PROTECTED] (via RT)
e tests nightly in the hopes that its useful, and to poke around with parrot as it evolves, so I think my estimation of the svn rev where it started hanging is accurate +/- 20 revs. Krishna Sethuraman [EMAIL PROTECTED] Summary of my parrot 0.7.1 (r31839) configuration: configdate='Thu O

Re: svn commits via email missing?

2008-10-05 Thread jesse
On Sun, Oct 05, 2008 at 10:43:45AM -0500, Patrick R. Michaud wrote: > We seem to have lost the svn-commit mail updates, I haven't seen > a svn-commit message since r31606 on October 3 (parrot is > currently at r31676). > > Any chance we get could this back? For me it'

svn commits via email missing?

2008-10-05 Thread Patrick R. Michaud
We seem to have lost the svn-commit mail updates, I haven't seen a svn-commit message since r31606 on October 3 (parrot is currently at r31676). Any chance we get could this back? For me it's much easier to review commits and patches arriving by email than to have to go manually look t

[svn ci] :lexid(...)

2008-06-26 Thread Jonathan Worthington
Hi, So before, this would not work out because it found the wrong outer: -- .sub main outer() .end .namespace [ 'Foo' ] .sub outer say "oops" .end .namespace [] .sub outer $P0 = new 'Integer' $P0 = 42 .lex '$a', $P0 test() .end .sub test :outer('outer') $P0 = find_lex '$a'

[perl #56206] [TODO] Modify the smoke server to accept smokes from releases, not just svn

2008-06-22 Thread James Keenan via RT
On Sat Jun 21 17:49:51 2008, [EMAIL PROTECTED] wrote: > Per #parrot: > > I'm trying to submit a smoke for parrot 0.6.3 on FreeBSD and > I'm getting this error: * Sending data to smokeserver > "http://smoke.parrotcode.org/smoke/ > "... error: The submitted smoke has an invalid format! Am I >

[perl #56206] [TODO] Modify the smoke server to accept smokes from releases, not just svn

2008-06-22 Thread via RT
nd I'm getting this error: * Sending data to smokeserver "http://smoke.parrotcode.org/smoke/ "... error: The submitted smoke has an invalid format! Am I missing something, or did I do something incorrectly? apeiron: usually that's b/c you did svn export, not svn

[perl #56102] Fwd: [PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread James Keenan via RT
Learned that Coke had already opened a ticket for this; merged this one into that.

[perl #56122] [Fwd: [PATCH] add git-svn instructions to gettingstarted.pod]

2008-06-19 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #56122] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56122 > Forwarding to open RT: Original Message Subject: [PATCH] add git-

[perl #56102] Fwd: [PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread Will Coleda via RT
On Thu Jun 19 09:56:35 2008, coke wrote: > Forwarding to parrotbug to open a ticket. > > > -- Forwarded message -- > From: Hans Dieter Pearcey <[EMAIL PROTECTED]> > Date: Wed, Jun 18, 2008 at 2:23 PM > Subject: [PATCH] add git-svn instructions to gett

[perl #56102] Fwd: [PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread via RT
rom: Hans Dieter Pearcey <[EMAIL PROTECTED]> Date: Wed, Jun 18, 2008 at 2:23 PM Subject: [PATCH] add git-svn instructions to gettingstarted.pod To: [EMAIL PROTECTED] The obvious way to use git-svn with the parrot repo will result in the entire history being checked out, which is undesira

[PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread Hans Dieter Pearcey
The obvious way to use git-svn with the parrot repo will result in the entire history being checked out, which is undesirable. The attached patch points people towards only checking out HEAD. hdp. diff --git a/docs/gettingstarted.pod b/docs/gettingstarted.pod index e6e18f8..731e434 100644 --- a

SVN checkin: r26841 'perl Configure.pl' is required after svn update

2008-04-07 Thread Bernhard Schmalhofer
Hi, in r26841 I removed the directory 'compilers/past-pm', resolving the deprecation item from RT#48030. After updating to the new revision, a 'perl Configure.pl' is required, as Makefile dependencies have changed. Best regards, Bernhard

[perl #49224] [BUG] Repeated problems with 'svn commit'

2008-04-03 Thread James Keenan via RT
Since I have not experienced this problem in > 1 month, and since it's better dealt with by notifying Robert and having him track it in his RT queue, I am going to cross my fingers and close this ticket.

RE: [perl #52264] Bug: duplicate directory names in SVN

2008-04-02 Thread Ted Neward
Seems to work now, once I clean up my client side. (Had to do a little svn cleanup and remove the old directory before it would go through, but now it looks good.) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Mess

Re: [perl #52264] Bug: duplicate directory names in SVN

2008-03-31 Thread Xiao Yafeng
I'm glad also! But If I had read this mail before reinstalled SVN client, I would be glader. ;) On Sun, Mar 30, 2008 at 10:12 PM, Andrew Whitworth <[EMAIL PROTECTED]> wrote: > Oh, i'm glad this is a bug in the repository, when it happened to me, > I assumed that my SVN cl

RE: [perl #52264] Bug: duplicate directory names in SVN

2008-03-30 Thread ajr
>> This should be fixed in r26641. >> >> Could you confirm? >> -- Checkout on Windows XP now works. -- Email and shopping with the feelgood factor! 55% of income to good causes. http://www.ippimail.com

Re: [perl #52264] Bug: duplicate directory names in SVN

2008-03-30 Thread Andrew Whitworth
Oh, i'm glad this is a bug in the repository, when it happened to me, I assumed that my SVN client was broken. Now I dont need to go through the effort of uninstalling my SVN client, installing a new one, and checking out the entire repository again. --Andrew Whitworth On Sat, Mar 29, 2008

RE: [perl #52264] Bug: duplicate directory names in SVN

2008-03-30 Thread Ted Neward
h 30, 2008 4:31 AM > To: [EMAIL PROTECTED] > Subject: [perl #52264] Bug: duplicate directory names in SVN > > On Sa. 29. Mär. 2008, 20:04:14, [EMAIL PROTECTED] wrote: > > There appear to be two directories, languages/HQ9plus and > languages/hq9plus, > > which confli

[perl #52264] Bug: duplicate directory names in SVN

2008-03-30 Thread Ted Neward
# New Ticket Created by "Ted Neward" # Please include the string: [perl #52264] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52264 > There appear to be two directories, languages/HQ9plus and languages/hq9plus, which confl

[perl #52022] [PATCH] Pass "--grep=^git-svn-id:" to "git log" in Parrot::Revision

2008-03-23 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #52022] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52022 > Howdy, I'm using git-svn and have made some local commits. When I ru

RE: [perl #51732] Parrot crash in SVN tip

2008-03-20 Thread Ted Neward
ward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: James Keenan via RT [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2008 6:38 AM > To: [EMAIL PROTECTED] > Subject: [perl #51732] Parrot crash in

Re: Parrot svn test results

2008-03-17 Thread Alberto Simões
chromatic wrote: On Monday 17 March 2008 14:29:19 Alberto Simões wrote: I think this is not new to anyone, but as parrot 0.6.0 is preparing to exit the cage, here is some information about running make test on latest svn r26457. Darwin 10.5.2: Test Summary Report --- t/src

Re: Parrot svn test results

2008-03-17 Thread chromatic
On Monday 17 March 2008 14:29:19 Alberto Simões wrote: > I think this is not new to anyone, but as parrot 0.6.0 is preparing to > exit the cage, here is some information about running make test on > latest svn r26457. > Darwin 10.5.2: > > Test Summary Report > ---

Parrot svn test results

2008-03-17 Thread Alberto Simões
Hi I think this is not new to anyone, but as parrot 0.6.0 is preparing to exit the cage, here is some information about running make test on latest svn r26457. Linux 2.6.24, x86: All tests successful. Files=559, Tests=11128, 327 wallclock secs ( 5.32 usr 1.21 sys + 242.19 cusr 48.13

[perl #51732] Parrot crash in SVN tip

2008-03-15 Thread James Keenan via RT
On Sat Mar 15 01:27:37 2008, [EMAIL PROTECTED] wrote: > Sorry, you're right, the error did occur during the nmake part of the >build; I just wanted to make it clear (in case it mattered) that >ActiveState was used to run the Configure.pl script. Do you still >need the complete make outp

RE: [perl #51732] Parrot crash in SVN tip

2008-03-15 Thread Ted Neward
Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: James Keenan via RT [mailto:[EMAIL PROTECTED] > Sent: Friday, March 14, 2008 3:15 PM > To: [EMAIL PROTECTED] > Subject: [perl #51732] Parrot crash in SVN tip

Re: [perl #51732] Parrot crash in SVN tip

2008-03-14 Thread chromatic
On Friday 14 March 2008 15:15:07 James Keenan via RT wrote: > On Fri Mar 14 06:31:08 2008, [EMAIL PROTECTED] wrote: > > ..\..\parrot.exe ..\..\compilers\tge\tgc.pir > > --output=POST\Grammar_gen.p > > > > ir POST\Grammar.tg > > > > Parrot VM: PANIC: Null vtable used; did you add a new PMC

[perl #51732] Parrot crash in SVN tip

2008-03-14 Thread James Keenan via RT
On Fri Mar 14 06:31:08 2008, [EMAIL PROTECTED] wrote: > Visual Studio 2008, ActiveState Perl running configure.pl > > > > ..\..\parrot.exe ..\..\compilers\tge\tgc.pir > --output=POST\Grammar_gen.p > > ir POST\Grammar.tg > > Parrot VM: PANIC: Null vtable used; did you add a new PMC?! >

[perl #51732] Parrot crash in SVN tip

2008-03-14 Thread Ted Neward
# New Ticket Created by "Ted Neward" # Please include the string: [perl #51732] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51732 > Visual Studio 2008, ActiveState Perl running configure.pl ..\..\parrot.exe .

Re: [perl #50956] Problems building in VS2008 with latest SVN tip

2008-02-20 Thread jerry gay
fferent > >> linkage > > > > Excellent! A new Visual Studio version! Is this the free version or > > a paid-for version. IIRC VS 2005 had some distinctions between the > > two. > > FWIW, I used to build parrot from svn with VS 2008 express > without any pro

Re: [perl #50956] Problems building in VS2008 with latest SVN tip

2008-02-20 Thread Cosimo Streppone
ay.html?id=50956 > src\oo.c(221) : error C2375: 'Parrot_oo_get_class' : redefinition; different linkage Excellent! A new Visual Studio version! Is this the free version or a paid-for version. IIRC VS 2005 had some distinctions between the two. FWIW, I used to build parrot

Re: [perl #50956] Problems building in VS2008 with latest SVN tip

2008-02-20 Thread Steve Peters
.html?id=50956 > > > > Steps look as follows: > > > > > > C:\Prg\parrot-svn>svn up > > At revision 25835. > > > > C:\Prg\parrot-svn>build_env.bat > > ActiveState Perl now on the PATH > > Setting environment for using Microsoft Visu

[perl #50966] PATCH: Allow git checkouts to pass at least one test that is svn checkout dependent

2008-02-18 Thread Joshua McAdams
# New Ticket Created by "Joshua McAdams" # Please include the string: [perl #50966] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50966 > I'm using git-svn to check parrot; however, some of the parrot

[perl #50956] Problems building in VS2008 with latest SVN tip

2008-02-18 Thread Ted Neward
# New Ticket Created by "Ted Neward" # Please include the string: [perl #50956] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50956 > Steps look as follows: C:\Prg\parrot-svn>svn up At revision 2

RE: [perl #50956] AutoReply: Problems building in VS2008 with latest SVN tip

2008-02-18 Thread Ted Neward
m: Parrot via RT [mailto:[EMAIL PROTECTED] > Sent: Monday, February 18, 2008 1:46 AM > To: [EMAIL PROTECTED] > Subject: [perl #50956] AutoReply: Problems building in VS2008 with > latest SVN tip > > Greetings, > > This message has been automatically generated in response to

recent svn issues

2008-02-02 Thread Robert
Dear parroteers- A small number of people have reported periodic issues committing to the parrot subversion repository. As of yet, we've been unable to create a repeatable test, find anything obviously wrong that might be causing this issue, or even logs that show a horrible error on our side.

Re: [perl #49224] [BUG] Repeated problems with 'svn commit'

2008-01-02 Thread Patrick R. Michaud
ut I don't know what it is. Whenever it happens, I just do an 'svn up' immediately after the "failed" commit and everything seems to be okay. Pm

Re: [perl #49224] [BUG] Repeated problems with 'svn commit'

2008-01-02 Thread Paul Cochrane
James, I've been seeing this problem off and on for over a month. As you've noticed, it's rather intermittent, however, when the problem occurs it persists for up to couple of hours. I've also seen that this is platform independent, and so guessed that the problem existed at the server end (mayb

[perl #49224] [BUG] Repeated problems with 'svn commit'

2007-12-30 Thread James Keenan via RT
On Sun Dec 30 10:01:18 2007, rgrjr wrote: > > Come to think of it, I did three commits each on Monday and Tuesday, and > must have seen it then (either or both days). > > -- Bob > Perhaps not; the problem is intermittent. But yesterday I was getting it o

[perl #49224] [BUG] Repeated problems with 'svn commit'

2007-12-30 Thread Bob Rogers
From: "James Keenan via RT" <[EMAIL PROTECTED]> Date: Sun, 30 Dec 2007 09:13:24 -0800 No, I first began to notice this two weeks ago. And the most frequent occurrences were last night, when the maintenance on the server was presumably complete. Come to think of it, I did three com

[perl #49224] [BUG] Repeated problems with 'svn commit'

2007-12-30 Thread James Keenan via RT
On Sun Dec 30 09:04:25 2007, rgrjr wrote: > > Was that when the server was down a few days ago? Over the past few > days, I have seen several examples of the "MERGE request failed ... 200 > OK" syndrome (which is particularly wierd) with Subversion client > version 1.3.0. But I wouldn't swear t

[perl #49224] [BUG] Repeated problems with 'svn commit'

2007-12-30 Thread Bob Rogers
Ticket/Display.html?id=49224 > I am filing this ticket as a way of keeping track of some problems with our infrastructure rather than with our code. Over the last several weeks I have experienced intermittent, but increasingly frequent, problems with commits to our SVN r

[perl #49224] [BUG] Repeated problems with 'svn commit'

2007-12-30 Thread via RT
our infrastructure rather than with our code. Over the last several weeks I have experienced intermittent, but increasingly frequent, problems with commits to our SVN repository. The nutshell description of this problem is: 1. I do 'svn commit'. 2. The commit appears to hang at "Tran

Re: [svn ci] added support for decorators to pmc methods

2007-08-07 Thread Andy Lester
On Aug 7, 2007, at 1:38 PM, chromatic wrote: Are there any cases where they *can* be NULL? I wonder if slapping NOTNULL() on them by default would break anything. (I can't think of anything that's not already a bug.) But can't some PMC methods take additional args, besides the default

Re: [svn ci] added support for decorators to pmc methods

2007-08-07 Thread chromatic
On Tuesday 07 August 2007 11:29:03 Andy Lester wrote: > What about being able to do NOTNULL() and NULLOK() on args to the > PMC? For the decorators to really make sense, we need both halves of > the equation. Are there any cases where they *can* be NULL? I wonder if slapping NOTNULL() on them

Re: [svn ci] added support for decorators to pmc methods

2007-08-07 Thread Andy Lester
On Aug 7, 2007, at 1:26 PM, jerry gay wrote: as of r20545, you can now decorate pmc methods to give the compiler a hand in warning you about bad code, just like we've been doing throughout parrot core (a.k.a. seatbelts.) for a list of decorators, see include/parrot/compiler.h. for more info, se

[svn ci] added support for decorators to pmc methods

2007-08-07 Thread jerry gay
as of r20545, you can now decorate pmc methods to give the compiler a hand in warning you about bad code, just like we've been doing throughout parrot core (a.k.a. seatbelts.) for a list of decorators, see include/parrot/compiler.h. for more info, see docs/dev/seatbelts.pod for example, in r20546,

[svn ci] increased warnings levels for msvc

2007-08-03 Thread jerry gay
if you windows developers suddenly notice that your build output is full of warnings, it's because we've increased the warnings level from -W3 to -W4. since some level four warnings are so noisy, we've disabled a few of them, until we get the others under control. if you have msvc and an eye for f

Re: [perl #37015] [TODO] docs - svn howto

2007-07-17 Thread Paul Cochrane
On 18/07/07, jerry gay <[EMAIL PROTECTED]> wrote: On 7/17/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Initial comments (perhaps more to come): > > Run podchecker over the doc. > > Can you set your editor's line wrap settings such that when I say > 'perldoc commiter_guide.pod', I don't ge

Re: [perl #37015] [TODO] docs - svn howto

2007-07-17 Thread jerry gay
On 7/17/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: Initial comments (perhaps more to come): Run podchecker over the doc. Can you set your editor's line wrap settings such that when I say 'perldoc commiter_guide.pod', I don't get ugly wraps? And now for a theological argument: Should i

[perl #37015] [TODO] docs - svn howto

2007-07-17 Thread James Keenan via RT
Initial comments (perhaps more to come): Run podchecker over the doc. Can you set your editor's line wrap settings such that when I say 'perldoc commiter_guide.pod', I don't get ugly wraps? And now for a theological argument: Should it be 'commiter' or 'committer'? kid51

[perl #37015] [TODO] docs - svn howto

2007-07-17 Thread Paul Cochrane via RT
How does this file look? Does it explain everything which needs to be explained? If everything's ok (or noone makes any noise over the next few days) I'll add this file to docs/project. Comments most definitely welcome. Paul commiter_guide.pod Description: Binary data

[perl #42040] tools/dev/mk_manifest_and_skip.pl doesn't pick up files that are marked svn deleted but not yet committed

2007-07-15 Thread James Keenan via RT
On Fri Mar 23 11:37:34 2007, tewk wrote: > tools/dev/mk_manifest_and_skip.pl should remove file from the MANIFEST > that are scheduled to be svn deleted. This problem should be corrected with revisions applied to trunk today in r19893 (which applied to RT 43847 as well. Both Coke and

Re: svn r18461 indentation problem?

2007-05-08 Thread Paul Cochrane
Mark, It's highly likely that I was wrong to indent your example. I've noticed that particle has done some more work on the pod and he's moved it back :-) Anyway, your work is now in. Good stuff! Thanks for the help! Paul On 08/05/07, Mark Glines <[EMAIL PROTECTED]> wrote: Hi Paul! I not

svn r18461 indentation problem?

2007-05-08 Thread Mark Glines
Hi Paul! I noticed you reindented the example when checking in the PDD07 change. Sorry to disagree with you, but this seems wrong to me. Elsewhere in PDD07, it says: "neither PARROT_IN_CORE nor the outermost _GUARD #ifdefs cause the level of indenting to increase." So I think the indentation was

svn version parrot segfault

2007-05-05 Thread pancake
I have found a way to segfault parrot. (I know that the following code is incorrect): [EMAIL PROTECTED]/prg/parrot$ cat hello.pasm main: set I0, 3 set I1, 2 get_results "(0)", I0 set_args "(0,0)", P0, I1 fakesub: get_params "(0,0)", I0, I1 add I0,

Re: Ease of Committing Tests (was Re: [svn ci] NCI methods now name-mangled)

2007-04-06 Thread Joshua Isom
On Apr 6, 2007, at 11:48 AM, chromatic wrote: On Friday 06 April 2007 00:58, Joshua Isom wrote: What if we had a repository, ala pugs with it's "open" commits, solely for people to commit tests.  It could help improve bug discovery and test coverage, as well as ambiguity about features in par

Ease of Committing Tests (was Re: [svn ci] NCI methods now name-mangled)

2007-04-06 Thread chromatic
On Friday 06 April 2007 00:58, Joshua Isom wrote: > What if we had a repository, ala pugs with it's "open" commits, solely > for people to commit tests.  It could help improve bug discovery and > test coverage, as well as ambiguity about features in parrot.  Then > developers could just update it

Re: [svn ci] NCI methods now name-mangled

2007-04-06 Thread Joshua Isom
On Apr 5, 2007, at 5:45 PM, Leopold Toetsch wrote: Am Donnerstag, 5. April 2007 00:39 schrieb Jonathan Worthington: Don't really need a policy to tell me that breaking stuff for languages folks sucks. :-) I try hard to avoid it, but unfortunately stuff slips through the net occasionally. In t

Re: [svn ci] NCI methods now name-mangled

2007-04-05 Thread Leopold Toetsch
Am Donnerstag, 5. April 2007 00:39 schrieb Jonathan Worthington: > Don't really need a policy to tell me that breaking stuff for languages > folks sucks. :-) I try hard to avoid it, but unfortunately stuff slips > through the net occasionally. In this case, I wasn't even aware that you > could use

Re: [svn ci] PMC documentation guidelines draft

2007-04-05 Thread Klaas-Jan Stol
Joshua Isom wrote: On Apr 5, 2007, at 10:45 AM, Klaas-Jan Stol wrote: jerry gay wrote: i've recently committed (r17998) a draft of PMC documentation guidelines, for your review. This document is meant to formalize, clarify, and extend the current de facto style for documentation of core PMCs.

Re: [svn ci] PMC documentation guidelines draft

2007-04-05 Thread Joshua Isom
On Apr 5, 2007, at 10:45 AM, Klaas-Jan Stol wrote: jerry gay wrote: i've recently committed (r17998) a draft of PMC documentation guidelines, for your review. This document is meant to formalize, clarify, and extend the current de facto style for documentation of core PMCs. you'll find the docu

Re: [svn ci] PMC documentation guidelines draft

2007-04-05 Thread Klaas-Jan Stol
jerry gay wrote: i've recently committed (r17998) a draft of PMC documentation guidelines, for your review. This document is meant to formalize, clarify, and extend the current de facto style for documentation of core PMCs. you'll find the document at docs/pmc/documentation.pod. highlights: ~ br

[svn ci] PMC documentation guidelines draft

2007-04-05 Thread jerry gay
i've recently committed (r17998) a draft of PMC documentation guidelines, for your review. This document is meant to formalize, clarify, and extend the current de facto style for documentation of core PMCs. you'll find the document at docs/pmc/documentation.pod. highlights: ~ brings many things w

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread Allison Randal
Jonathan Worthington wrote: Anyway, fixed in r17982. May need a realclean - I had to do one anyway to run the buildtools tests. Awesome. Works for me even without realclean. Thanks! Allison

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread Jonathan Worthington
Allison Randal wrote: This is a leftover from the old days when the way to override a vtable method was to define a method with an '__' name, so they never conflicted. Not really - this was a conflict in the names of the methods at a C level. The '__' prefix was a PIR-level thing. In PIR we ma

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread Jonathan Worthington
Allison Randal wrote: For me too, even after a 'make realclean' on Parrot. In the interests of our developing policy on a stable trunk: Jonathan, fix the problem for Lua or revert the change before continuing with further development. Don't really need a policy to tell me that breaking stuff for

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread Jonathan Worthington
François PERRAD wrote: This new behavior breaks the build of Lua PMC. Argh, sorry. :-( Thanks for the detailed bug report - I know where the problem is, and am working on a fix. Jonathan

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread Allison Randal
Jonathan Worthington wrote: Hi, I was working on starting to move class functionality into v-table methods, as discussed on list recently. However, I hit an interesting issue - you cannot have a METHOD or PCCMETHOD with the same name as a vtable method. We need to be able to do that to implem

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread Allison Randal
François PERRAD wrote: Anyway, hope this is agreeable, and please do report any issues. This new behavior breaks the build of Lua PMC. For me too, even after a 'make realclean' on Parrot. In the interests of our developing policy on a stable trunk: Jonathan, fix the problem for Lua or reve

Re: [svn ci] NCI methods now name-mangled

2007-04-04 Thread François PERRAD
At 01:33 04/04/2007 +0100, Jonathan Worthington wrote: Hi, I was working on starting to move class functionality into v-table methods, as discussed on list recently. However, I hit an interesting issue - you cannot have a METHOD or PCCMETHOD with the same name as a vtable method. We need to b

[svn ci] NCI methods now name-mangled

2007-04-03 Thread Jonathan Worthington
Hi, I was working on starting to move class functionality into v-table methods, as discussed on list recently. However, I hit an interesting issue - you cannot have a METHOD or PCCMETHOD with the same name as a vtable method. We need to be able to do that to implement the interface specified

[perl #42040] tools/dev/mk_manifest_and_skip.pl doesn't pick up files that are marked svn deleted but not yet committed

2007-03-23 Thread via RT
led to be svn deleted.

[perl #41505] [CAGE] Cleanup and reorganise documentation related to svn properties

2007-03-18 Thread Allison Randal via RT
Made a few more text edits in r17591. Paul Cochrane's changes approved, ticket resolved.

[perl #41505] [CAGE] Cleanup and reorganise documentation related to svn properties

2007-03-17 Thread Will Coleda via RT
e. On Wed Feb 14 06:44:16 2007, ptc wrote: > Documentation related to svn properties on files within Parrot needs > to be cleaned up and reorganised. Namely put into the one place, and > expanded upon. The current candidate for such a location is the > coding standards pdd. Initial

[perl #40072] [CAGE] tools/dev/mk_manifest_and_skip.pl requires svn

2007-03-17 Thread Paul Cochrane via RT
Resolved as of r17538. The fix included as a side effect the MANIFEST now including Added and Deleted (but not committed) files.

[perl #41505] [TODO] Cleanup and reorganise documentation related to svn properties

2007-02-14 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #41505] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41505 > Documentation related to svn properties on files within Parrot needs to be cleaned

Re: [perl #40910] [CAGE] Fix t/distro/file_metadata.t to work in svn

2006-11-16 Thread chromatic
On Thursday 16 November 2006 13:37, Paul Cochrane wrote: > Get t/distro/file_metadata.t to work with both svn and svk again. It > works currently only with svk. Fixed (I believe, having tested it both ways) with #15616. -- c

[perl #40910] [CAGE] Fix t/distro/file_metadata.t to work in svn

2006-11-16 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40910] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40910 > Get t/distro/file_metadata.t to work with both svn and svk again. It works curren

Re: SVN tips in wranglers.pod

2006-11-08 Thread jerry gay
On 11/7/06, Paul Cochrane <[EMAIL PROTECTED]> wrote: Thanks Bernhard! Added to the list. Paul > When the commit is associated with a ticket in RT, I usually copy&paste the > ticket header. e.g. > > #39197: [CAGE] lib/Parrot/Test.pm ignores core dumps failures!CU, > > Bernhard paul~ i to

Re: SVN tips in wranglers.pod

2006-11-07 Thread Paul Cochrane
Thanks Bernhard! Added to the list. Paul When the commit is associated with a ticket in RT, I usually copy&paste the ticket header. e.g. #39197: [CAGE] lib/Parrot/Test.pm ignores core dumps failures!CU, Bernhard

Re: SVN tips in wranglers.pod

2006-11-07 Thread Bernhard Schmalhofer
Paul Cochrane schrieb: In the attached patch, I've added a section on SVN usage tips for the doc/dev/wranglers.pod documentation, mostly distilled from wisdom on #parrot. Is there anything else people think should be added before I commit the patch? Or any changes to the pod itself? Whe

SVN tips in wranglers.pod

2006-11-07 Thread Paul Cochrane
Hi all, In the attached patch, I've added a section on SVN usage tips for the doc/dev/wranglers.pod documentation, mostly distilled from wisdom on #parrot. Is there anything else people think should be added before I commit the patch? Or any changes to the pod itself? Comments defin

[svn ci] apps/p3

2006-09-10 Thread Leopold Toetsch
Hi parroteers, I've checked in my recent work to create a parrot-based slides presentation program. See also: - apps/p3/README - apps/p3/p3p.html - http://use.perl.org/~leo/journal/ - UTSL Any improvements for slides or httpd2.pir (and HTTP classes) are of course very welcome, leo

[perl #40072] [CAGE] tools/dev/mk_manifest_and_skip.pl requires svn

2006-08-04 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40072] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40072 > svk should also be usable with this tool. The use of the 'svn' binary is h

[svn ci] r13703: Start fixing the exit_handler mess - API change

2006-07-31 Thread Leopold Toetsch
This is an incompative API change: * exit_handlers take now officially an Interp* argument (as opposed to the silent usage of the void*arg as interp) * Parrot_on_exit and Parrot_exit likewise * get rid of global exit_handler_list, it's now an interpreter field * adjust a lot of code and src test

Re: [perl #39931] [TODO] integrate svn and rt

2006-07-24 Thread Will Coleda
Nifty. few questions. On Jul 24, 2006, at 7:21 PM, Jerry Gay (via RT) wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #39931] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39931 > svn comm

[perl #39931] [TODO] integrate svn and rt

2006-07-24 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #39931] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39931 > svn commits with an appropriate marker denoting the ticket # (eg. [perl #39924]) sho

[perl #39454] [TODO] [easy] $svn keyword expansion$

2006-06-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39454] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39454 > Some files, like languages/perl6/src/grammar_opttok.pg, have unexpanded $Id $ tags. (I

[svn ci] .Net to PIR translator

2006-06-10 Thread Jonathan Worthington
Hi, I just checked in the work I've been doing on tranlating .Net assemblies to PIR. It's in languages/dotnet if you want to have a play with it. The docs folder contains various bits of documentation on building it and loads on the internals which should be mostly up to date, and of course

Re: installing svn parrot

2006-04-07 Thread Nick Glencross
On 06/04/06, Sean Sieger <[EMAIL PROTECTED]> wrote: > Is parrot broken? I am getting an error that reads, > config.fpmc is truncated. You'll probably find that runtime/parrot/include/config.fpmc is zero bytes, in which case try removing it and rerunning make. If the problem persists, there's a pro

installing svn parrot

2006-04-06 Thread Sean Sieger
Is parrot broken? I am getting an error that reads, config.fpmc is truncated.

Re: svn performance

2006-03-22 Thread Andy Dougherty
On Sat, 4 Mar 2006, Leopold Toetsch wrote: > > On Feb 28, 2006, at 19:27, Andy Dougherty wrote: > > > > > Executive summary -- svn co on Solaris 8 is still *slow*! I"ll stick > > to fetching snapshots with wget. > > Dumb question? Why 'svn co'

[svn ci] (r11911) .None PMC now returns empty string instead of "None" for get_string

2006-03-16 Thread jerry gay
previously, the get_string method of the .None PMC returned "None". it's been modified to return the somewhat more sane "", or empty string. this may affect code using .Hash PMCs, as the get_string method of the .None PMC is called when the value of a non-existant hash key is requested in string co

Re: svn performance

2006-03-04 Thread Leopold Toetsch
On Feb 28, 2006, at 19:27, Andy Dougherty wrote: Executive summary -- svn co on Solaris 8 is still *slow*! I"ll stick to fetching snapshots with wget. Dumb question? Why 'svn co' instead of incrementally updating with 'svn up'? leo

Re: svn performance

2006-02-28 Thread Andy Dougherty
> On Fri, Feb 17, 2006 Andy Dougherty wrote: [svn co on Solaris 8 is painfully *slow*] > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz > > real0m16.84s > user0m0.09s > sys 0m0.20s > > $ time svn co http://svn.perl.org/parrot/trunk p

start release - no svn ci

2006-02-22 Thread Leopold Toetsch
I'll start releasing 0.4.2 RSN. Please no more svn checkins whatsoever. Thanks, leo

  1   2   >