Re: [go-nuts] Is it reasonable?

2018-01-08 Thread 'Bryan Mills' via golang-nuts
On Sunday, January 7, 2018 at 6:09:45 AM UTC-5, Jan Mercl wrote: > > On Sun, Jan 7, 2018 at 11:57 AM T L > wrote: > > Yes. The choice is to raise a runtime error or not. When not, the value > does not really matter because every value of an integer variable > represents an

Re: [go-nuts] Is it reasonable?

2018-01-07 Thread T L
ok On Sunday, January 7, 2018 at 6:09:45 AM UTC-5, Jan Mercl wrote: > > On Sun, Jan 7, 2018 at 11:57 AM T L > wrote: > > Yes. The choice is to raise a runtime error or not. When not, the value > does not really matter because every value of an integer variable > represents

Re: [go-nuts] Is it reasonable?

2018-01-07 Thread Jan Mercl
On Sun, Jan 7, 2018 at 11:57 AM T L wrote: Yes. The choice is to raise a runtime error or not. When not, the value does not really matter because every value of an integer variable represents an integer number and there is no combination of the bits left unused for NaN, Inf,