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

[compiler] [build-fs] Fix target not set error #1694

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

ejgallego
Copy link
Contributor

Regression from #1655 .

Not sure if Config.target should be better handled as a parameter?

We keep the case as to not to disturbe the printing, but not sure it
is worth it.
Regression from ocsigen#1655 .

Not sure if `Config.target` should be better handled as a parameter?
@hhugo
Copy link
Member

hhugo commented Sep 28, 2024

Not sure if Config.target should be better handled as a parameter?

This has been discussed in #1655. We already have similar situation with other configs. I'd rather solve the general issue all at once, instead of solving one specific case.

@ejgallego
Copy link
Contributor Author

IMO this doesn't need a changes entry, but happy to add one.

@hhugo
Copy link
Member

hhugo commented Sep 28, 2024

This PR means that we currently don't have any test running this command. Would you mind adding one ? Maybe in https://github.com/ocsigen/js_of_ocaml/blob/master/compiler/tests-full/dune ?

ejgallego added a commit to ejgallego/js_of_ocaml that referenced this pull request Sep 28, 2024
ejgallego added a commit to ejgallego/js_of_ocaml that referenced this pull request Sep 28, 2024
@ejgallego
Copy link
Contributor Author

Done.

@hhugo hhugo merged commit 709316a into ocsigen:master Sep 30, 2024
18 checks passed
@ejgallego ejgallego deleted the fix_build_fs_target branch September 30, 2024 12:42
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