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

Remove Base, Stdio orun dependency for trunk #172

Merged

Conversation

shakthimaan
Copy link
Contributor

@shakthimaan shakthimaan commented Sep 8, 2020

The orun dependency for Base and Stdio is removed using this PR to facilitate building Sandmark with trunk.

@@ -12,7 +12,7 @@
(executable
(name orun)
(public_name orun)
(libraries base stdio re str cmdliner yojson unix wait4 profiler))
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need base?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. Base.List, Base.Int and Base.String are used in orun.ml.

Copy link
Contributor

Choose a reason for hiding this comment

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

@sadiqj Does it matter whether orun depends on base and stdio? Being an orun dependency shouldn't prevent us from building ocaml trunk in sandmark. I must be missing something.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The need for Base has now been removed from the PR.

@shakthimaan shakthimaan changed the title Remove Stdio orun dependency for trunk Remove Base, Stdio orun dependency for trunk Sep 12, 2020
@sadiqj
Copy link
Contributor

sadiqj commented Sep 18, 2020

Just checking, are there any blockers to merging this?

@sadiqj sadiqj merged commit cbb1ecc into ocaml-bench:master Sep 24, 2020
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.

None yet

3 participants