Next Turn
Next Turn
We're now building WinSW 3, and it's surprising to see this project is still using WinSW 1. A large number of issues in this repo have been resolved in the...
Sounds good. I'm also considering rewriting WinSW in a different language, but I don't regard Go as a competitive choice. I would prefer a native language like Rust this time.
> Would this also address issue #53 and allow `node-windows` to set a StartupType? Yeah. There may be more ancient issues fixed
closing and reopening for a new CI build
This has been fixed as of .NET 8.
@oleg-nenashev Could you offer me some suggestions to deal with the warnings by SpotBugs?
OK, OK, I got it. This passes: ```java private static class Absolutize extends SlaveToMasterFileCallable { private static final long serialVersionUID = 1L; public String invoke(File f, VirtualChannel channel) throws IOException...
> * There is a `VersionNumber` class which could help with version comparison It'd be better if there is a constructor that accepts integers rather than strings. > * It...