-
Look at OCaml Battery's module structure. Does something go wrong?.
2009-06-21 19:43:11 UTC in camomile
-
I'm getting this error compiling camomile 0.7.1 with ocaml 3.10.1:
tools/parse_allkeys.opt database < unidata/tr10/allkeys.txt
Fatal error: out of memory.
It's very strange because this error only appears _intermittently_ (!)
As in, it will occur randomly about 50% of the time.
I tried to make a minimal failing version of the program but without
much success. As far as I can tell...
2009-06-21 09:59:25 UTC in camomile
-
Dear Yori,
I discovered a bug that is triggered when one tries to build Camomile using GODI on Cygwin on a Fat32 filesystem.
The problem is that some of the charmaps have aliases that contain ":", and this character may not appear in Fat32 files. So when camlcharmap tries to write out the aliases, a fatal error like this:
Fatal error: exception Sys_error("charmaps/ISO_646.IRV:1991.mar...
2009-06-21 09:58:04 UTC in camomile
-
A few months ago I submitted a small patch to ExtLib to the UTF8 module, adding three small but important functions
- substring
- output_uchar
- eof
The patch hasn't been integrated in the ExtLib SVN (I've checked the trunk and tags on the SVN at code.google.com).
As it's actually a patch against Camomile, (at the time I didn't know at the time that UTF8 was taken from Camomile)...
2009-06-21 09:56:21 UTC in camomile
-
For any application compilied to binary with camomile, currently, the datadir
is fixed.
With this patch, the datadir will be detected at runtime via environment
variables (by default), and if nonexistent, will fall back on
CamomileDefaultSettings.
2009-06-21 09:51:57 UTC in camomile
-
This patch delays loading datafiles really nessesary of the run time. This enables, for example, to run OCaml batteries without data files. Doing this, there is small performance penalty.
2009-06-21 09:48:44 UTC in camomile
-
yori changed the 0.7.2 file release.
2009-06-21 09:32:38 UTC in camomile
-
yori added the camomile-0.7.2.tar.bz2 file.
2009-06-21 09:32:05 UTC in camomile
-
yori committed revision 1 to the camomile SVN repository, changing 607 files.
2009-06-21 09:28:39 UTC in camomile
-
yori changed the 0.7.2 file release.
2009-06-21 09:25:42 UTC in camomile