Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Retool doesn't work on windows #23

Closed
ghost opened this issue Mar 31, 2017 · 6 comments
Closed

Retool doesn't work on windows #23

ghost opened this issue Mar 31, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented Mar 31, 2017

Currently retool doesn't work on windows. This is due to sync.go. The sync function uses exec.Command to delete a directory by using rm which is a linux specific command.

https://github.com/twitchtv/retool/blob/master/sync.go#L11

I have a fix+test, but am waiting on approval from my supervisor to open up the PR.

@spenczar
Copy link
Contributor

spenczar commented Mar 31, 2017 via email

@ghost
Copy link
Author

ghost commented Apr 3, 2017

I haven't encountered any other issues so far, but I will be sure to let you know if I encounter any. I am personally not a windows user, but some of the devs on my team are.

still waiting for approval ( I have finished the code + test case though )

@spenczar
Copy link
Contributor

@JohnRowleySEL Any luck on approval? I would love your name in the contributors list, but if it's too hard, I can write the code and test too, just to get Windows support out for everybody.

@ghost
Copy link
Author

ghost commented Apr 11, 2017

@spenczar Actually, I just got approval this morning!

@ghost ghost mentioned this issue Apr 11, 2017
@spenczar
Copy link
Contributor

Fixed in #24

@spenczar
Copy link
Contributor

Thanks for the contribution! I've tagged and release v1.3.1 which includes your fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant