[Omake] Comments on Omake Documentation

Aleksey Nogin anogin at hrl.com
Fri Aug 31 17:51:03 PDT 2007


Florian,

Thanks for the report - I've fixed most of these on SVN (the fixes will 
be posted online the next time documentation is regenerated).

On 30.08.2007 08:42, Florian Hars wrote:

> 4.4.3  Dependency scanning
> 
>   Shouldn't the SCANNER rule add some suffixes to the file names?

No, I believe not.

On 31.08.2007 07:31, Florian Hars wrote:

> 10.4.1  int / 13.1.4  Int
> 
>   31/32/63/64/nativeint/bignum?
>   Does the number of free bytes on my disk array fit in an int?
>   (Obviously not on every platform:
> 
> % echo $(int $(shell date +%s))
> *** omake error:
>    File -: line 1, characters 0-29
>    not an integer: 1188568895
>   )

In 0.9.8 the int values are OCaml ints (31 or 63-bit, depending on the 
platform) in 0.9.9, there is also explicit support for 32 and 64 bits.

Jason, is there a reason not to switch the ValInt to bignums instead?

> "whitespace is significant" (for what?)

Changed to "is taken literally".

Thanks again!

Aleksey
-- 
Aleksey Nogin, Research Scientist
Advanced Technologies Department, Information & System Sciences Lab
HRL Laboratories, LLC, Malibu, CA


More information about the Omake mailing list