Smoke testing Perl 6 Modules on Rakudo

2017-04-08 Thread Gabor Szabo
I wonder if this site is really out of date as the dates at the top indicate? http://smoke.perl6.org/report If so, is there working version of this report? Gabor

[perl #128457] [BUG][PRECOMP] Combination of Perl 6 and Perl 6 modules in a class fails

2016-06-22 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128457] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128457 > If a Perl 6 module and a Perl 5 module are used in the same class, using that class fails

Re: how to pkg/distrib Perl 6 modules?

2010-07-29 Thread Darren Duncan
Tadeusz SoĊ›nierz wrote [off-list]: On 29-07-2010 14:37:54, Darren Duncan wrote: Now that, with Rakudo Star, it is relatively straightforward to install and use Perl 6, I'm wondering about the next step. I want to start writing and distributing Perl 6 modules in an easily installable bu

how to pkg/distrib Perl 6 modules?

2010-07-29 Thread Darren Duncan
Now that, with Rakudo Star, it is relatively straightforward to install and use Perl 6, I'm wondering about the next step. I want to start writing and distributing Perl 6 modules in an easily installable but non-bundled manner, much as how one can do so today with Perl 5 modules. What i

Re: Perl 6 modules and classboxes?

2009-08-07 Thread Raphael Descamps
> I tried to read the Synopse S11 and how modules will be working in Perl > 6: to be honest I still not really anderstand it :) What may help me is to know where Perl 6 modules are to be placed in the module taxonomy used in the module calculus paper below. > To develop the classbo

Perl 6 modules and classboxes?

2009-08-07 Thread Raphael Descamps
Hi, In the last few months, I tried to anderstand better Roles aka statefull traits, so I read differents traits papers about it. From the same research group, I also read about classboxes and found the concept interresting, particulary when combined with traits (roles). Please note that I am not

Re: Perl 6 Modules

2005-07-18 Thread Darren Duncan
At 7:39 PM +0800 7/18/05, Gav wrote: What would be the changes required to write this a Perl 6 file, my guess is :- #!/usr/bin/pugs use v6; but I don't know about the rest of it. I'd like to get this sorted first and then write a test perl6 module and use that in my test perl 6 script. The

Re: Perl 6 Modules

2005-07-18 Thread Gav....
- Original Message - From: "Stevan Little" <[EMAIL PROTECTED]> Subject: Re: Perl 6 Modules | Gav, | | Welcome aboard. You might also want to hop onto the #perl6 channel over | at irc.freenode.net it is where many of use spend way too much time, | and a great place for

Re: Perl 6 Modules

2005-07-16 Thread Stevan Little
Modules out there so why are they not in here, are all the v6 modules included in Pugs? - Can Perl6 modules now be submitted to CPAN? CPAN has no real rules, so you can submit a Perl 6 module if you like, but it will likely be frowned upon. Currently all the working Perl 6 modules are inside

Re: Perl 6 Modules

2005-07-16 Thread Gav....
From: "Nathan Gray" | A good starting place is: | | http://svn.openfoundry.org/pugs/docs/other/porting_howto Looks good ,thanks. For those of you that have been here a while I suspect you do not notice, but to me there seems to be no structure, no definitive place where one can go and find e

Re: Perl 6 Modules

2005-07-15 Thread Nathan Gray
ace is: http://svn.openfoundry.org/pugs/docs/other/porting_howto > I have downloaded PXPerl for Windows (which seems a bit broken to me atm) > and > wanted to start writing some (fairly basic to start with) Modules. > > As Perl 6 Modules are to work with Perl 5 it makes sense for me

Perl 6 Modules

2005-07-15 Thread Gav....
some (fairly basic to start with) Modules. As Perl 6 Modules are to work with Perl 5 it makes sense for me to learn this straight off. Apologies for intruding on this list, but I see no perl6-modules list anywhere and only brief mentions of v6 Modules in places. You are all doing a great job

Re: testing Pugs with Perl 6 modules

2005-03-07 Thread Darren Duncan
ly v5.8.1". 8. Had an IRC chat on names for Perl 6 modules; I'll post something about this to the email list in a little while, following what came out of that (suggesting the creation of a FAQ-type or standards committee recommendation type document). Finally, I expect to add+commit

Re: testing Pugs with Perl 6 modules

2005-03-06 Thread Yuval Kogman
On Sun, Mar 06, 2005 at 16:40:46 -0800, Darren Duncan wrote: > I'll start showing up on IRC soon, though I have to find a good Mac > OS X client for IRC first (I'm still used to email as a primary > communication medium). I'm very happy with colloquy (http://colloquy.info). You can probably get

Re: testing Pugs with Perl 6 modules

2005-03-06 Thread Darren Duncan
or now, since it has less need to stand on its own. I will move just the code over to Perl 6, and include a comment to look at the Perl 5 version for the user documentation. Documentation will be copied to the Perl 6 version when there is good reason to do so. I also have some input of my own

Re: testing Pugs with Perl 6 modules

2005-03-06 Thread Autrijus Tang
On Sat, Mar 05, 2005 at 03:25:55PM -0800, Darren Duncan wrote: > I wish to help out the development of Perl 6, initially running under > Pugs, by supplying test code of sorts, written in Perl 6, that we > would attempt to run under Pugs (and eventually Parrot) to ensure > that it works correctly

Re: testing Pugs with Perl 6 modules

2005-03-05 Thread Stevan Little
to give in this department would surely be appreciated, whether is be a complete port of your module, or something smaller. Considering the Apocryphon question on a CPAN for Perl 6 modules, I will conform by initially naming my modules into the "Perl6::lib" namespace; they will have th

testing Pugs with Perl 6 modules

2005-03-05 Thread Darren Duncan
t none of my modules will work until at least version 6.28, since they are object oriented. At the same time, I don't do anything particularly fancy, so I probably don't need the features pending subsequent major releases. Considering the Apocryphon question on a CPAN for Perl 6 modules,

RE: Perl 6 modules plan

2001-08-28 Thread Bill Odom
Kirrily 'Skud' Robert [mailto:[EMAIL PROTECTED]] said: > > My main purpose with perlmodstyle was to give us a starting > point for a Perl 6 style guide, in time for the Great Rewrite > that's likely to happen with most of CPAN. > I have some raw material that may be useful (and I do mean raw). O

Re: Perl 6 modules plan

2001-08-25 Thread Kirrily Robert
In perl.perl6.stdlib, you wrote: > >Something like perlstyle and perlmodstyle for perl 5 then? My main purpose with perlmodstyle was to give us a starting point for a Perl 6 style guide, in time for the Great Rewrite that's likely to happen with most of CPAN. K. -- Kirrily 'Skud' Robert - [EM

Re: Perl 6 modules plan

2001-08-25 Thread John Siracusa
On 8/25/01 1:51 PM, Kirrily Robert wrote: > In perl.perl6.stdlib, you wrote: >> Er, okay, well scratch that example then :) But my point still stands: I >> think Perl 6 should have some sort of guidelines in this area, even if >> they're only a codification of what "the majority" of Perl authors

Re: Perl 6 modules plan

2001-08-25 Thread Paul Johnson
On Sat, Aug 25, 2001 at 09:40:05AM -0400, John Siracusa wrote: > On 8/25/01 5:12 AM, Johan Vromans wrote: > > John Siracusa <[EMAIL PROTECTED]> writes: > >> If you ask any Java programmer which is "correct", myJavaMethod() or > >> My_Java_Method(), I think you'll get a straight answer. > > > > Fr

Re: Perl 6 modules plan

2001-08-25 Thread Kirrily Robert
In perl.perl6.stdlib, you wrote: > >Er, okay, well scratch that example then :) But my point still stands: I >think Perl 6 should have some sort of guidelines in this area, even if >they're only a codification of what "the majority" of Perl authors do. Yes. See also "perldoc perlstyle" and the

Re: Perl 6 modules plan

2001-08-25 Thread John Siracusa
On 8/25/01 5:12 AM, Johan Vromans wrote: > John Siracusa <[EMAIL PROTECTED]> writes: >> If you ask any Java programmer which is "correct", myJavaMethod() or >> My_Java_Method(), I think you'll get a straight answer. > > From experience I can assure you this is not the case. There are a > couple o

Re: Perl 6 modules plan

2001-08-25 Thread Johan Vromans
John Siracusa <[EMAIL PROTECTED]> writes: > If you ask any Java programmer which is "correct", myJavaMethod() or > My_Java_Method(), I think you'll get a straight answer. >From experience I can assure you this is not the case. There are a couple of (independent and mutual inconsistent) style gui

Re: Perl 6 modules plan

2001-08-24 Thread John Siracusa
On 8/24/01 11:52 PM, John Siracusa wrote: > I mentioned this on another list, and I thought I'd bring it up here as > well. I think NeXT-style "bundles" offer an interesting solution for > keeping several versions of a single library installed at the same time, > with well-defined major/minor ver

Re: Perl 6 modules plan

2001-08-24 Thread John Siracusa
I just subscribed, so forgive me if this has been covered before (I haven't read all of the archives yet) STYLE: > There should be tools, guidelines and processes to assist authors in writing > quality modules. See also [EMAIL PROTECTED] > Specifically: > Style guide > Naming guidelines I kno

Re: Perl 6 modules plan

2001-08-14 Thread Dave Rolsky
On Tue, 14 Aug 2001, Nathan Wiger wrote: > This is very similar to what Params::Validate does right now; in fact, > the module could well inherit from it. That'd be tricky since its not OO but you could build on it. Alternately, I'd be happy to add more features to Params::Validate (I don't feel

Re: Perl 6 modules plan

2001-08-14 Thread Nathan Wiger
Michael G Schwern wrote: > > I think you misunderstand. This isn't named parameters vs prototyped > parameters vs args as list. The problem is the idea that functions > should accept *multiple styles by default* which the proposed > Module::Interface does. No, it doesn't. Unfortunately, I used

RE: Perl 6 modules plan

2001-08-14 Thread Garrett Goebel
From: Michael G Schwern [mailto:[EMAIL PROTECTED]] > On Tue, Aug 14, 2001 at 09:55:37AM -0500, Garrett Goebel wrote: > > > There should be ONE calling style for each sub/method. > > > Allowing this _will_ cause different people to use different > > > calling styles and also possible confusion. >

Re: Perl 6 modules plan

2001-08-14 Thread Michael G Schwern
On Tue, Aug 14, 2001 at 09:55:37AM -0500, Garrett Goebel wrote: > > There should be ONE calling style for each sub/method. > > Allowing this _will_ cause different people to use different > > calling styles and also possible confusion. > > It gives us a cleaner way to mix and match order dependa

RE: Perl 6 modules plan

2001-08-14 Thread Garrett Goebel
From: Graham Barr [mailto:[EMAIL PROTECTED]] > On Mon, Aug 13, 2001 at 04:38:43PM -0700, Nathan Wiger wrote: > > And allow flexible calling styles. For example, you might say: > > > ># import args() for argument validation > >use Module::Interface qw/args/; > > > >sub my_func (@) { >

Re: Perl 6 modules plan

2001-08-14 Thread Tim Bunce
On Mon, Aug 13, 2001 at 10:02:29AM -0500, Jarkko Hietaniemi wrote: > On Mon, Aug 13, 2001 at 09:46:13AM -0500, Garrett Goebel wrote: > > From: Jarkko Hietaniemi [mailto:[EMAIL PROTECTED]] > > > > > > Remember, the goal for Perl 6 is to allow several modules sharing > > > the same name. > > > > D

Re: Perl 6 modules plan

2001-08-14 Thread Tim Bunce
On Mon, Aug 13, 2001 at 10:45:27AM +0100, Graham Barr wrote: > On Sat, Aug 11, 2001 at 07:20:11PM -0400, [EMAIL PROTECTED] wrote: > > On Sat, Aug 11, 2001 at 02:16:49PM -0500, Jarkko Hietaniemi wrote: > > > One silliness is that the implementation "style" of the module > > > seems to creep to the

Re: Perl 6 modules plan

2001-08-14 Thread Johan Vromans
Graham Barr <[EMAIL PROTECTED]> writes: > > > (1) Foo vs Foo_XS > > Why do they need to be named differently ? Only one will be installed. That is only possible if they have _identical_ APIs. -- Johan

Re: Perl 6 modules plan

2001-08-13 Thread Graham Barr
On Mon, Aug 13, 2001 at 04:38:43PM -0700, Nathan Wiger wrote: > And allow flexible calling styles. For example, you might say: > ># import args() for argument validation >use Module::Interface qw/args/; > >sub my_func (@) { >my %args = args({ positional => [qw/name email phon

Re: Perl 6 modules plan

2001-08-13 Thread Nathan Wiger
Kirrily Robert wrote: > > I also think there's too much overhead in learning (and remembering) > each library's quirks. My most common mistakes when using CPAN or core > modules occur when the modules have inconsistent interfaces and I forget > which ones take hashes and which take hashrefs, etc

Re: Perl 6 modules plan

2001-08-13 Thread Kirrily Robert
In perl.perl6.stdlib, you wrote: >> >> While we're at it, I think that ExtUtils:: really needs renaming. >> Nobody talks about "Perl extensions", they talk about modules. Or >> possibly just about Perl. I actually think the stuff in ExtUtils would >> be better off in Devel:: with the other deve

Re: Perl 6 modules plan

2001-08-13 Thread Tim Bunce
On Sat, Aug 11, 2001 at 02:31:47PM -0400, Kirrily Robert wrote: > Ask wrote: > >On Thu, 9 Aug 2001, Kirrily Robert wrote: > > > >[...] > >> =head2 The role of CPAN > >> > >> Will CPAN's role remain unchanged? Will there be a separate space fo

Re: Perl 6 modules plan

2001-08-13 Thread Graham Barr
On Sat, Aug 11, 2001 at 03:51:22PM -0400, Kirrily Robert wrote: > [ moving to perl6-stdlib only; -meta doesn't need this. ] > > Jarkko wrote: > >> Sys:: should be declared redundant and silly. Sys::Syslog simply > >> hurts my teeth. > > > >Text:: is another silliness, though from for slightly di

Re: Perl 6 modules plan

2001-08-13 Thread Graham Barr
On Sat, Aug 11, 2001 at 07:20:11PM -0400, [EMAIL PROTECTED] wrote: > On Sat, Aug 11, 2001 at 02:16:49PM -0500, Jarkko Hietaniemi wrote: > > One silliness is that the implementation "style" of the module > > seems to creep to the naming: > > > > (1) Foo vs Foo_XS > > Well then, how do you name it

Re: Perl 6 modules plan

2001-08-13 Thread Jarkko Hietaniemi
On Mon, Aug 13, 2001 at 09:46:13AM -0500, Garrett Goebel wrote: > From: Jarkko Hietaniemi [mailto:[EMAIL PROTECTED]] > > > > Remember, the goal for Perl 6 is to allow several modules sharing > > the same name. > > Don't you mean several modules sharing a common named interface? For now, module

RE: Perl 6 modules plan

2001-08-13 Thread Garrett Goebel
From: Jarkko Hietaniemi [mailto:[EMAIL PROTECTED]] > > Remember, the goal for Perl 6 is to allow several modules sharing > the same name. Don't you mean several modules sharing a common named interface? Or are you refering to module, version, and author? Or something else?

Re: SV: SV: Perl 6 modules plan

2001-08-12 Thread Michael G Schwern
anything else, you take over maintenance. Your maintenance consists of moving it into the deprecated branch. > On the other hand, if Perl 6 modules are going into a perl6/ directory > or something, that will (eventually) have the effect of deprecating > everything that's not in ther

Re: SV: SV: Perl 6 modules plan

2001-08-12 Thread Kirrily Robert
their authors' consent, unless the author is unresponsive to the point where we can consider the module "abandoned". On the other hand, if Perl 6 modules are going into a perl6/ directory or something, that will (eventually) have the effect of deprecating everything that&

Perl 6 modules plan

2001-08-09 Thread Kirrily Robert
e comments, please follow up to [EMAIL PROTECTED], which is probably the most suitable place available to us. K. =head1 NAME Perl 6 Modules Plan =head1 INTRODUCTION Fundamental premise: almost all Perl 5 modules will be rewritten in Perl 6 at some point in the future. When we started writing m