unbound value receive_any ()
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 472
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
I know little about ocaml, and just moved from go 'bubbletea', ocaml simple syntax attracted me.
But I enter every example subfolder, and run 'dune bulid' always failed for same error
File "minttea/io_loop.ml", line 49, characters 10-21:
49 | let _ = receive_any () in
^^^^^^^^^^^
Error: Unbound value receive_any
I have installed minttea and Leaves by opam, why can't build smoothly like go 'bubbletea' examples, give anyone who tries a bit sweet to taste first.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing dune build in an example subfolder and inspect the reported call in minttea/io_loop.ml at line 49. Determine why receive_any is unbound with the opam-installed minttea and Leaves packages; done means the examples build without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100