Ricardo Mapurunga Junior ricmaps · they/them
  • Joined on 2026年03月03日
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月30日 07:35:59 +02:00
40c79a589b
fix call to propose dimensions
ricmaps commented on pull request river/tinyrwm#15 2026年06月30日 06:53:01 +02:00
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...

ricmaps commented on pull request river/tinyrwm#15 2026年06月15日 22:55:47 +02:00
Add Ocaml implementation

sorry for all the force pushing. the alpine ocaml package is way too old for the project

ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月15日 22:43:21 +02:00
df32b19ecd
add ocaml task to ci
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月15日 22:31:42 +02:00
e534558f7f
add ocaml task to ci
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月15日 22:29:20 +02:00
02c2d09e8d
add ocaml task to ci
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月13日 05:22:24 +02:00
ee2d5ef342
Add Ocaml implementation
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月13日 05:15:03 +02:00
021c47fd33
Add Ocaml implementation
ricmaps created pull request river/tinyrwm#15 2026年06月13日 05:06:21 +02:00
Add Ocaml implementation
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月13日 05:03:19 +02:00
032aed4085
Add Ocaml implementation
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月13日 04:58:22 +02:00
d174f8c29b
Add Ocaml implementation
ricmaps pushed to add-ocaml at ricmaps/tinyrwm 2026年06月13日 04:09:29 +02:00
35502a0c30
Add Ocaml implementation
ricmaps created branch add-ocaml in ricmaps/tinyrwm 2026年06月13日 04:09:29 +02:00
ricmaps pushed to main at ricmaps/tinyrwm 2026年06月13日 02:36:11 +02:00
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
Compare 14 commits »
ricmaps pushed to main at ricmaps/tinyrwm 2026年04月01日 17:28:06 +02:00
e00fc2972f rust: don't pass format strings to expect()
ricmaps pushed to rust-fix at ricmaps/tinyrwm 2026年03月30日 21:23:33 +02:00
f80e25dd46
rust: simplify error messages
ricmaps commented on pull request river/tinyrwm#4 2026年03月30日 20:50:24 +02:00
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...

ricmaps created pull request river/tinyrwm#4 2026年03月30日 20:07:22 +02:00
rust: use format! instead of passing format strings to expect
ricmaps pushed to rust-fix at ricmaps/tinyrwm 2026年03月30日 20:02:58 +02:00
468acde01f
rust: use format! instead of passing format strings to expect
ricmaps created branch rust-fix in ricmaps/tinyrwm 2026年03月30日 20:02:57 +02:00