Path to this page:
Subject: CVS commit: pkgsrc/devel/ocaml-sexplib
From: Jaap Boender
Date: 2017-07-11 14:14:13
Message id: 20170711121413.A9D2EFACB@cvs.NetBSD.org
Log Message:
Updated package to latest version, 0.9.1. Attention: this is a new
versioning scheme - earlier version was 113.33.03. As per the thread on
https://mail-index.netbsd.org/tech-pkg/2016/11/26/msg017548.html
and the example given by archivers/lz4, I've just changed the version
number without further ado.
Changes up until 113.43.00 (there seems to be no later changelog) include:
Sexps and EOF are a mess. Try to improve the situation somewhat!
In particular, this feature makes improvements to when
Parsing_whitespace sexp parser state is reported: it now
distinguishes the case Parsing_toplevel_whitespace from
Parsing_nested_whitespace and it's only a valid empty parse if eof
happens in Parsing_toplevel_whitespace. See test diffs for examples
of strings that were previously valid empty parses, but are now
incomplete. One of the craziest is probably "(foo #| bar".
Files: