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

Fix support for x-compilation #44

Merged
merged 1 commit into from
May 4, 2020
Merged

Fix support for x-compilation #44

merged 1 commit into from
May 4, 2020

Conversation

samoht
Copy link
Member

@samoht samoht commented May 4, 2020

Specifying a dependency as (dep x) will make dune trying to compile
x in the current workspace context. It already knows that (run ./x) needs
to be run on the host context, so that's enough to make that work.

Specifying a dependency as `(dep x)` will make `dune` trying to compile
`x` in the current workspace context. It already knows that `(run ./x)` needs
to be run on the host context, so that's enough to make that work.
@samoht samoht requested a review from dinosaure May 4, 2020 13:05
Copy link
Member

@dinosaure dinosaure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, waiting CI and ready to merge.

@dinosaure dinosaure merged commit 0c73593 into mirage:master May 4, 2020
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Feb 8, 2021
CHANGES:

- Fix support for `x-compilation` (@samoht, mirage/ocaml-base64#44)
- Update to `dune.2.0` and apply `ocamlformat` (@samoht, mirage/ocaml-base64#45)
- Select `unsafe.ml` only with `dune` (@emillon, mirage/ocaml-base64#46)
- Remove indirect dependecy to `ocamlfind` (@kit-ty-kate, mirage/ocaml-base64#49)
- Hide internals of `base64` and return a `string` as the alphabet (@reynir, mirage/ocaml-base64#48)
  **breaking chnages** `Base64.alphabet` is updated and return a simple `string` now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants