[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Re: [Caml-list] Bug with camlp5 and Bigarray Access |
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/