Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

*: bump up Go to 1.7 #163

Merged
merged 1 commit into from
Aug 16, 2016
Merged

*: bump up Go to 1.7 #163

merged 1 commit into from
Aug 16, 2016

Conversation

AkihiroSuda
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Aug 16, 2016

Coverage Status

Coverage increased (+0.02%) to 40.254% when pulling bb89832 on suda/wip into 8c679d1 on master.

@AkihiroSuda
Copy link
Member Author

AkihiroSuda commented Aug 16, 2016

TestWriteBadJSON is failing consistently due to this change for encoding/json:
https://golang.org/doc/go1.7

In earlier versions of Go, this package only supported encoding and decoding maps using keys with string types.
Go 1.7 adds support for maps using keys with integer types: the encoding uses a quoted decimal representation as the JSON key.

Note that now `encoding/json` supports marshalling `map[int]interface{}`
https://golang.org/doc/go1.7
@coveralls
Copy link

coveralls commented Aug 16, 2016

Coverage Status

Coverage increased (+0.02%) to 40.254% when pulling 9f1d49e on suda/wip into 8c679d1 on master.

@AkihiroSuda AkihiroSuda merged commit 4892342 into master Aug 16, 2016
AkihiroSuda added a commit that referenced this pull request Sep 5, 2016
Release Note: http://osrg.github.io/namazu/post/release-0-2-1/

Changes from v0.2.0:

 * #167, #168, #169, #170: doc: miscellaneous improvements
 * #166: vendor go packages
 * #163: *: bump up Go to 1.7
 * #162: container: add support for inspectors/fs
 * #160: inspectors/fs: implement Fsync
 * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !)
 * #156: inspectors/proc: improved error handling
 * #154, #155: inspectors/proc: improved CLI

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
@AkihiroSuda AkihiroSuda mentioned this pull request Sep 5, 2016
AkihiroSuda added a commit that referenced this pull request Sep 5, 2016
Release Note: http://osrg.github.io/namazu/post/release-0-2-1/

Changes from v0.2.0:

 * #167, #168, #169, #170: doc: miscellaneous improvements
 * #166: vendor go packages
 * #163: *: bump up Go to 1.7
 * #162: container: add support for inspectors/fs
 * #160: inspectors/fs: implement Fsync
 * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !)
 * #156: inspectors/proc: improved error handling
 * #154, #155: inspectors/proc: improved CLI

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants