Skip to content

Conversation

bobzhang
Copy link
Member

@bobzhang bobzhang commented Aug 3, 2016

The idea is for small to medium projects, user should not bother to write a build system, it just works.

bsc -bs-main main.ml

It will build its module and all its dependencies.

TODO:

  • run node
bsc -c -bs-main main.ml (* compile only *)
bsc -bs-main main.ml (* compile and run the command `node main.js` directly)
  • performance tuning, parallelize building, cache files

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.731% when pulling 72338b9 on bs-main into 54d4571 on master.

@bobzhang bobzhang changed the title refactoring before features add an option -bs-main Aug 5, 2016
Squashed commits:
[75ed28a] wip
[ae6ba02] preparing for detecting two files with the same module, like A_c.ml a_c.ml should be also detected
[63c6906] WIp
[5aa35f3] add script mode
[72338b9] refactoring before features
@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.731% when pulling 90f5836 on bs-main into a4aaf4c on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.731% when pulling 4293d63 on bs-main into a4aaf4c on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.731% when pulling 6591077 on bs-main into a4aaf4c on master.

@bobzhang bobzhang merged commit b70c321 into master Aug 5, 2016
@bobzhang bobzhang deleted the bs-main branch August 5, 2016 15:23
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