[perl #75752] [PATCH] make realclean before svn update (parrot)

2011-10-04 Thread Will Coleda via RT
63173a3..572f474 100644 > > --- a/build/gen_parrot.pl > > +++ b/build/gen_parrot.pl > > @@ -43,12 +43,6 @@ close $REQ; > > } > > } > > > > -print "Checking out Parrot r$reqsvn via svn...\n"; > > -system_or_die(qw(svn checkout -r

Re: [perl #75752] [PATCH] make realclean before svn update (parrot)

2010-08-06 Thread Alex Varyanick
On Wed, Jul 28, 2010 at 4:58 AM, Will Coleda via RT wrote: > On Tue Jun 15 00:11:43 2010, q...@cono.org.ua wrote: >> perl Configure.pl --gen-parrot failed time to time. Need to do >> realclean before update. > +1 on this patch (at least in spirit) from me, but I cannot apply it > (probably becau

Re: [perl #75752] [PATCH] make realclean before svn update (parrot)

2010-07-28 Thread Alex Varyanick
On Wed, Jul 28, 2010 at 4:58 AM, Will Coleda via RT wrote: > > +1 on this patch (at least in spirit) from me, but I cannot apply it > (probably because it was > inlined in the ticket.) Can you add it as an attachment? > > Thanks! in attachment -- Varyanick I. Alex icq: 102 575 440 skype: cono.

[perl #75752] [PATCH] make realclean before svn update (parrot)

2010-07-27 Thread Will Coleda via RT
b/build/gen_parrot.pl > @@ -43,12 +43,6 @@ close $REQ; > } > } > > -print "Checking out Parrot r$reqsvn via svn...\n"; > -system_or_die(qw(svn checkout -r), $reqsvn , > qw(https://svn.parrot.org/parrot/trunk parrot)); > - > -chdir('parrot') || die

[perl #75752] [PATCH] make realclean before svn update (parrot)

2010-06-16 Thread via RT
ore update. diff --git a/build/gen_parrot.pl b/build/gen_parrot.pl index 63173a3..572f474 100644 --- a/build/gen_parrot.pl +++ b/build/gen_parrot.pl @@ -43,12 +43,6 @@ close $REQ; } } -print "Checking out Parrot r$reqsvn via svn...\n"; -system_or_die(qw(svn checkout -r), $reqs

[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.

Re: Rakudo repository -- svn or git?

2009-02-02 Thread Carl Mäsak
automatically pages). > > Perhaps a response to this thread is a little late, but I stumbled across > git-svn today which allows interaction between git and a Subversion > repository: > > http://www.kernel.org/pub/software/scm/git/docs/git-svn.html > > I've not used i

Re: Rakudo repository -- svn or git?

2009-02-02 Thread Cory Spencer
s a little late, but I stumbled across git-svn today which allows interaction between git and a Subversion repository: http://www.kernel.org/pub/software/scm/git/docs/git-svn.html I've not used it, so I can't speak to its effectiveness, but I thought of this thread when I came across it. :) Cory

Re: Rakudo repository -- svn or git?

2009-01-28 Thread Ovid
- Original Message > From: Patrick R. Michaud > I will be making a decision (and possibly starting the > migration) tomorrow. If anyone has any strong opinions > one way or another, please let them be known quickly. Hope I'm not too late to chime in. Subversion's OK, but I would de

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Jonathan Worthington
asily commit to the pugs subversion repository. The existing mechanism (makefile calls svn to check out t/spec) will work fine unmodified with rakudo in git. ...assuming that the system also has subversion installed and readily available. Sure, but we assume that now. :-) To reg

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Jonathan Scott Duff
On Tue, Jan 27, 2009 at 10:49 AM, Daniel Ruoso wrote: > Em Ter, 2009-01-27 às 10:18 -0600, Patrick R. Michaud escreveu: > > Well, we're now at the point where it's time to move the > > Rakudo repository, and thus we need a decision on continuing > > to use svn for

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Patrick R. Michaud
able to easily commit to the pugs subversion repository. > > The existing mechanism (makefile calls svn to check out t/spec) will > work fine unmodified with rakudo in git. ...assuming that the system also has subversion installed and readily available. Pm

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Carl Mäsak
Moritz (>): > I'm fine with both, and have no real preference atm, just a small bias > towards git. Same here. I like both systems, but ceteris paribus, I like git better. I find it hard to tell in advance whether it'd be worth the trouble switching, though. // Carl

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Moritz Lenz
Patrick R. Michaud wrote: > Switching the rakudo repository to git means that it would > likely live on github, at least for a short time. We'd also > have to provide mechanisms for people to continue to obtain > and be able to easily commit to the pugs subversion repository. > > I will be making

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Stephen Weeks
Not long ago, Patrick R. Michaud proclaimed... > Well, we're now at the point where it's time to move the > Rakudo repository, and thus we need a decision on continuing > to use svn for the repository or switching to git. > > Obviously staying with svn is very e

Re: Rakudo repository -- svn or git?

2009-01-27 Thread Daniel Ruoso
Em Ter, 2009-01-27 às 10:18 -0600, Patrick R. Michaud escreveu: > Well, we're now at the point where it's time to move the > Rakudo repository, and thus we need a decision on continuing > to use svn for the repository or switching to git. I think it primarily depends on how

Re: Rakudo repository -- svn or git?

2009-01-27 Thread jerry gay
scussions at this > time -- there's been plenty of opportunity for that. Just state > your preference and possibly a short statement of why you > prefer that choice. > please, svn, so i can do svn switch --relocate and move on with my life. ~jerry

Re: Rakudo repository -- svn or git?

2009-01-27 Thread fREW Schmidt
> > time -- there's been plenty of opportunity for that. Just state > your preference and possibly a short statement of why you > prefer that choice. > I prefer git. It's fast and distributed and it would be nice to be able to easily have local branches and whatnot. (I know SVK can do the last

Rakudo repository -- svn or git?

2009-01-27 Thread Patrick R. Michaud
Well, we're now at the point where it's time to move the Rakudo repository, and thus we need a decision on continuing to use svn for the repository or switching to git. Obviously staying with svn is very easy to handle. The other repositories that we have to coordinate with (parro

[perl #61410] Resolved [Re: perl6 build errors on Debian stable "Etch" (parrot svn trunk rev 33776 and before)

2008-12-16 Thread via RT
rot svn revision 33960 ( and it seems some revisions before ) All perl6 tests are running successfully. Cheers, and keep up the good work, Jochen On Wednesday December 10 2008 16:54, Jochen Plumeyer wrote: > Hi folks, > > in the last days I tried several times with the respective late

[perl #61278] perl6 build errors on Debian stable "Etch" (parrot svn trunk rev 33776 and before)

2008-12-11 Thread via RT
# New Ticket Created by Jochen Plumeyer # Please include the string: [perl #61278] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61278 > Hi folks, in the last days I tried several times with the respective latest

Synopses moved to pugs svn repository

2008-11-26 Thread Patrick R. Michaud
to have its name/location changed soon.) If you need > a pugs commit bit, please ask in #perl6 on irc.freenode.net. ...and the move is now done. The synopses currently live in docs/Perl6/Spec/ of the pugs svn repository, but we may be moving these to a different location in the repository and/

[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

[perl #56050] Fix for missing svn command on spectest_regression...

2008-06-19 Thread Deven T. Corzine
ndex: root.in === --- root.in (revision 28471) +++ root.in (working copy) @@ -163,11 +163,11 @@ # NOTE: eventually, we should remove --keep-exit-code and --fudge # as the goal is that all tests must pass without fudge spectest: all t/spec - cd t/spec && svn up +

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

  1   2   3   >