samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

describe.ml and configure.ml should be only one program #55

Closed samoht closed 10 years ago

samoht commented 10 years ago

it's easier to remember for the user. A solution could be to add a --describe option to configure.ml (having proper sub-commands might be too heavy here).

dbuenzli commented 10 years ago

Yes. But I'd wait before ruling out sub-commands, we may have things to add here (e.g. had some ideas for making/testing releases with opam etc.).

dbuenzli commented 10 years ago

Btw. with the inversion of the inversion of control I thought we'd be able to compile assemble.ml files to native (even though that may not be really useful). But it seems there's no ocamltoplevel.cmxa, only a ocamltoplevel.cma, I think I can however solve the problem by being more clever with the deps. But I'm still interested in knowing if this situation (no ocamltoplevel.cmxa) is always the case or not.

samoht commented 10 years ago

Fixed in 0.3