* Re: [Caml-list] [ANN] Batteries 2.0.0 released [not found] <fa.zp9JM87TmJwYPvI7w+ikHpyQg7w@ifi.uio.no> @ 2013-01-09 1:52 ` John Prevost 2013-01-09 4:53 ` Edgar Friendly 0 siblings, 1 reply; 5+ messages in thread From: John Prevost @ 2013-01-09 1:52 UTC (permalink / raw) To: fa.caml; +Cc: caml-list On Tuesday, January 8, 2013 10:29:25 AM UTC-5, Edgar Friendly wrote: > ... the issues with Camomile's data files {...} > A complete list of API incompatible changes and new additions is available at > > https://github.com/ocaml-batteries-team/batteries-included/wiki/Interfacechanges12 > > and the new documentation is online at > > http://ocaml-batteries-team.github.com/batteries-included/hdoc2/index.html The changes page and your comment above suggest that there's still Unicode character support, but it doesn't seem to be listed in the API documentation (and the UCharParser module is explicitly mentioned as being gone, which I wouldn't expect to be the case if there were still Unicode support.) Could you clarify? Thanks. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] [ANN] Batteries 2.0.0 released 2013-01-09 1:52 ` [Caml-list] [ANN] Batteries 2.0.0 released John Prevost @ 2013-01-09 4:53 ` Edgar Friendly 2013-01-10 3:01 ` Mike Lin 0 siblings, 1 reply; 5+ messages in thread From: Edgar Friendly @ 2013-01-09 4:53 UTC (permalink / raw) To: John Prevost; +Cc: fa.caml, caml-list [-- Attachment #1: Type: text/plain, Size: 1664 bytes --] There is ... light... unicode support. UTF8 strings are still supported, and can be transcoded from and to Latin-1. For anything more complex than that, you'll need to use Camomile or some other unicode library. You're right that these modules somehow got omitted from the API documentation; the online docs are being regenerated as I write this. The disappearance of UCharParser may have been a mistake; looking back at that commit, it looks like it was deleted instead of being modified to fit the removal of camomile. It will probably reappear in batteries 2.1. E. On Tue, Jan 8, 2013 at 8:52 PM, John Prevost <j.prevost@gmail.com> wrote: > On Tuesday, January 8, 2013 10:29:25 AM UTC-5, Edgar Friendly wrote: > > ... the issues with Camomile's data files > {...} > > A complete list of API incompatible changes and new additions is > available at > > > > > https://github.com/ocaml-batteries-team/batteries-included/wiki/Interfacechanges12 > > > > and the new documentation is online at > > > > > http://ocaml-batteries-team.github.com/batteries-included/hdoc2/index.html > > The changes page and your comment above suggest that there's still Unicode > character support, but it doesn't seem to be listed in the API > documentation (and the UCharParser module is explicitly mentioned as being > gone, which I wouldn't expect to be the case if there were still Unicode > support.) > > Could you clarify? > > Thanks. > > -- > 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 [-- Attachment #2: Type: text/html, Size: 2610 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] [ANN] Batteries 2.0.0 released 2013-01-09 4:53 ` Edgar Friendly @ 2013-01-10 3:01 ` Mike Lin 2013-01-10 3:04 ` Edgar Friendly 0 siblings, 1 reply; 5+ messages in thread From: Mike Lin @ 2013-01-10 3:01 UTC (permalink / raw) To: Edgar Friendly; +Cc: John Prevost, fa.caml, caml-list Does this mean that executables compiled with batteries (and not Camomile) no longer have intrinsic runtime dependencies on Camomile files in certain filesystem locations? (glad to see this if so!) On Tue, Jan 8, 2013 at 8:53 PM, Edgar Friendly <thelema314@gmail.com> wrote: > There is ... light... unicode support. UTF8 strings are still supported, > and can be transcoded from and to Latin-1. For anything more complex than > that, you'll need to use Camomile or some other unicode library. You're > right that these modules somehow got omitted from the API documentation; the > online docs are being regenerated as I write this. The disappearance of > UCharParser may have been a mistake; looking back at that commit, it looks > like it was deleted instead of being modified to fit the removal of > camomile. It will probably reappear in batteries 2.1. > > E. > > > On Tue, Jan 8, 2013 at 8:52 PM, John Prevost <j.prevost@gmail.com> wrote: >> >> On Tuesday, January 8, 2013 10:29:25 AM UTC-5, Edgar Friendly wrote: >> > ... the issues with Camomile's data files >> {...} >> > A complete list of API incompatible changes and new additions is >> > available at >> > >> > >> > https://github.com/ocaml-batteries-team/batteries-included/wiki/Interfacechanges12 >> > >> > and the new documentation is online at >> > >> > >> > http://ocaml-batteries-team.github.com/batteries-included/hdoc2/index.html >> >> The changes page and your comment above suggest that there's still Unicode >> character support, but it doesn't seem to be listed in the API documentation >> (and the UCharParser module is explicitly mentioned as being gone, which I >> wouldn't expect to be the case if there were still Unicode support.) >> >> Could you clarify? >> >> Thanks. >> >> -- >> 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 > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] [ANN] Batteries 2.0.0 released 2013-01-10 3:01 ` Mike Lin @ 2013-01-10 3:04 ` Edgar Friendly 0 siblings, 0 replies; 5+ messages in thread From: Edgar Friendly @ 2013-01-10 3:04 UTC (permalink / raw) To: Mike Lin; +Cc: John Prevost, fa.caml, caml-list [-- Attachment #1: Type: text/plain, Size: 2228 bytes --] Yes, this is exactly what it means. On Wed, Jan 9, 2013 at 10:01 PM, Mike Lin <mlin@mlin.net> wrote: > Does this mean that executables compiled with batteries (and not > Camomile) no longer have intrinsic runtime dependencies on Camomile > files in certain filesystem locations? > (glad to see this if so!) > > On Tue, Jan 8, 2013 at 8:53 PM, Edgar Friendly <thelema314@gmail.com> > wrote: > > There is ... light... unicode support. UTF8 strings are still > supported, > > and can be transcoded from and to Latin-1. For anything more complex > than > > that, you'll need to use Camomile or some other unicode library. You're > > right that these modules somehow got omitted from the API documentation; > the > > online docs are being regenerated as I write this. The disappearance of > > UCharParser may have been a mistake; looking back at that commit, it > looks > > like it was deleted instead of being modified to fit the removal of > > camomile. It will probably reappear in batteries 2.1. > > > > E. > > > > > > On Tue, Jan 8, 2013 at 8:52 PM, John Prevost <j.prevost@gmail.com> > wrote: > >> > >> On Tuesday, January 8, 2013 10:29:25 AM UTC-5, Edgar Friendly wrote: > >> > ... the issues with Camomile's data files > >> {...} > >> > A complete list of API incompatible changes and new additions is > >> > available at > >> > > >> > > >> > > https://github.com/ocaml-batteries-team/batteries-included/wiki/Interfacechanges12 > >> > > >> > and the new documentation is online at > >> > > >> > > >> > > http://ocaml-batteries-team.github.com/batteries-included/hdoc2/index.html > >> > >> The changes page and your comment above suggest that there's still > Unicode > >> character support, but it doesn't seem to be listed in the API > documentation > >> (and the UCharParser module is explicitly mentioned as being gone, > which I > >> wouldn't expect to be the case if there were still Unicode support.) > >> > >> Could you clarify? > >> > >> Thanks. > >> > >> -- > >> 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 > > > > > [-- Attachment #2: Type: text/html, Size: 3516 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Caml-list] [ANN] Batteries 2.0.0 released @ 2013-01-08 15:27 Edgar Friendly 0 siblings, 0 replies; 5+ messages in thread From: Edgar Friendly @ 2013-01-08 15:27 UTC (permalink / raw) To: caml-list [-- Attachment #1: Type: text/plain, Size: 797 bytes --] Batteries 2.0.0 is now available for general consumption. After years of having to put up with the oddity that is "Batteries_uni" and the issues with Camomile's data files, the Batteries Included Team is proud to break backwards compatibility and release version 2.0.0 to fix these. Now free of any camlp4 and made of 100% pure OCaml with no external dependencies, batteries is easier to build and better than ever. A complete list of API incompatible changes and new additions is available at https://github.com/ocaml-batteries-team/batteries-included/wiki/Interfacechanges12and the new documentation is online at http://ocaml-batteries-team.github.com/batteries-included/hdoc2/index.html Download from ocamlforge at https://forge.ocamlcore.org/frs/download.php/1096/batteries-2.0.tar.gz E. [-- Attachment #2: Type: text/html, Size: 1237 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-10 3:04 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <fa.zp9JM87TmJwYPvI7w+ikHpyQg7w@ifi.uio.no> 2013-01-09 1:52 ` [Caml-list] [ANN] Batteries 2.0.0 released John Prevost 2013-01-09 4:53 ` Edgar Friendly 2013-01-10 3:01 ` Mike Lin 2013-01-10 3:04 ` Edgar Friendly 2013-01-08 15:27 Edgar Friendly
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox