@/all Hi! Would appreciate your feedback on this issue (see my last comment): fastpack/fastpack#41
Thanks!
Rauan Mayemir
@rauanmayemir
@zindel have you considered using ocaml infra for testing? cause bash scripts feel messy and prone to issues
Oleksiy Golovko
@zindel
@rauanmayemir Hi!
so my main motivation of using Bash was to make it as close to the usage scenario as possible
i.e. it has to be run as shell command, so let's use shell :)
Another important piece I find useful and nice to work with is the diff command which is executed on directories
makes it easy to see what has changed and how
On the other hand I'm happy to consider other alternatives. If there is more standard / canonical way to such kind of testing in the OCaml world - we could try it out
Rauan Mayemir
@rauanmayemir
great, let's table this discussion until we have a clearer picture how to make it work from the ocaml side