Path to this page:
Subject: CVS commit: pkgsrc/devel/ocaml-react
From: Jaap Boender
Date: 2017-07-11 13:02:44
Message id: 20170711110245.0DFE0FACB@cvs.NetBSD.org
Log Message:
Updated package to latest version, 1.2.1. Incorporated license change
(BSD3 to ISC) that was not mentioned in changelog. Changes include:
- Allow signals to be created and `S.stop`ped instantaneously (#18)
Previously this could lead to failed assertions in updates (e.g.
`S.bind` trying to switch to an uninitialized signal). Thanks
to Arthur Wendling for the report.
- Fix implementation of `S.Bool.flip`, its initial value on creation
could be wrong in dynamic creation (#17). Thanks to Arthur Wendling
for the report.
- Fix bug in `S.Option.value` with `` `Always`` on `S.const None` (#19).
Thanks to Arthur Wendling for the report.
Files: