Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service/windows: comply syscall structure with go1.5 #3960

Merged

Conversation

bogdanteleaga
Copy link
Contributor

As seen here, it seems like using booleans in go1.5 causes a problem that can be easily solved by using int32.

(Review request: http://reviews.vapour.ws/r/3383/)

@bogdanteleaga
Copy link
Contributor Author

$$merge$$

@jujubot
Copy link
Collaborator

jujubot commented Dec 15, 2015

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

jujubot added a commit that referenced this pull request Dec 15, 2015
…yscall-for-go15

service/windows: comply syscall structure with go1.5

As seen [here](kardianos/service#49 (comment)), it seems like using booleans in go1.5 causes a problem that can be easily solved by using int32.

(Review request: http://reviews.vapour.ws/r/3383/)
@jujubot jujubot merged commit c35354b into juju:master Dec 15, 2015
@bogdanteleaga bogdanteleaga deleted the service/windows-prepare-syscall-for-go15 branch May 3, 2016 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants