Sergey Yarmonov
Sergey Yarmonov
Ok, i think i understood you. I have an idea how to implement it.
@Kulak Many thanks for the feedback. **I don't close the issue to keep future feedbacks about working platforms in one place.** ❗️ **Please, report bugs into _a separate issue_**.
Thank you for the report, @timfallmk A value of `Context.Args` field is passed to [os.StartProcess](https://golang.org/pkg/os/#StartProcess) without any modifications exclude a case when the value is nil. I can't reproduce the...
@timfallmk It can be caused by an incorrect `Context.Args` value. A value of `Context.Args` field is passed to `os.StartProcess` without any modifications exclude a case when the value is nil....
I checked it on [examples/gd-simple](https://github.com/sevlyar/go-daemon/tree/master/examples/cmd/gd-simple) and i can't reproduce the bug. ``` ➜ examples git:(master) ✗ gd-simple ➜ examples git:(master) ✗ ps -eafwA | grep sample 501 38137 1 0...
The change may break backward compatibility: function `WasReborn()` won't work properly after `Reborn()` call.
@skrashevich, i don't understand what purpose of the changes. Could you provide me more context or example?
The PR changes public interface of the library and breaks backward compatibility.
Hello. Thank you for the PR. But the change breaks backward compatibility. The library have the function `ConvertAny`. Please use it for those cases.