Re: [Caml-list] [ANN] TypeRex release 1.0.0 candidate 1

2012-03-06 Thread Tiphaine Turpin
On 06/03/2012 13:02, Stefano Zacchiroli wrote: [...] At the same time, I'm not thrilled at the idea of having to use a different ocamlc just to benefit from TypeRex. Having to do so brings a number of disadvantages, the first and foremost being that now the programmer needs to worry about having

Re: [Caml-list] application scope for hashtable on weak pointers

2012-03-03 Thread Tiphaine Turpin
Le 03/03/2012 19:21, Philippe Strauss a écrit : > I'm puzzled by this superb sentence in the refman: > > "A weak hash table is a hashed set of values. > Each value may magically disappear from the > set when it is not used by the rest of the program any more." > > I have a use case for an hashtabl

[Caml-list] [ANN] TypeRex release 1.0.0 candidate 2

2012-03-02 Thread Tiphaine Turpin
imination and reference simplification * Robust /w.r.t./ not-recompiled, possibly unsaved buffers * Scalable (used regularly on a few hundreds of source files) Tiphaine Turpin Thomas Gazagnaire Fabrice Le Fessant -- Caml-list mailing list. Subscription management and archives: https://sympa

[Caml-list] [ANN] TypeRex release 1.0.0 candidate 1

2012-02-22 Thread Tiphaine Turpin
OCaml mode of the editor (currently Tuareg for Emacs, OCAIDE for Eclipse soon). All the features of the Tuareg mode are also included, even when we provide an equivalent for them. Beta testers, enjoy! Tiphaine Turpin Thomas Gazagnaire Fabrice Le Fessant -- Caml-list mailing list. Subscription

Re: [Caml-list] How an exception could be an argument

2012-02-17 Thread Tiphaine Turpin
This behavior is expected given than OCaml is strict, and your operator <|||> would be an ordinary function (unlike || and &&). You have to use either functions (or lazy values) instead of expressions, or options instead of exceptions. Tiphaine Le 17/02/2012 19:16, Pierre-Alexandre Voye a écrit

Re: [Caml-list] Problem with un-flushed output getting mangled

2011-10-02 Thread Tiphaine Turpin
n a previous and longer version existed. This should have been corrected now, but as batteries IO are a completely different implementation, I would check the use of batteries with attention. Tiphaine Turpin -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.f