Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-02 Thread Ville Koskinen via RT
eshrplib). > > It's probably worth checking this is the case when you upgrade perl 5. > > If you have to rebuild perl5 from source you may (not sure) also have > to rebuild perl 6 from source in order to use the same C compiler with > both. > > This all *should* work o

Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-02 Thread Ville Koskinen
grade perl 5. If you have to rebuild perl5 from source you may (not sure) also have to rebuild perl 6 from source in order to use the same C compiler with both. This all *should* work on Windows (although I'd be unsurprised if noone has tested it recently) but it's probably easier to

Re: Domains? [Re: r28597 - docs/Perl6/Spec/S32-setting-library]

2009-10-13 Thread Ville Koskinen
27;š', 'z', 'ž', 't' .. 'w', 'õ', 'ä', 'ö', 'ü', 'x', 'y' (Estonian) So yes, you are definitely on the right track with Domains. Regards, Ville Koskinen

Assigning duplicate values to several hash keys using junctions?

2009-06-08 Thread Ville Koskinen
foo bar); @ha...@keys} = ('some value') x @keys; } but then you need the @keys array, which needs to be defined if you are dealing with literal values. Reading the synopses, one possibility seems to be %hash >>= 'some value'; using hyper operators, but is that really the best way? Regards, Ville Koskinen

Re: [perl #58958] Build of 0.7.1 fails with Intel compiler on Linux

2008-11-24 Thread Ville Koskinen
Parrot revision: 33133 Test system: Ubuntu 8.04 64-bit (on Intel Core2 Quad) Compilers tested: 1. Intel C Compiler 9.1.042 32-bit 2. Intel C Compiler 9.1.042 64-bit 3. Intel C Compiler 10.1.015 32-bit 4. Intel C Compiler 10.1.015 64-bit 5. GCC 4.2.4 32-bit 6. GCC 4.2.4 64-bit Tests and outpu