ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.85k stars 295 forks source link

appengine: error during compilation - mapIter and mapRange undefined #310

Closed Ramneek-kalra closed 5 years ago

Ramneek-kalra commented 5 years ago

image

ugorji commented 5 years ago

I need more context.

What were you doing?

How was it being built?

Can you run this locally?

Does this only happen during "upload"?

What does that mean?

This issue you reported is guaranteed to get zero response, because there are too many unanswered questions. It is similar to me telling you "my car is not working", without any details.

Please provide enough information so I can reproduce and then fix it.

Thanks.

ugorji commented 5 years ago

Ah.

This seems like it has to do with appengine builds.

Let me look into making sure appengine tag is uniformly handled just like safe tag.