From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Bug with camlp5 and Bigarray Access
Date: Wed, 20 Feb 2008 03:20:49 +0100 [thread overview]
Message-ID: <20080220022049.GA21540@yquem.inria.fr> (raw)
In-Reply-To: <Pine.LNX.4.64.0802191320310.24767@echinuz.oplink.net>
Hi
On Tue, Feb 19, 2008 at 01:32:18PM -0600, Joseph Young wrote:
> Camlp5 does not appear to handle bigarray access correctly.
This is a bug indeed. I fixed it some days ago. It will be ok at next
Camlp5 release.
In the meantime, to fix it locally, you can edit the file "etc/pa_o.ml"
and around line 582, change:
| e = SELF; "."; "{"; el = V (LIST1 expr SEP ","); "}" ->
into:
| e = SELF; "."; "{"; el = V (LIST1 expr LEVEL "+" SEP ","); "}" ->
--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/
prev parent reply other threads:[~2008-02-20 2:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-19 19:32 Joseph Young
2008-02-20 2:20 ` Daniel de Rauglaudre [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080220022049.GA21540@yquem.inria.fr \
--to=daniel.de_rauglaudre@inria.fr \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox