-
Notifications
You must be signed in to change notification settings - Fork 595
Remove ffjson because of gccgo issues #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixes opencontainers#362 Signed-off-by: Michael Crosby <[email protected]>
|
LGTM |
|
so many lines. |
|
not that i know of at this point |
|
i wonder if having a build tag + go:generate would allow a way around incompatible things like gccgo? |
|
On Thu, Mar 31, 2016 at 11:52:21AM -0700, Michael Crosby wrote:
The cludgy approach would be “fork this repo and keep ffjson in the |
|
@wking noup |
|
On Thu, Mar 31, 2016 at 12:00:56PM -0700, Vincent Batts wrote:
This also sounds promising to me, and would certainly be cleaner than |
|
Personally, I'd wait to potentially re-integrate ffjson until the issue behind pquerna/ffjson#172 is resolved as any golang1.6 builds aren't consistent due to the spec having anonymous structs. I see that @crosbymichael closed #361 due to this pull request. |
|
ya, i think we can remove for now and work with upstream to fix some of the issues that we have |
|
sounds fine. LGTM |
|
LGTM |
Through 6734c7a (Merge pull request opencontainers#370 from vbatts/json_schema_and_examples, 2016-04-11). The only unlisted changes to master were a brief run with ffjson (opencontainers#343, opencontainers#351), but that was pulled out due to gccgo issues in opencontainers#363. Signed-off-by: W. Trevor King <[email protected]>
Through 6734c7a (Merge pull request opencontainers#370 from vbatts/json_schema_and_examples, 2016-04-11). The only unlisted changes to master were a brief run with ffjson (opencontainers#343, opencontainers#351), but that was pulled out due to gccgo issues in opencontainers#363. Signed-off-by: W. Trevor King <[email protected]>
Through 6734c7a (Merge pull request opencontainers#370 from vbatts/json_schema_and_examples, 2016-04-11). The only unlisted changes to master were a brief run with ffjson (opencontainers#343, opencontainers#351), but that was pulled out due to gccgo issues in opencontainers#363. Signed-off-by: W. Trevor King <[email protected]>
Through 6734c7a (Merge pull request opencontainers#370 from vbatts/json_schema_and_examples, 2016-04-11). The only unlisted changes to master were a brief run with ffjson (opencontainers#343, opencontainers#351), but that was pulled out due to gccgo issues in opencontainers#363. Signed-off-by: W. Trevor King <[email protected]>
Fixes #362
Signed-off-by: Michael Crosby [email protected]