Recent Releases of https://github.com/alan-turing-institute/getting

https://github.com/alan-turing-institute/getting - UDP support

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - fix missing serial flags

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - re-implement writing to serial port

This functionality was removed when Pipe (sync-producer-async-consumer) was introduced. It is now re-implemented.

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - new implementation of sync-producer-async-consumer

This fixes the handling of promises (e.g. requests) that resolve out-of-order. The sync-producer-async-consumer has been defined as the Pipe abstraction, and an implementation has been written using an async loop that uses Lwt.pick across three concurrent tasks. Tests have been added that verify two scenarios are handled as expected: promises resolving out-of-order are handled in order of resolution, and async handling of promises does not block on an empty channel between the producer and consumer.

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - handle log dir already exists

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - optionally write to log file

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - Fix nix linking

Fix native linking with Nix by building an elf file with dune.

The build bug was introduced by add (modes byte) to bin/dune in order to build a byte-code program for debugging with the ocaml debugger. But this builds only a byte-code program.

The fix replaces (modes byte) with (modes byte exe).

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - Support custom DNS resolution

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - remove ocaml version number

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - reduce ocaml dependency version

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - use cli args

- OCaml
Published by edchapman88 over 1 year ago

https://github.com/alan-turing-institute/getting - add libev present print

- OCaml
Published by edchapman88 almost 2 years ago

https://github.com/alan-turing-institute/getting - build lwt with libev

- OCaml
Published by edchapman88 almost 2 years ago

https://github.com/alan-turing-institute/getting - alternative flake.nix

- OCaml
Published by edchapman88 almost 2 years ago

https://github.com/alan-turing-institute/getting - with flake.lock

- OCaml
Published by edchapman88 almost 2 years ago

https://github.com/alan-turing-institute/getting - point load to hilbert

- OCaml
Published by edchapman88 almost 2 years ago

https://github.com/alan-turing-institute/getting - https get to google

  • including a flake.nix that uses opam-nix to create a nix module that bundles in the necessary opam dependencies.

- OCaml
Published by edchapman88 almost 2 years ago