From Fedora Project Wiki

< Changes

Revision as of 09:02, 3 January 2018 by Jcajka (talk | contribs) (Created page with "<!-- Self Contained or System Wide Change Proposal? Use this guide to determine to which category your proposed change belongs to. Self Contained Changes are: * changes to is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Golang 1.10

Summary

Rebase of Golang package to upcoming version 1.10 in Fedora 28, including rebuild of all dependent packages(pre-release version of Go will be used for rebuild, if released version will not be available at time).

Owner

Current status

  • Targeted release: Fedora 28
  • Last updated: 2018-01-03
  • Tracker bug:

Detailed Description

Rebase of Golang package to upcoming version 1.10 in Fedora 28. Golang 1.10 is schedule to be released in Feb. Due to current nature of Go packages, rebuild of dependent package will be required to pick up the changes.

Benefit to Fedora

Staying closely behind upstream by providing latest release of golang, which includes performance improvements and improvements in support for currently supported platforms(support for new instructions) among other bug fixes and new features. For complete list of changes see upstream change notes at https://tip.golang.org/doc/go1.10 . In result Fedora will be providing solid development platform for Go language.

Scope

  • Proposal owners: Rebase golang package in f28, help with resolving possible issues found during package rebuilds.
  • Other developers: fix possible issues with help from golang maintainers
  • Policies and guidelines: N/A
  • Trademark approval: N/A

Upgrade/compatibility impact

None

How To Test

0.
a)Install golang 1.10 and use it to build your application(s)/package(s).
b)Scratch build against rawhide.
1.
Your application/package built using golang 1.10 should work as expected.

User Experience

None

Dependencies

repoquery -q  --releasever=rawhide --disablerepo='*' --qf='%{name}\n' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'golang'
repoquery -q  --releasever=rawhide --disablerepo='*' --qf='%{name}\n' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'compiler(go-compiler)'
repoquery -q  --releasever=rawhide --disablerepo='*' --qf='%{name}\n' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'compiler(golang)'

Not all of listed require re-build as they might not ship binaries.

Contingency Plan

  • Contingency mechanism:Reverting to golang version 1.9.X if significatnt issues are discovered.
  • Contingency deadline: Beta Freeze(?)
  • Blocks release? No
  • Blocks product? No

Documentation

https://tip.golang.org/doc/go1.10

Release Notes