Your message dated Sat, 25 May 2013 15:19:13 +0200
with message-id <[email protected]>
and subject line Re: Bug#709537: golang: go fix seems to support only changes
since Go 1.0
has caused the Debian Bug report #709537,
regarding golang: go fix seems to support only changes since Go 1.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
709537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: golang
Version: 2:1.1-1
Severity: wishlist
While trying to get a ~2yr old Go project to build, I noticed that go
fix didn't want to rewrite anything though it was clear that the project
hat been written for the pre-1.0 standard library.
It would be nice if the rules that were part of the golang-1.0 fix tool
could be included in the current fix tool.
Cheers,
-Hilko
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages golang depends on:
ii golang-doc 2:1.1-1
ii golang-go 2:1.1-1
ii golang-src 2:1.1-1
golang recommends no packages.
golang suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Hilko,
Hilko Bengen <[email protected]> writes:
> While trying to get a ~2yr old Go project to build, I noticed that go
> fix didn't want to rewrite anything though it was clear that the project
> hat been written for the pre-1.0 standard library.
>
> It would be nice if the rules that were part of the golang-1.0 fix tool
> could be included in the current fix tool.
Please see http://golang.org/doc/go1.1#gofix — Go 1.1’s “go fix” only
fixes what was fixed by Go 1.0’s “go fix” before.
I briefly looked at the source of “go fix” and it does not seem trivial
to make it support older code.
You could try to request this feature upstream instead.
--
Best regards,
Michael
--- End Message ---