Chris Barnes

Results 298 comments of Chris Barnes

ocamlformat then fails to compile ``` [ERROR] The compilation of ocamlformat-lib.0.28.1 failed at "dune build -p ocamlformat-lib -j 9 @install". #=== ERROR while compiling ocamlformat-lib.0.28.1 =============================# # context 2.3.0 |...

Another problem is `dmd`; it seems snaps are preferred now (but presumably not in a docker container...). Following this guide https://lindevs.com/install-dmd-on-ubuntu hits issues at the `sudo apt install -y ./dmd.deb`...

Yes, that seems like a good idea. It's unlikely that many people will be contributing to many languages at once, and the monolithic devcontainer takes quite a while to set...

Tests pass but I'm not clear how best to test the new functionality as it would mean parsing the config provided by the setup_config fixture and then constructing a URI...

I found that running stubgen locally drops a bunch of services and deletes a lot of generated code as well - possibly all the services which have been split out...

I think this is great! It could go one step further to split the "responsibility" / "onus" into its own column so it's clear whose court the ball is in.

https://github.com/clbarnes/ozx-tck

Snafu is more set up for this than thiserror, although it would mean a lot of replacing `?` with `.context(NewErrorSnafu { chunk_idx, codec_name: codec.name() })?`.