Hello Jakub,
I wanted to ask you at the meeting, how is the update to Golang 1.16 shaping up? Have you tested it on a small batch of packages? Should we expect breaking changes from upstream again?
Best regards,
Robert-André
----- Original Message -----
From: "Robert-André Mauchin" zebob.m@gmail.com To: golang@lists.fedoraproject.org Cc: "Jakub Čajka" jcajka@fedoraproject.org Sent: Tuesday, December 22, 2020 3:53:12 AM Subject: Golang 1.16
Hello Jakub,
I wanted to ask you at the meeting, how is the update to Golang 1.16 shaping up? Have you tested it on a small batch of packages? Should we expect breaking changes from upstream again?
Define breaking changes ;). AFAIK it should be regular routine rebase, tops surfacing ignored issues and general code and coding issues as usual. I'm working on kicking off the rebuild locally, just finished baseline with F33. To note F33 looks great thanks to your and Fedora's community work.
JC
Best regards,
Robert-André
On 12/22/20 2:52 PM, Jakub Cajka wrote:
----- Original Message -----
From: "Robert-André Mauchin" zebob.m@gmail.com To: golang@lists.fedoraproject.org Cc: "Jakub Čajka" jcajka@fedoraproject.org Sent: Tuesday, December 22, 2020 3:53:12 AM Subject: Golang 1.16
Hello Jakub,
I wanted to ask you at the meeting, how is the update to Golang 1.16 shaping up? Have you tested it on a small batch of packages? Should we expect breaking changes from upstream again?
Define breaking changes ;)
Well for 1.15, they changed some error messages to add quotes and this has broken a number of tests which were checking error strings. Even the smallest of tweaks like this break packages.
----- Original Message -----
From: "Robert-André Mauchin" zebob.m@gmail.com To: "Jakub Cajka" jcajka@redhat.com Cc: golang@lists.fedoraproject.org Sent: Wednesday, December 23, 2020 7:49:40 AM Subject: Re: Golang 1.16
On 12/22/20 2:52 PM, Jakub Cajka wrote:
----- Original Message -----
From: "Robert-André Mauchin" zebob.m@gmail.com To: golang@lists.fedoraproject.org Cc: "Jakub Čajka" jcajka@fedoraproject.org Sent: Tuesday, December 22, 2020 3:53:12 AM Subject: Golang 1.16
Hello Jakub,
I wanted to ask you at the meeting, how is the update to Golang 1.16 shaping up? Have you tested it on a small batch of packages? Should we expect breaking changes from upstream again?
Define breaking changes ;)
Well for 1.15, they changed some error messages to add quotes and this has broken a number of tests which were checking error strings. Even the smallest of tweaks like this break packages.
Yes this can happen, side effect of other changes fixing issues(IIRC incorrect use of printf function family formatting) that can lead to the real life bugs. To note this has effected rather few packages(10s of, which is in return few percent of the Go package base) and this have been happening each Go devel cycle and most of them being self explanatory. Fix or approach to it is mentioned by the toolchain in the error message. Feel free to reach out if they start popping up in bigger numbers or they look in anyway suspicious to you.
To update on the rebuild I have started to hit some issues with the mock's chain build hitting locked yum/dnf cache that result in the crash of the chain build(Have anyone seen this behavior?). JC
golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to golang-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org
golang@lists.fedoraproject.org