leostera / leostera/minttea

unbound value receive_any ()

Open
#58 5 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.