Re: [libvirt] [PATCH] version: Add ParseVersion and a Version struct

2018-12-06 Thread John Ferlan
On 12/6/18 4:04 PM, John Ferlan wrote: > > > On 10/11/18 7:58 PM, W. Trevor King wrote: >> Make it easier to convert version integers to the more human-readable >> major.minor.release format. Oh, and I'll need you to "OK" me adding an Signed-off-by: or you need to provide one. See:

Re: [libvirt] [PATCH] version: Add ParseVersion and a Version struct

2018-12-06 Thread John Ferlan
On 10/11/18 7:58 PM, W. Trevor King wrote: > Make it easier to convert version integers to the more human-readable > major.minor.release format. > --- > connect.go | 8 > version.go | 52 ++ > version_test.go | 64 >

[libvirt] [PATCH] version: Add ParseVersion and a Version struct

2018-10-15 Thread W. Trevor King
Make it easier to convert version integers to the more human-readable major.minor.release format. --- connect.go | 8 version.go | 52 ++ version_test.go | 64 + 3 files