--- - branch: MAIN date: Sun Sep 3 11:59:15 UTC 2017 files: - new: '1.13' old: '1.12' path: pkgsrc/devel/ocaml-batteries/Makefile pathrev: pkgsrc/devel/ocaml-batteries/Makefile@1.13 type: modified - new: '1.3' old: '1.2' path: pkgsrc/devel/ocaml-batteries/buildlink3.mk pathrev: pkgsrc/devel/ocaml-batteries/buildlink3.mk@1.3 type: modified - new: '1.9' old: '1.8' path: pkgsrc/devel/ocaml-batteries/distinfo pathrev: pkgsrc/devel/ocaml-batteries/distinfo@1.9 type: modified id: 20170903T115915Z.bcae3404e73d5afdcebd472c257941bbc9de39a1 log: | Updated package to latest version, 2.7.0. Changes include: s minor release is the first to support OCaml 4.05.0. As with previous OCaml versions, we backported new 4.05.0 convenience function from the compiler stdlib, allowing Batteries user to use them with older OCaml versions, and thus write backward-compatible code. In particular, the new *_opt functions returning option values instead of exceptions are all backported. - BatNum: fix of_float_string to handle negative numbers properly #780 (Anton Yabchinskiy) - added BatArray.min_max #757 (Francois Berenger) - added a Label module to BatVect #763 (Varun Gandhi, review by Francois Berenger, Gabriel Scherer, Thibault Suzanne) - fix documentation of BatVect.insert to match (correct) implementation #766, #767 (Gabriel Scherer, report by Varun Gandhi) - avoid using exceptions for internal control-flow #768, #769 This purely internal change should improve performances when using js_of_ocaml, which generates much slower code for local exceptions raising/catching than the native OCaml backend. Internal exceptions (trough the BatReturn label) have been removed from the modules BatString, BatSubstring and BatVect. (Gabriel Scherer, request and review by Cl辿ment Pit-Claudel) - added `BatVect.find_opt : ('a -> bool) -> 'a t -> 'a option` and BatVect.Make.find_opt #769 (Gabriel Scherer) - Documents exceptions for List.(min, max) #770 (Varun Gandhi) - BatText: bugfixes in `rindex{,_from}` and `rcontains_from` #775 (Gabriel Scherer) - Support for the new OCaml release 4.05 the `*_opt` functions and List.compare_lengths, compare_length_with are also backported to older OCaml releases, so code using them from Batteries should be backwards-compatible #777, #779 (Tej Chajed, Gabriel Scherer) module: pkgsrc subject: 'CVS commit: pkgsrc/devel/ocaml-batteries' unixtime: '1504439955' user: jaapb