On Mon, Sep 14, 2009 at 12:15:05PM +0100, Tim Bunce wrote:
> You can find my current draft at http://files.me.com/tim.bunce/65oikg (2.3MB
> PDF)
page 73 - Haskell should be spelled with two Ls
-kolibrie
On Thu, Mar 22, 2007 at 01:24:58PM +, Tim Bunce wrote:
> Here's a related idea: write a tool that reads BNF grammar, such as
> http://java.sun.com/docs/books/jls/third_edition/html/syntax.html
> http://java.sun.com/docs/books/jls/third_edition/html/grammars.html
> and writes a parser in Perl 6
On Tue, Jun 10, 2008 at 06:00:39AM -0700, Will Coleda via RT wrote:
> Interesting. I tried to duplicate this error by removing my platform's
> hints file and re-running. I get the message you describe, but then
> Configure.pl completes, and at the -end-, gracefully says:
>
> During configuration t
On Tue, Jun 10, 2008 at 06:00:39AM -0700, Will Coleda via RT wrote:
> Your workaround, btw, is probably:
>
> touch config/init/hints/hurd.pm
That actually complained about a non-true value. The correct
incantation turned out to be:
echo '1;' > config/init/hints/gnu.pm
The Configure.pl step
Finally 'make test' finished. I stalled several times and I killed
processes that seemed like likely candidates. Several, if not all of
the failures can be attributed to those manual kills.
Failed Test Stat Wstat Total Fail List of Failed
On Tue, Jun 10, 2008 at 06:44:53PM -0700, James Keenan via RT wrote:
> Please try the attached patch. After applying the patch, I would
> suggest the following to test it thoroughly:
>
> perl Configure.pl
>
> ... then:
>
> perl Configure.pl --nomanicheck --verbose-step=init::hints
>
>