samoht / assemblage

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

API review, relative and absolute path usage #136

Closed dbuenzli closed 4 years ago

dbuenzli commented 9 years ago

The API can distinguish between relative and absolute path. Path usage in the API should be reviewed (e.g. initially actions inputs and outputs were relative paths w.r.t. to the project root but in the end I found that too restrictive --- absolute inputs may be useful to express dependencies on entities that external to the project; like packages).