17:00:21 #startmeeting Go SIG meeting 17:00:21 Meeting started Mon Jul 20 17:00:21 2020 UTC. 17:00:21 This meeting is logged and archived in a public location. 17:00:21 The chair is jcajka. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:00:21 Useful Commands: #action #agreed #halp #info #idea #link #topic. 17:00:21 The meeting name has been set to 'go_sig_meeting' 17:00:30 #topic Roll Call 17:00:37 #chair eclipseo 17:00:37 Current chairs: eclipseo jcajka 17:01:47 .hello2 17:01:50 eclipseo: eclipseo 'Robert-André Mauchin' 17:07:04 let's wait a bit if others will show up, alex is out on PTO 17:07:48 there is nothing tagged in issues 17:07:55 #topic Open Floor 17:08:37 jcajka: well since you're here, I wanted to ask about the mass-rebuild for the latest Golang? Have you started building in a side tag? If yes, have you encountering issues? I'm worried about failures due mismatched versions. 17:10:01 eclipseo: just wanted to write about it, I'm about to build go1.15beta 1 in rawhide for the mass re-build, there seem to be normal amount of FTBFS ~1%(less than 100) 17:11:03 ok if you have a list to send me I can take a look, I have a lot of packages to update too but I don't find time to do them all. 17:11:08 non look as direct compiler issues, here is annotated list https://hackmd.io/@Qt-gfa57QfGTNBjNqj-FJQ/rysjKa61D/edit from local rebuild 17:12:20 out-liners(something that will need more investigation/work) are marked in TODO(more from the compiler perspective) 17:12:34 i don't expect compiler but in 1.14 thex had changed an error message which broke several test which were greping for it 17:13:05 here are mostly vet issues and some changes to escaping 17:13:10 what's this errro that pops up often conversion from int to string yields a string of one rune 17:14:59 conversion doesn't yield string representation of the number(possible code issue in the package), more in https://github.com/golang/go/issues/32479 17:15:56 yeah I'm reading it 17:17:26 the problem is that many packages are "abandoned" and won't be updated :| 17:19:56 eclipseo: it is possible that some are lingering bugs, it is unfortunate that there seems to be kind of lot of abandoned packages, hopefully it will not hit anything important for us 17:20:50 I can't really think about anything that can be easily done, hopefully the macros/packaging doesn't make patching too hard(I haven't yet work much with that aspect of current Go macros) 17:22:25 hm... actually there might be vet flag that will suppress the check 17:22:35 in dire situations 17:23:04 but IMO it should be easier and better to fix the code even via patch 17:23:12 all right 17:26:51 for the record IIRC most(I dare to say nearly all) is vet run as part of the tests/check 17:28:36 ok in the worse case I'll disable it 17:29:48 ok 17:29:51 .hello2 17:29:52 nim: nim 'None' 17:29:59 also, there has been 2 point releases per upstream supported version of Go last week, all Fedora version have updates queued in bodhi now 17:30:20 https://bodhi.fedoraproject.org/updates/FEDORA-2020-9cd1204ba0 17:30:25 https://bodhi.fedoraproject.org/updates/FEDORA-2020-d75360e2b0 17:30:31 #chair nim 17:30:31 Current chairs: eclipseo jcajka nim 17:31:09 that is all from myside 17:31:13 me too 17:31:47 nothing much on my side, stuck in the change process 17:32:13 people want to review things but they have difficulty finding the time to 17:32:59 that is unfortunate 17:33:01 yeah I have some Golang packages review stuck too, not enough people taking care of the review process 17:33:55 the problem is when people feel they need to review and approve things, but do not care enough to actually review things 17:34:17 so, we’ll see how it runs out 17:35:14 other topics? 17:35:33 or is there something that SIG can help with? 17:36:55 nothing the SIG can do unless you want to argue with people that if they want to review things they should do so, and if they do not have time to review they should let people interested enough to review decide 17:37:28 No that's all for me 17:37:37 unfortunately we all like the power to decide more than the cost of deciding 17:37:48 ack, I'm personally also spread really thin atm 17:38:00 that’s normal human behaviour 17:38:38 last call 17:39:04 well I'm not spreaded thin right now, it's pretty calm due to the summer, I'll ask maybe a review process exemption so I can work alone on package upgrades 17:39:38 eclipseo just don’t burn out early :) 17:39:57 i'm fire right now 17:40:07 anyway that'ss all for me 17:40:09 :) 17:40:23 #endmeeting