Re: [go-nuts] Suggestions for go 2

2017-08-13 Thread roger peppe
FWIW I'm strongly -1 on having date-related data in binaries. I think that having a deterministic relationship between source and binary for a given compiler version is an extremely useful property. On 12 Aug 2017 22:48, "Ian Lance Taylor" wrote: On Sat, Aug 12, 2017 at 1:52 PM, Robert Solomon

Re: [go-nuts] Suggestions for go 2

2017-08-12 Thread Ian Lance Taylor
On Sat, Aug 12, 2017 at 1:52 PM, Robert Solomon wrote: > > Is there any one interested in compile time and date like the __time__ and > __date__ macros in c Personally I think that compile time is not normally interesting. Since build systems normally ensure that unchanged sources are not rebuilt

[go-nuts] Suggestions for go 2

2017-08-12 Thread Robert Solomon
Is there any one interested in compile time and date like the __time__ and __date__ macros in c On Aug 8, 2017 7:26 PM, wrote: golang-nuts@googlegroups.com Google Groups