You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tool-sync requires to specify exe_name in the configuration. However, it often happens that the tool has exactly the same name as the repository. In this case, we could allow to not specify the exe_name field and default it to the repo name.
To achieve this, we should patch the tool configuration in relevant places (and add tests as well):
Resolves#56
I've improved the documentation for `tool-sync` in a few ways:
* Rewrote README
* Added a CHAGELOG
* Slightly changed the CONTRIBUTING.md guide (now it requires to add new
changes in the changelog)
* Generated a new GIF with the new output
* Increased the version to `0.2.0`
I want to implement #54 and #55 before actually creating a release so
the CHANGELOG will change. But those changes shouldn't affect the
documentation so this one can be merged separately.
### Additional tasks
- [x] Documentation for changes provided/changed
- [ ] Tests added
Co-authored-by: Zixuan Zhang <[email protected]>
Currently,
tool-sync
requires to specifyexe_name
in the configuration. However, it often happens that the tool has exactly the same name as the repository. In this case, we could allow to not specify theexe_name
field and default it to the repo name.To achieve this, we should patch the tool configuration in relevant places (and add tests as well):
Relevant code:
tool-sync/src/sync/configure.rs
Lines 30 to 46 in cb339b0
tool-sync/src/sync/configure.rs
Lines 60 to 63 in cb339b0
The text was updated successfully, but these errors were encountered: