Ricardo Mapurunga Junior
ricmaps · they/them
-
Joined on
2026年03月03日
40c79a589b
fix call to propose dimensions
Add Ocaml implementation
haha yes it's an ocaml spell named "oopsie". thanks for pointing it out! i mostly looked at the rust implementation while writing this since rust is the closest language to ocaml in the repo, so...
Add Ocaml implementation
sorry for all the force pushing. the alpine ocaml package is way too old for the project
df32b19ecd
add ocaml task to ci
e534558f7f
add ocaml task to ci
02c2d09e8d
add ocaml task to ci
ee2d5ef342
Add Ocaml implementation
021c47fd33
Add Ocaml implementation
Add Ocaml implementation
032aed4085
Add Ocaml implementation
d174f8c29b
Add Ocaml implementation
35502a0c30
Add Ocaml implementation
40677ce10c
c: Fix tiny typo "indentifier" -> "identifier"
0f08ea6dc2
c: add pkg-config to dependency list
70b87e762c
go: update deps
fcb0f4906c
go: explicitly ignore os.Setenv errors
ab7b0f81ff
go: actually reap children
e00fc2972f
rust: don't pass format strings to expect()
f80e25dd46
rust: simplify error messages
rust: use format! instead of passing format strings to expect
That's fair. The C code doesn't do any interpolation in the error messages actually. Unwrap and expect both panic on None/Err, but expect does so printing a reason, instead of just "panicked on...
rust: use format! instead of passing format strings to expect
468acde01f
rust: use format! instead of passing format strings to expect