Re: about binary protocol porting

2021-12-28 Thread Shlomi Fish
uckgo.com/?q=raku+sockets&atb=v140-1&ia=web . -- Shlomi Fish https://www.shlomifish.org/ https://shlomifishswiki.branchable.com/Self-Sufficiency/ To have bugs is human; to fix them — divine. — https://www.shlomifish.org/humour.html Please reply to list if it's a

Re: how do I turn a real into and array of Integers?

2021-10-31 Thread Shlomi Fish
t; '3', > > '1' > > ]; > > > Regards > > Alice > > On Sun, Oct 31, 2021 at 2:58 PM ToddAndMargo via perl6-users < > perl6-us...@perl.org> wrote: > > > Hi All, > > > > Without going into why (it is a

Re: List name and raku installation options

2020-09-27 Thread Shlomi Fish
ot;-j" / "--jobs" flag: https://www.gnu.org/software/make/manual/make.html#Parallel Or did I misunderstand what you wish to achieve? > (It seemed to speed up experiments on a Raspberry Pi with an earlier > format of the download, where it was possible to change the make > c

Re: Eject flash drive in Windows?

2020-09-22 Thread Shlomi Fish
32-api Hope that helps! > Many thanks, > -T -- Shlomi Fish https://www.shlomifish.org/ List of Portability Libraries - https://shlom.in/port-libs Only two things are infinite: the universe, and Chuck Norris’s destruction ability. And we cannot be sure about the former thanks to the l

Re: perl streaming framework

2020-07-15 Thread Shlomi Fish
/www.shlomifish.org/meta/site-source/ I was once told that generated static HTML should be avoided because PHP is the present and the future, but it seems they were proven wrong too: * https://github.com/shlomif/shlomif-tech-diary/blob/master/static-site-generators--despair.md I'm not sayi

Re: perl streaming framework

2020-07-14 Thread Shlomi Fish
/Inline-Java/lib/Inline/Java.pod . Some of them work fairly well from my experience (caveat: I currently comaintain Inline-Ruby: https://metacpan.org/pod/distribution/Inline-Ruby/lib/Inline/Ruby.pod ) > Thank you. > > > > On Tue, Jul 14, 2020 at 3:39 PM Shlomi Fish wrote:

Re: perl streaming framework

2020-07-14 Thread Shlomi Fish
ipedia/etc. page for them? 3. Can you link to some examples? 4. Do you mean something like http://pdl.perl.org/ (or numpy for python)? > Thank you. -- Shlomi Fish https://www.shlomifish.org/ Why I Love Perl - https://shlom.in/joy-of-perl The reason the Messiah has not come yet, is b

Re: bash "."?

2020-05-15 Thread Shlomi Fish
Hi Todd! On Fri, 15 May 2020 00:26:28 -0700 ToddAndMargo via perl6-users wrote: > On 2020-05-14 23:57, Shlomi Fish wrote: > > The INI formats have no official (ISO/etc.) standard, and there are many > > variations of them. See, for example, the various options that > > htt

Re: bash "."?

2020-05-15 Thread Shlomi Fish
ad simple key=value files like the network > > definition sysconfig ones on RedHat-style systems that you seem to want. > > Keep in mind that the shell probably interprets a bit more, so some > > configuration-reading modules may e.g. return the quotes around the > > value or s

Re: Dropbox and IO?

2020-04-08 Thread Shlomi Fish
t; Sorry for my mistake. > > > > On Tue, 7 Apr 2020 at 07:51, Shlomi Fish wrote: > > > >> Hi Simon, > >> > >> On Tue, 7 Apr 2020 06:55:00 +0100 > >> Simon Proctor wrote: > >> > >> > Don't see why not, Dropbox i

Re: How to read a web page?

2020-04-07 Thread Shlomi Fish
how-can-i-write-code-to-perform-operations-on-web-sites-for-me-that-otherwise-should-be-done-manually . Note that there are many file types and formats that can be found on the WWW and downloaded using HTTP/HTTPS. -- Shlomi Fish https://www.shlomifish.org/ NSA Factoids - ht

Re: Dropbox and IO?

2020-04-07 Thread Shlomi Fish
> > > Do any of you using Windows and Dropbox know > > if Raku's file IO utilities can both read > > and write to a Drop Box drive? > > > > Many thanks, > > -T > > -- Shlomi Fish https://www.shlomifish.org/ https://www.shlomifish.org/open-sou

Re: irrational nubmer?

2020-03-10 Thread Shlomi Fish
d? > >> > > > > I'm no boxing expert, but I know that Rat has high-level arithmetic > > defined for it and there is no native rational type to unbox to. > > That would have to go through Num, I suppose. So I see neither a need > > nor a target for un

Re: My keeper on IO

2020-02-29 Thread Shlomi Fish
ivecommons.org/share-your-work/public-domain/freeworks/ * https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ_with_ToC__generated.md#i-want-to-release-my-code---which-open-source-licence-should-i-use Thanks! > :-) > > -T -- Shlomi Fish https://www

Re: perl6 vs ruby

2020-02-29 Thread Shlomi Fish
he main difference between perl6 and ruby? I presume there are many differences between them. Perhaps you should peruse this doc: https://docs.perl6.org/language/rb-nutshell . > Is perl6 good at BIO? > do you mean https://en.wikipedia.org/wiki/Bioinformatics ? > Thank you. -

Re: irrational nubmer?

2020-02-23 Thread Shlomi Fish
On Thu, 20 Feb 2020 16:27:27 -0800 William Michels wrote: > On Thu, Feb 20, 2020 at 2:25 PM ToddAndMargo via perl6-users > wrote: > > > > On 2020-02-19 23:21, Shlomi Fish wrote: > > > Hi Paul, > > > > > > > > Well, it is not unt

Re: irrational nubmer?

2020-02-19 Thread Shlomi Fish
s://en.wikipedia.org/wiki/Computer_algebra_system (CAS)-like system will be able to tell that the abstract number sqrt(2) is irrational, as well as some derivative numbers such as 3 + sqrt(2). E.g: ``` > my $num = sqrt(2); > say $num.is_irrational() True ``` It won't be able to giv

Re: How do I contact the moderator?

2020-02-11 Thread Shlomi Fish
perl.org . > Many thanks, > -T -- Shlomi Fish https://www.shlomifish.org/ https://github.com/shlomif/Freenode-programming-channel-FAQ Khisanth =~ s/must sleep/must give Botje all my money/ . — Freenode’s #perl Please reply to list if it's a mailing list post - http://shlom.in/reply .

Re: My Windows Modules

2020-01-21 Thread Shlomi Fish
ok at them if they are FOSS: https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ_with_ToC__generated.md#i-want-to-release-my-code---which-open-source-licence-should-i-use (short URL - https://is.gd/1gzZB6 ) Regards, Shlomi > :-) > > -T -- Shlomi Fish

Re: Once again - You say one thing and do another Re: Bug to report: cardinal called an integer

2020-01-17 Thread Shlomi Fish
me examples > to a few pages. See https://github.com/Raku/doc/pulls . Good luck! -- Shlomi Fish https://www.shlomifish.org/ https://github.com/shlomif/shlomif-computer-settings/ - my dotfiles There’s no point in keeping an idea to yourself since there’s a 10 to 1 chance that somebody a

Re: Stack Exchange

2019-12-24 Thread Shlomi Fish
quot; so I'll know it is intentional see: https://www.shlomifish.org/meta/FAQ/#reply_to_list > > I am looking your essays, thanks a lot. > Thanks! Feel free to let me know what you think. > Shlomi Fish , 24 Ara 2019 Sal, 15:01 tarihinde şunu > yazdı: > > > On

Re: Stack Exchange

2019-12-24 Thread Shlomi Fish
Jewish and all). BTW, regarding this gh repo of yours - https://github.com/it-is-enough/what-is-good-software - you may be interested in these essays i wrote: * https://www.shlomifish.org/philosophy/computers/high-quality-software/rev2/ * https://github.com/shlomif/shlomi-fish-homepage/blob/mas

Re: Stack Exchange

2019-12-24 Thread Shlomi Fish
On Tue, 24 Dec 2019 13:39:26 +0300 İsmail Arılık wrote: > Hi Shlomi, it is not an issue now. =) > Thanks for the quick fix! Happy holidays. > Shlomi Fish , 24 Ara 2019 Sal, 13:29 tarihinde şunu > yazdı: > > > Hi Ismail! > > > > When trying to access your home

Re: [ please ] request for perl machine learning utils development

2019-09-01 Thread Shlomi Fish
Hi, [resending] On Wed, 28 Aug 2019 16:47:10 +0800 Cloud Cache wrote: > Hi Elizabeth, > > Thanks for the encouragement. > I am not good at low level system development, just using the high-level > API from tensorflow/keras etc. > So I hope there should have perl's framework appearing. > See

Re: while(<>){...} analog?

2019-08-03 Thread Shlomi Fish
On Sat, 3 Aug 2019 00:05:20 -0700 William Michels wrote: > Dear Shlomi, Thank you for that StackOverflow link! --Bill. > You're welcome. Thanks for replying to the list. -- --------- Shlomi Fish http://www.shlomifish

Re: while(<>){...} analog?

2019-08-01 Thread Shlomi Fish
perl6 > > > > > use v6; > > > > > my @lines = $*ARGFILES.IO.lines; > > > > > say @lines; > > > > > > > > > > That works for lines from a file, but not from standard input, and > > > > > the error message

Re: Start reading at a specific index?

2019-02-02 Thread Shlomi Fish
:ro ); > my Buf $BinaryFile = $FileHandle.read( 300 ); > > Many thanks, > -T See https://docs.perl6.org/routine/seek . -- ----- Shlomi Fish http://www.shlomifish.org/ http://is.gd/i5eMQd - Emma Watson’s Interview

Re: [DFW.pm] Sad News

2019-01-08 Thread Shlomi Fish
Wow, that is sad. I remember talking to him (as "PerlJam") on IRC and just remembered his long absence yesterday. He was a fun person to chat with. RIP. I'll see what I can do about adopting some of his modules and donating to his family. Regards, Shlomi Fish P.S:

Re: Appropriate last words

2018-09-11 Thread Shlomi Fish
k"). I also concentrate links to the more general theme of why one can never please everyone here: http://shlomifishswiki.branchable.com/Never_Try_to_Please_Everyone/ . Regards, Shlomi > Larry -- - Shlomi Fish

Re: An interesting math formula to share

2018-07-10 Thread Shlomi Fish
> > $ echo "5" | p6 'my $N=slurp(); say $N*($N+1)/2;' > 15 > > $ echo "6" | p6 'my $N=slurp(); say $N*($N+1)/2;' > 21 > > $ echo "100" | p6 'my $N=slurp(); say $N*($N+1)/2;' > 5050 -- ---

Re: Need help converting from Perl 5

2018-05-14 Thread Shlomi Fish
t; > $Line2 = latest-beta > > $Line2 = latest-esr > > > > > > Many thanks, > > -T > > perl6.org is down by the way. > https://docs.perl6.org/type.html and https://perl6.org/ seem fine from here now - please try again. > Is this right? > >

Fw: awk?

2018-04-13 Thread Shlomi Fish
Begin forwarded message: Date: Fri, 13 Apr 2018 13:31:12 +0300 From: Shlomi Fish To: perl6-us...@perl.org Subject: Re: awk? Hi Todd, On Fri, 13 Apr 2018 03:00:22 -0700 ToddAndMargo wrote: > echo "total kB 1804482980 112" | awk '{print $4}') shlo

Re: awk?

2018-04-13 Thread Shlomi Fish
2980 shlomif[Perl6]:$trunk$ echo "total kB 1804482980 112" | awk '{print $4}' 2980 See https://docs.perl6.org/language/5to6-nutshell#-a and http://perldoc.perl.org/perlrun.html . -- --------- Shlomi Fish

Re: SDL 2 code to put into a module

2017-11-09 Thread Shlomi Fish
On Thu, 9 Nov 2017 07:04:35 +0100 The Holy Ghost wrote: > On Wed, Nov 08, 2017 at 12:14:41PM +0200, Shlomi Fish wrote: > > Hi Holly, > > > > That put aside, the README has trailing space and its grammar is bad. > > Perhaps see this link for some inspiration and in

Re: SDL 2 code to put into a module

2017-11-09 Thread Shlomi Fish
Hi Johan, On Thu, 9 Nov 2017 09:59:12 +0100 The Holy Ghost wrote: > On Thu, Nov 09, 2017 at 10:23:46AM +0200, Shlomi Fish wrote: > > > > Regarding the grammar, I wanted to send a pull-req, but unfortunately I > > found that I usually couldn't figure out the o

Re: SDL 2 code to put into a module

2017-11-09 Thread Shlomi Fish
== > > On 8 Nov 2017, at 11:14, Shlomi Fish wrote: > > > > Hi Holly, > > > > On Wed, 8 Nov 2017 10:38:08 +0100 > > The Holy Ghost wrote: > > > >> Hello, > >> > >> On Tue, Nov 07, 2017 at 07:11:32PM +0200, Shlomi

Re: SDL 2 code to put into a module

2017-11-08 Thread Shlomi Fish
Hi Holly, On Wed, 8 Nov 2017 10:38:08 +0100 The Holy Ghost wrote: > Hello, > > On Tue, Nov 07, 2017 at 07:11:32PM +0200, Shlomi Fish wrote: > > > > thanks for your contribution. > > > > 1. Does it have a > > http://perl-begin.org/tutorials/bad-elements

Re: SDL 2 code to put into a module

2017-11-07 Thread Shlomi Fish
ks for your contribution. 1. Does it have a http://perl-begin.org/tutorials/bad-elements/#version_control repo? 2. See http://www.catb.org/esr/writings/homesteading/homesteading/ar01s13.html . Regards, Shlomi > Best regards, > Holly -- --

Re: Anyone want me eMail and download interface for curl?

2017-11-05 Thread Shlomi Fish
Hi, On Sat, 4 Nov 2017 14:02:35 -0700 ToddAndMargo wrote: > On 11/04/2017 02:19 AM, Shlomi Fish wrote: > > Hi, > > > > On Fri, 3 Nov 2017 14:38:05 -0700 > > ToddAndMargo wrote: > > > >> On 11/03/2017 02:34 AM, Shlomi Fish wrote: > >>

Re: Anyone want me eMail and download interface for curl?

2017-11-04 Thread Shlomi Fish
Hi, On Fri, 3 Nov 2017 14:38:05 -0700 ToddAndMargo wrote: > On 11/03/2017 02:34 AM, Shlomi Fish wrote: > > because i believe that > > otherwise viewing such encumbered code may taint one's future software dev > > work. > > What do you mean by the above line?

Re: Anyone want me eMail and download interface for curl?

2017-11-03 Thread Shlomi Fish
icence (see https://www.gnu.org/licenses/license-list.html ) because i believe that otherwise viewing such encumbered code may taint one's future software dev work. Regards, Shlomi Fish -- - Shlomi Fish http:/

Fw: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-26 Thread Shlomi Fish
Please reply to list if it's a mailing list post - http://shlom.in/reply . Begin forwarded message: Date: Thu, 26 Oct 2017 07:43:43 -0700 From: James Ellis Osborne III To: Shlomi Fish Subject: Re: Perl 6: Protecting Intellectual Property for Commercial Code As another aside (That

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-26 Thread Shlomi Fish
aceptable for commercial sale for the same reason. > I see. -- --------- Shlomi Fish http://www.shlomifish.org/ My Aphorisms - http://www.shlomifish.org/humour.html Chuck Norris taught God how to create the universe. — http://www.shlomifish.org/humour/b

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-23 Thread Shlomi Fish
reconstruct the original python source code from the *.pyc files. See http://shlomif-tech.livejournal.com/39732.html (which was linked in one of my links). -- --------- Shlomi Fish http://www.shlomifish.org/ http://ccmixter.org/files/

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-23 Thread Shlomi Fish
www.linux.com/news/why-term-intellectual-property-seductive-mirage and http://ericsink.com/articles/Intellectual_Property.html . -- - Shlomi Fish http://www.shlomifish.org/ Best Introductory Programming Language - http://shlom.in/intro-lang I’m worser at superlatives. A

Re: bash and pm6 question

2017-09-21 Thread Shlomi Fish
> > Many thanks, > -T > -- ----- Shlomi Fish http://www.shlomifish.org/ NSA Factoids - http://www.shlomifish.org/humour/bits/facts/NSA/ Selina: How may I be of service? Alan: Well, according to the Codex, we’re supposed to be slain by you. — http://www.shlomifish.org/humour/Selina-Mandrake/

Re: json file pase

2017-09-02 Thread Shlomi Fish
[resending because the original appears to not have arrived] Hi N6Ghost! I find you hard to understand - please try to write more coherently. On Sat, 2 Sep 2017 01:45:35 -0700 wrote: > Hi all, > > I have been away from Perl for long time, but I have a problem that may be up > its allay for a

Perl 6 Speed Revelation

2017-07-22 Thread Shlomi Fish
o sum up: 1. GNU factor is really fast. 2. When it comes to factorisation, perl 5 and perl 6 are slower and run at a comparable speed. I apologise for the noise I caused. Regards, Shlomi -- - Shlomi Fish

Re: remove spaces?

2017-05-18 Thread Shlomi Fish
ters in ASCII and in unicode than just ' ' (or '\x20') - \t, \v, \n, etc. How do you wish to handle them? -- - Shlomi Fish http://www.shlomifish.org/ What Makes Software Apps High Quality - http://shlom.in/sw-quality The Blues Brothers are on a mission from God. God

Re: net::smtp went missing

2017-05-18 Thread Shlomi Fish
On Thu, 18 May 2017 01:14:11 -0700 ToddAndMargo wrote: > On 05/18/2017 12:50 AM, ToddAndMargo wrote: > > On 05/18/2017 12:43 AM, Shlomi Fish wrote: > >> On Wed, 17 May 2017 22:52:46 -0700 > >> ToddAndMargo wrote: > >> > >>> Hi All, >

Re: net::smtp went missing

2017-05-18 Thread Shlomi Fish
te/bin/zef --help > Required named parameter 'name' not passed >in sub MAIN at /usr/share/perl6/site/bin/zef line 10 >in block at /usr/share/perl6/site/bin/zef line 2 > > What happened to me and how do I fix it? > > > Many thanks, > -T > > &g

Re: write string requires an object with REPR MVMOSHandle

2017-03-29 Thread Shlomi Fish
On Wed, 29 Mar 2017 12:47:58 +0200 Elizabeth Mattijsen wrote: > > On 29 Mar 2017, at 12:36, Shlomi Fish wrote: > > > > On Wed, 29 Mar 2017 12:10:15 +0200 > > Timo Paulssen wrote: > > > >> As part of the IOwesome grant, zoffix is going to fix this err

Re: write string requires an object with REPR MVMOSHandle

2017-03-29 Thread Shlomi Fish
On Wed, 29 Mar 2017 12:10:15 +0200 Timo Paulssen wrote: > As part of the IOwesome grant, zoffix is going to fix this error. It's > what you get when you try to write to or read from or do anything with a > closed IO::Handle. > > When you use "LEAVE:" you're just declaring a label called "LEAVE".

Re: Perl 6 docs

2017-03-25 Thread Shlomi Fish
On Sat, 25 Mar 2017 16:49:04 +0100 Gabor Szabo wrote: > https://github.com/perl6/doc/issues/1257 Thanks for clarifying!

Re: Perl 6 docs

2017-03-25 Thread Shlomi Fish
Hi Gabor, On Sat, 25 Mar 2017 13:36:31 +0100 Gabor Szabo wrote: > When I search for %INC at https://docs.perl6.org/ it offers "%INC (Perl 5)" > but when I search for the more common @INC > Your sentence appears to be cut in the middle - I cannot understand it. Can you clarify? > Luckily the

Re: program/script question

2017-03-08 Thread Shlomi Fish
On Tue, 7 Mar 2017 13:46:08 -0800 ToddAndMargo wrote: > On 03/07/2017 07:42 AM, Shlomi Fish wrote: > > Hi Todd, > > > > On Sat, 4 Mar 2017 19:23:07 -0800 > > ToddAndMargo wrote: > > > >> Hi All, > >> > >> This is one of those reall

Re: program/script question

2017-03-07 Thread Shlomi Fish
AQ/blob/master/FAQ.mdwn#what-do-you-think-about-interpreted-vs-compiled-languages Note that I have written most of that page. Regards, Shlomi Fish

Re: per 5 converter?

2017-02-13 Thread Shlomi Fish
ung on by its fingernails because there was always a significant number of people in the Galaxy who were not in their right minds. ” From https://en.wikipedia.org/wiki/Mostly_Harmless . ;-) Regards, Shlomi Fish

Re: per 5 converter?

2017-02-13 Thread Shlomi Fish
e for it to be more compatible with it, it was executed slower by Node.js than the Perl 5 original. Regards, Shlomi Fish > Many thanks, > -T >

Re: unsubsribe

2016-09-14 Thread Shlomi Fish
Hi Rene, for information about how to unsubscribe from perl6-users, please see this page: http://lists.perl.org/list/perl6-users.html sorry to see you go, and good luck in the future! -- Shlomi Fish On Tue, 13 Sep 2016 23:41:17 + (UTC) Rene Bourgoin via perl6-users wrote

Re: Two topics not found in docs search: 'constant' and 'heredocs'.

2016-04-04 Thread Shlomi Fish
Hi Tom! On Mon, 4 Apr 2016 06:20:36 -0500 Tom Browder wrote: > The declarator "constant" is found here: > > http://doc.perl6.org/language/5to6-nutshell#constant > > And "Heredocs" are discussed here: > > http://doc.perl6.org/language/quoting#Heredocs%3A_%3Ato > > but neither is listed wh

Re: Perl 6 memoization: factorial in rosettacode.org

2016-02-27 Thread Shlomi Fish
networked SQL database). 4. A custom TCP client/server architecture. What? Regards, Shlomi Fish > Thanks. > > Cheers! > > -Tom -- ----- Shlomi Fish http://www.shlomifish.org/ My Aphorisms - http://

Re: Production Ready Perl 6?

2011-11-23 Thread Shlomi Fish
get seen as a novelty or > toy and people simply never use it if this hasnt already happened. Ruby is > passing Perl by like Python did. > Ruby? That ancient, no-longer-hip thing? The hip people now use Node.js or Clojure. On AwesomeWM or xmonad. On Gentoo. Sorry, could not resist.

Re: Working on punie + rindolf (the implementation) Reloaded

2007-04-11 Thread Shlomi Fish
On Monday 02 April 2007, Marc Lehmann wrote: > On Sat, Mar 31, 2007 at 05:06:34AM +0300, Shlomi Fish <[EMAIL PROTECTED]> wrote: > > Hi Marc! > > > > May I forward my reply to the list? > > Yes, you may. Sorry for replying probably too late, thanks for askin

Re: Using Perl in QA departments

2006-07-08 Thread Shlomi Fish
on, so it will correctly report the line from which it was called. (Because T::B uses caller()). Regards, Shlomi Fish ----- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Re: [Slightly OT] Understanding Software Licences

2006-07-08 Thread Shlomi Fish
not aimed at anyone personally - I was just trying to set up a good resource to better educate people about it. It's not a replacement for consulting with a lawyer on various fine points, but it can help to better understand the surrounding issues, and also make better decisions. Rega

Re: [Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Shlomi Fish
during most of my waking hours, if you want to ask me to clarify things.). I think I've spent enough precious time and energy on this thread, which is pretty much useless. And my head hurts from trying to understand what we're fighting about. Regards, Shlomi Fish

Re: [Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Shlomi Fish
Hi Chris! On Friday 07 July 2006 17:04, Chris Dolan wrote: > On Jul 7, 2006, at 8:13 AM, Shlomi Fish wrote: > > This kind of attitude was also said by another responder to this > > mailing list. > > It's sort of a "small headed" (see > > http://www.joe

Re: [Slightly OT] Understanding Software Licences

2006-07-07 Thread Shlomi Fish
On Friday 07 July 2006 17:07, Pete Krawczyk wrote: > Subject: [Slightly OT] Understanding Software Licences [was Re: Proposal > Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl > Foundation Grants]] From: Shlomi Fish <[EMAIL PROTECTED]> > Date: Fri, 7

[Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Shlomi Fish
Hi Ovid! On Friday 07 July 2006 12:30, Ovid wrote: > - Original Message > From: Shlomi Fish <[EMAIL PROTECTED]> > > > Not exactly. I suggested that if anyone is interested in working on > > Test::Run, he can file a proposal for a grant saying he'd lik

Re: Proposal Suggestion - Test::Run

2006-07-05 Thread Shlomi Fish n
roblem so large that TPF needs to > *pay* someone to fix it!?) > I've answered some of these things in the following links: http://www.shlomifish.org/lecture/Perl/Lightning/Test-Run/ http://use.perl.org/~Shlomi+Fish/journal/27467 http://use.perl.org/~Shlomi+Fish/journal/27887 Also se

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Shlomi Fish
On Wednesday 05 July 2006 23:55, chromatic wrote: > On Wednesday 05 July 2006 12:28, Shlomi Fish wrote: > > I'd like to suggest a generic proposal for the Perl Foundation Grants. > > Note that I'm not going to take it myself, because I just started a new > > job

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Shlomi Fish
On Wednesday 05 July 2006 23:51, Ricardo SIGNES wrote: > * Shlomi Fish <[EMAIL PROTECTED]> [2006-07-05T15:28:28] > > > The grant is about Test::Run, which is a fork of Test::Harness that aims > > to greatly refactor and modularise it. I've already revamped and > &

Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Shlomi Fish
:Run links: 1. Lightning Talk about Test::Run - http://www.shlomifish.org/lecture/Perl/Lightning/Test-Run/ 2. use.perl.org journal entries: http://use.perl.org/~Shlomi+Fish/journal/27467 http://use.perl.org/~Shlomi+Fish/journal/27887 (they contain a lot of links). --- Licencing Issues: =

Re: TAP::Harness

2006-07-03 Thread Shlomi Fish
rsed ones. Adam, in case you have the configuration of the server (scripts, conf files, etc.) available somewhere public, I could try helping you once you're ready for it. No promises though. The number of tasks on a project's todo list al

Re: TAP::Harness

2006-07-02 Thread Shlomi Fish
On Sunday 02 July 2006 01:24, Michael G Schwern wrote: > On 7/1/06, Shlomi Fish <[EMAIL PROTECTED]> wrote: > > One thing I'm wondering about is > > whether you are going to code all of this into TAP::Harness from scratch. > > I believe I mentioned, I intend t

Re: TAP::Harness

2006-07-01 Thread Shlomi Fish
ding TAP is another problem. > It may be a good idea to have a parser that outputs an events' stream and an analyzer that reads and analyzes the events. Then we can have a different protocol than TAP. Regards, Shlomi Fish [1] - Another module which I did not write from scratch

Re: Test::Harness wrangling

2006-06-29 Thread Shlomi Fish
rser, with the events being transmitted to a sub-class or a different class or callbacks. Regards, Shlomi Fish --------- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers cons

Re: Test::Harness wrangling

2006-06-29 Thread Shlomi Fish
/svnroot/repos/web-cpan/Test-Harness-NG/trunk/ (or alternatively with https) If you register at Berlios.de and send me a patch, I'll add you as a commiter so you can commit it. (Following Audrey Tang's on IRC lead). Regards, Shlomi Fish ------

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-24 Thread Shlomi Fish
On Monday 24 April 2006 01:46, Michael Peters wrote: > Shlomi Fish wrote: > > On Sunday 23 April 2006 22:35, chromatic wrote: > >> On Sunday 23 April 2006 12:05, Shlomi Fish wrote: > >>> This debate demonstrates why a plugin system is necessary for a test &

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Shlomi Fish
On Sunday 23 April 2006 23:11, chromatic wrote: > On Sunday 23 April 2006 12:46, Shlomi Fish wrote: > > I agree that a well-defined test output protocol is useful. However, are > > you implying that assuming we have that, one can write several different > > test harnesses

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Shlomi Fish
On Sunday 23 April 2006 22:35, chromatic wrote: > On Sunday 23 April 2006 12:05, Shlomi Fish wrote: > > This debate demonstrates why a plugin system is necessary for a test > > harness. > > No, it demonstrates why a well-defined test output protocol is useful. > I agree

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Shlomi Fish
: <<< export HARNESS_PLUGINS="ControlPercentage" >>> And then run: <<< HARNESS_PERCENT=1 runprove t/*.t >>> to see the percents, or <<< HARNESS_PERCENT=0 runprove t/*.t >>> to disable them. I might get to write such a plugin for

Re: Generator for Modules-Installing Makefiles

2006-04-06 Thread Shlomi Fish
ns reside in the order in which you want to have them installed. (as arguments to --dir for the script). Then type make to build, test and install all of them. You may need to tweak the script a little to add various parameters at various stages. Regards, Shlomi Fish > Thanks >

Generator for Modules-Installing Makefiles

2006-04-06 Thread Shlomi Fish
And then I use this makefile by calling "make all" to build, test and install all the modules one by one, or "make $(pwd)" to build one of them. I hope you'll find this piece of advice useful. Regards, Shlomi Fish [1] - http://www.onlamp.com/pub/a/onlamp/2

What's "TDD"? [was Re: [OT] TDD only works for simple things...]

2006-03-29 Thread Shlomi Fish
On Wednesday 29 March 2006 19:15, Tels wrote: > Anyway, I hope my longer replay was usefull and helped a bit, although I > still can only guess what TDD stands for :) > TDD == Test Driven Development. Regards, Sh

Re: Warnings from Devel::Cover/Test::Harness

2006-03-17 Thread Shlomi Fish
#x27;t need to erase the contents of the reply. Regards, Shlomi Fish On Friday 17 March 2006 16:07, Andrew Gianni wrote: > I'm trying to capture coverage data for a large project I'm working on. I'm > running all of my unit tests through Test::Harness and I'm try

Show-stopping Bug in Module::Install and the Havoc it Created

2006-03-10 Thread Shlomi Fish
red: http://search.cpan.org/src/AUTRIJUS/Module-Install-0.59/Changes http://rt.cpan.org/Public/Bug/Display.html?id=18020 http://rt.cpan.org/Public/Bug/Display.html?id=18090 Just for your information. Regards, Shlomi Fish ----- S

Re: Binary distributions

2006-02-05 Thread Shlomi Fish
n't know what it means - it's a name of foreign origin). Regards, Shlomi Fish --------- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 09:35, Andy Lester wrote: > On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > However prove does not have a "--perl" switch: > > Fixed in Test::Harness 2.57_01. Thanks. > And thanks again. I've imp

Re: $Ignore_Exitcode in Test-Harness

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 08:59, Andy Lester wrote: > On Sun, Dec 25, 2005 at 01:46:21PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > <<<< > > # Some experimental versions of OS/2 build have broken $? > > my $Ignore_Exitcode = $ENV{HARNESS_IGNORE_EXITCODE

The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-25 Thread Shlomi Fish
p ==> I also cannot find it anywhere in the code. I hope some people would be able to address the issues I've raised after the weekend, as it is now the winters Holidays vacation. And before I forget: Happy Hanukkah and Merry Christmas, everyone! Regards, Shlomi Fish On Sund

$Ignore_Exitcode in Test-Harness

2005-12-25 Thread Shlomi Fish
ed or because these lines were accidently removed? In any case, it should be fixed. I am asking this because I'm working on Test::Run which is derived from Test::Harness, and would like to clean up the global variables there, and remove the handling of the environment variables to a separa

Re: Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Shlomi Fish
Hi Tels! (and all) On Wednesday 30 November 2005 00:49, Tels wrote: > Moin, > > On Tuesday 29 November 2005 23:28, Shlomi Fish wrote: > > Check: > > > > http://www.flickr.com/photos/[EMAIL PROTECTED]/68430623/ > > > > This was done by using Test::Ru

Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Shlomi Fish
unk/ Best Regards, Shlomi Fish ----- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Extra Tests for Test::Run (and evidently Test::Harness)

2005-11-29 Thread Shlomi Fish
ester = Test::Run::Obj->new( test_files => ["t/sample-tests/simple_fail"] ); eval { $tester->runtests(); }; open STDOUT, ">&SAVEOUT"; close(SAVEOUT); close(ALTOUT); my $text = do { local $/; open I, "<", "altout.txt"; }; my $right_text

Re: Passing a parameter to test files

2005-11-22 Thread Shlomi Fish
uot;); t/test2.t --> will have : system("t/Tests/real_test.t", "SPECIFIC-ID2"); Etc. Regards, Shlomi Fish - Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Re: First (developers) Release of Test::Shlomif::Harness

2005-11-05 Thread Shlomi Fish
On Wednesday 02 November 2005 08:23, Michael G Schwern wrote: > On Tue, Nov 01, 2005 at 03:16:01PM +0200, Shlomi Fish wrote: > > > I'd like to see > > > that sort of thing as patches to Test::Harness rather than in a fork. > > > > Well, I started with Test::

Re: First (developers) Release of Test::Shlomif::Harness

2005-11-01 Thread Shlomi Fish
Hi Michael! Thanks for your commentary. On Monday 10 October 2005 23:27, Michael G Schwern wrote: > On Mon, Oct 10, 2005 at 10:53:34PM +0200, Shlomi Fish wrote: > > Let me know what you think. > > $ perl -Ilib -wle 'use Test::Shlomif::Harness::Obj; >  Test::Shlomif::Harn

Re: First (developers) Release of Test::Shlomif::Harness

2005-10-10 Thread Shlomi Fish
. I asked for your permission to do that, and outlined my plans, and you gave me your permission. So I went on to "show you the code", and back my words with code. > > I would be glad to talk to you one-on-one on specific plans and featu

  1   2   >