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 jbuilder exec from sub dirs & utop #339

Merged
merged 2 commits into from
Dec 1, 2017

Conversation

rgrinberg
Copy link
Member

Fix #326

The first patch is verbatim from diml. I did not want to apply it initially because it broke jbuilder utop, but I just had a second look and it's easily fixed by just using absolute dirs. I don't think there are any advantages to using absolute paths here.

jeremiedimino and others added 2 commits November 25, 2017 23:25
This makes $ jbuilder utop usable from sub directories
@rgrinberg rgrinberg requested a review from bobot November 25, 2017 15:27
Copy link
Collaborator

@bobot bobot left a comment

Choose a reason for hiding this comment

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

Just wondering if we could use Future for executing the command (so to not duplicate program execution function).

@rgrinberg
Copy link
Member Author

Hmm, but where is it being duplicated?

@bobot
Copy link
Collaborator

bobot commented Dec 1, 2017

Ok it doesn't do the same thing with the result. I was wrong.

@bobot bobot merged commit 13fed1f into ocaml:master Dec 1, 2017
@rgrinberg rgrinberg deleted the fix-jbuilder-exec-utop branch December 1, 2017 13:06
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.

jbuilder exec doesn't work in sub directories
3 participants