From: Gabriel Scherer <gabriel.scherer@gmail.com>
To: Jeremie Dimino <jdimino@janestreet.com>
Cc: caml-list@inria.fr, ocaml-core@googlegroups.com
Subject: Re: [Caml-list] [ANN] Core Suite 109.08.00 released
Date: Fri, 8 Feb 2013 17:21:49 +0100 [thread overview]
Message-ID: <CAPFanBFXnZU3e1q8HrrQSqJs12wpFDiabpRNjNx0xkwoMzTd8Q@mail.gmail.com> (raw)
In-Reply-To: <CANhEzE5WaxdvLG7=YTJOwbnM+ZFqXKqj+qzhKQg83fQ5C2MYxw@mail.gmail.com>
Patdiff looks nice. Could you comment on its portability? I glanced at
the code and I spotted some possibly unixy things (eg. "/dev/null").
In which environments is it expected to work (possibly with degraded
options)?
On Fri, Feb 8, 2013 at 5:13 PM, Jeremie Dimino <jdimino@janestreet.com> wrote:
> Another email to announce the 109.08.00 release of the Core
> suite. Amongst other things this new release includes the patdiff tool
> (which we used to distribute in the past); a diff-like program trying
> to improve the output. You can see an example here:
>
> http://janestreet.github.com/patdiff.html
>
> Files and documentation are available on our website and all packages
> are in opam:
>
> https://ocaml.janestreet.com/ocaml-core/109.08.00/individual/
> https://ocaml.janestreet.com/ocaml-core/109.08.00/doc/
>
> This release also fixes a few build issues with OSX.
>
> Full changelog since 109.07.00:
>
> - Async_extra:
> - Added module `Async.Command`
> This is `Core.Command` with additional async functions. In particular
> it contains a function `async_basic` that is exactly the same as
> `Core.Command.basic`, except that the function it wraps returns
> `unit Deferred.t`, instead of `unit`. `async_basic` will also start the
> async scheduler before the wrapped function is run, and will stop the
> scheduler when the wrapped function returns.
> - Async_unix:
> - Added module `Async.Process`
> This is a new module for creating and dealing with child processes.
> - For `Writer.save`, replaced the `temp_prefix` argument with `temp_file`.
> - Added `Ivar.invariant` function.
> - Added value `Scheduler.fold_fields`
> This lets one fold over the fields in the scheduler, eliminates an
> annoying place in catalog browser that reached into the internals of
> async to compute the sizes of the scheduler fields
> - Core:
> - Cleaned up and updated the `README`.
> - Changed executables to enable backtraces if `OCAMLRUNPARAM` is not set.
> - Changed `Command` so that executables show build info and version info
> This happens when an executatble is called as:
>
> foo.exe version
>
> Before this change, rather than display build info, executables
> would display the not-so-helpful:
>
> (no option given - printing version)
> - Added back `Float` rounding functions with a hardcoded direction.
> - Exposed `with bin_io` and `with compare` for the =sexp_bool= type.
> - Added value `Core.Never_returns.sexp_of_t`.
> - Added values `Or_error.tag{,_arg}`
> These are analogous to `Error` functions of the same name.
> - Added functor `Sexpable.Of_sexpable`
> This is for serializing values of one type as though it were some
> other isomorphic type.
> - Added module `Backtrace.Exn`
> This exposes OCaml stdlib's `Printexc` functions for backtraces.
> - Added module `Flags`
> This implements Unix-style sets of flags that are represented as an
> `int` with various bits set, one bit for each flag, e.g.,
> `Linux_ext.Epoll.Flag`.
> - Added module `Uuid`
> This module implements universally unique identifiers based on version
> 3 of the UUID specification. It used to be in `Core_extended=`
> - Added module `Type_equal`, which defines the "equality" GADT.
> - Type_conv:
> - Fixed type_conv to stop dropping parens in arguments such as:
>
> type t = {
> a : int with default(1), sexp_drop_if(fun x -> (x + 1) * 2 = 4)
> } with sexp
>
> If you don't see the changes you submitted they are on their way for
> the next release.
>
> --
> Jeremie Dimino, for the Core team
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
next prev parent reply other threads:[~2013-02-08 16:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-08 16:13 Jeremie Dimino
2013-02-08 16:21 ` Gabriel Scherer [this message]
2013-02-08 16:43 ` Jeremie Dimino
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=CAPFanBFXnZU3e1q8HrrQSqJs12wpFDiabpRNjNx0xkwoMzTd8Q@mail.gmail.com \
--to=gabriel.scherer@gmail.com \
--cc=caml-list@inria.fr \
--cc=jdimino@janestreet.com \
--cc=ocaml-core@googlegroups.com \
/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