Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] earlybird (1.3.0) #25033

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

sim642
Copy link
Contributor

@sim642 sim642 commented Jan 5, 2024

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
2 checks passed
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.

None yet

2 participants