At 1:30 on 09/18/2001 BST, Simon Cozens <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 17, 2001 at 10:38:35AM -0500, Jonathan Scott Duff wrote:
> > Parrot/Opcode.pm only uses Digest::MD5 for fingerprinting the opcode
> > file which could be done without Digest::MD5 IMHO. For instance,
> > using unpack
On Mon, Sep 17, 2001 at 10:38:35AM -0500, Jonathan Scott Duff wrote:
> Parrot/Opcode.pm only uses Digest::MD5 for fingerprinting the opcode
> file which could be done without Digest::MD5 IMHO. For instance,
> using unpack() to checksum the file.
This is much cleaner. Thanks, applied.
--
?warni
On Mon, Sep 17, 2001 at 03:43:28PM +0100, Simon Cozens wrote:
> Or you could install Digest::MD5. :) I'm not terribly amused by the dependency
> on it, but I guess that for "release" versions of Parrot, the opcode header
> and other autogenerated things will be generated before shipping; much like
I applied this fairly recently; it may be helpful for a parrot-nightly.
C:\Brent\Visual Studio Projects\Perl 6\parrot\parrot>perl
Configure.pl --help
Configure.pl - Parrot Configure
Options:
--debugging Enable debugging
--defaults Accept all default values
--define nam
On Mon 17 Sep 2001 16:43, Simon Cozens <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 17, 2001 at 04:46:30PM +0200, H. Merijn Brand wrote:
> > Can't locate Digest/MD5.pm in @INC (@INC contains: /pro/lib/perl5/5.6.1/PA-RISC2.0
>/pro/lib/perl5/5.6.1 /pro/lib/perl5/site_perl/5.6.1/PA-RISC2.0
>/pro/lib/pe
Simon --
> Or you could install Digest::MD5. :) I'm not terribly amused by the dependency
> on it, but I guess that for "release" versions of Parrot, the opcode header
> and other autogenerated things will be generated before shipping; much like we
> do with embed.pl in Perl 5.
Digest::MD5 was j
On Mon, Sep 17, 2001 at 04:46:30PM +0200, H. Merijn Brand wrote:
> Can't locate Digest/MD5.pm in @INC (@INC contains: /pro/lib/perl5/5.6.1/PA-RISC2.0
>/pro/lib/perl5/5.6.1 /pro/lib/perl5/site_perl/5.6.1/PA-RISC2.0
>/pro/lib/perl5/site_perl/5.6.1 /pro/lib/perl5/site_perl .) at Parrot/Opcode.pm li
On Mon 17 Sep 2001 16:16, Simon Cozens <[EMAIL PROTECTED]> wrote:
> That could be because these aren't in the MANIFEST, so didn't get
> included in the parrot-nightly tarball. I'll fix up the MANIFEST
> and try another tarball so that it builds here.
>
> In fact, try downloading it now.
Okay, th
On Mon, Sep 17, 2001 at 04:01:22PM +0200, H. Merijn Brand wrote:
> I've waited till either Configure or make would do something sensible, and I'm
> also aware that parrot-nightly isn't stable. Does perl6-internals value input
> like this (on a regular basis) or not.
Yes, definitely.
> Either way