Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[PATCH] Build dynclasses by default.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Will Coleda  
View profile  
 More options Oct 29 2004, 11:34 pm
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Will Coleda)
Date: Fri, 29 Oct 2004 20:34:15 -0700
Local: Fri, Oct 29 2004 11:34 pm
Subject: [perl #32223] [PATCH] Build dynclasses by default.
# New Ticket Created by  Will Coleda
# Please include the string:  [perl #32223]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32223 >

I think we should be building dynclasses by default.

oolong:~/research/parrot/config/gen/makefiles coke$ cvs diff root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.254
diff -b -u -r1.254 root.in
--- root.in     12 Oct 2004 09:00:16 -0000      1.254
+++ root.in     30 Oct 2004 03:31:44 -0000
@@ -463,7 +463,7 @@
 #
 ########################################################################### ####

-all : flags_dummy $(TEST_PROG) runtime/parrot/include/parrotlib.pbc runtime/parrot/include/config.fpmc docs $(LIBNCI_SO) $(GEN_LIBRARY)
+all : flags_dummy $(TEST_PROG) runtime/parrot/include/parrotlib.pbc runtime/parrot/include/config.fpmc docs $(LIBNCI_SO) $(GEN_LIBRARY) dynclasses_dummy

 .SUFFIXES : .c .h .pmc .dump $(O) .str .imc .pbc

@@ -581,6 +581,9 @@
        @echo Compiling with:
        @$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CC) $(CFLAGS) -I$(@D) ${cc_o_out} xx$(O) -c xx.c

+dynclasses_dummy :
+       cd dynclasses && $(MAKE)
+
 runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.imc $(TEST_PROG)
        ./parrot -o $@ runtime/parrot/library/parrotlib.imc


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Nov 1 2004, 8:04 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Mon, 1 Nov 2004 14:04:22 +0100
Local: Mon, Nov 1 2004 8:04 am
Subject: Re: [perl #32223] [PATCH] Build dynclasses by default.

Will Coleda <parrotbug-follo...@parrotcode.org> wrote:
> I think we should be building dynclasses by default.

Before applying it, some response from various platforms might be
helpful. Please folks either apply that patch, or run the make
command manually:

> +       cd dynclasses && $(MAKE)

Do we have some tests for dynclasses?

leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Ruby  
View profile  
 More options Nov 2 2004, 7:59 am
Newsgroups: perl.perl6.internals
From: ru...@intertwingly.net (Sam Ruby)
Date: Tue, 02 Nov 2004 07:59:11 -0500
Local: Tues, Nov 2 2004 7:59 am
Subject: Re: [perl #32223] [PATCH] Build dynclasses by default.

Leopold Toetsch wrote:
> Will Coleda <parrotbug-follo...@parrotcode.org> wrote:

>>I think we should be building dynclasses by default.

> Before applying it, some response from various platforms might be
> helpful. Please folks either apply that patch, or run the make
> command manually:

>>+       cd dynclasses && $(MAKE)

Works for me.  uname --all:

   Linux rubix 2.4.26-1-386 #1 Tue Aug 24 13:31:19 JST 2004 i686 GNU/Linux

> Do we have some tests for dynclasses?

Not much.  By making the following change to each of the
dynclasses/*.pasm files, the output of each becomes predictable:

-       print I0
+       typeof S0, I0
+       print S0

- Sam Ruby


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brent 'Dax' Royal-Gordon  
View profile  
 More options Nov 2 2004, 5:54 pm
Newsgroups: perl.perl6.internals
From: brent...@gmail.com (Brent 'Dax' Royal-Gordon)
Date: Tue, 2 Nov 2004 22:54:43 +0000
Local: Tues, Nov 2 2004 5:54 pm
Subject: Re: [perl #32223] [PATCH] Build dynclasses by default.

Leopold Toetsch <l...@toetsch.at> wrote:
> Will Coleda <parrotbug-follo...@parrotcode.org> wrote:

> > I think we should be building dynclasses by default.

> Before applying it, some response from various platforms might be
> helpful. Please folks either apply that patch, or run the make
> command manually:

Compiles here, unsurprisingly.

$ uname -a
Linux brent-linux 2.6.9-gentoo-r1amd64-1 #2 Tue Oct 26 23:15:26 UTC
2004 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux

--
Brent 'Dax' Royal-Gordon <br...@brentdax.com>
Perl and Parrot hacker

There is no cabal.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »