tbrand / neph

A modern command line job processor, similar with make command
https://tbrand.github.io/neph/
MIT License
204 stars 7 forks source link

[WIP] Select build file #66

Closed waghanza closed 6 years ago

waghanza commented 6 years ago

Hi,

This PR add -f option to select build file, #65.

@notramo I was not able to run crystal spec

Regards,

notramo commented 6 years ago

@waghanza spec is not ready yet.

waghanza commented 6 years ago

@notramo ok, ping me when ready -f will be useful for which_is_the_fastest

notramo commented 6 years ago

@waghanza you can finish this feature without spec.

Small PRs, like this should be merged into the dev branch.

There is more work for me with these small PRs than if I implemented them. It's not a problem if you want to get familiar with the project and later implement bigger features, but if you only want to submit version updates for libs, or small features, it isn't time and effort efficient. If you want to get familiar with the project code, then please wait for my response after opening the issue for the feature request, I will give you some help for implementing it.

notramo commented 6 years ago

@waghanza Do you want to finish this feature? If not, I will implement it.

waghanza commented 6 years ago

@notramo I can't see a clean way to relativize path (in case given absolute)

notramo commented 6 years ago

Better implemented in #71.