Skip to content

Conversation

CHANGES:

### Added

* Add opaque value inspection using runtime representation (hackwaly/ocamlearlybird#9, hackwaly/ocamlearlybird#52, hackwaly/ocamlearlybird#53).
@sim642
Copy link
Contributor Author

sim642 commented Jan 5, 2024

The three CI failures are quite odd:

### output ###
# File "src/main/dune", line 21, characters 9-17:
# 21 |  (files (main.exe as ocamlearlybird)))
#               ^^^^^^^^
# Error: No rule found for src/main/main.exe

The executable is defined in the same file and is fine in most jobs.

@mseri
Copy link
Member

mseri commented Jan 10, 2024

From https://dune.readthedocs.io/en/stable/dune-files.html#executable

.exe is a native code executable, .bc is a bytecode executable which requires ocamlrun to run, and .bc.js is a JavaScript generated using js_of_ocaml.

mseri added a commit to mseri/ocamlearlybird that referenced this pull request Jan 10, 2024
@mseri mseri merged commit 92a32e1 into ocaml:master Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants