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

Difference of hello-world contents between repositories #36

Open
porcupinenick opened this issue Dec 24, 2019 · 2 comments
Open

Difference of hello-world contents between repositories #36

porcupinenick opened this issue Dec 24, 2019 · 2 comments

Comments

@porcupinenick
Copy link

porcupinenick commented Dec 24, 2019

I'm going through the tutorial and I've noticed something interesting:

  1. https://github.com/janestreet/install-ocaml/tree/master/01-hello-world
  2. https://github.com/janestreet/install-ocaml/tree/9feff66e166b818e9ecac8ec40bc5c56c241364f/01-hello-world

Why do these two repositories contain different coding standards? Are there any significant differences or advantages running ocaml via jbuild compared to dune?

@haohangxu
Copy link
Member

haohangxu commented Dec 24, 2019

Can you elaborate on what you mean by “coding standards” here?

dune used to be called jbuilder. One difference between the two is that the configuration files (i.e. the files “dune” for dune and “jbuild” for jbuilder) have a different format. Is that what you mean?

You can read more about the migration from jbuilder to dune here:
https://dune.readthedocs.io/en/stable/migration.html

@porcupinenick
Copy link
Author

Sorry for the confusion; I just noticed the difference and thought there may have been different ways of running the tests. Thanks for the link!

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

No branches or pull requests

2 participants