Re: [go-nuts] is not executable

2019-08-04 Thread Qais Patankar
Please share the solution. On Sunday, 4 August 2019 16:50:45 UTC+1, Allan Edwards wrote: > > I am sorry, ignore me, I figured it out. Problem in goland > configuration. Thanks for the response. > > On Sunday, August 4, 2019 at 10:44:12 AM UTC-5, Alexander Kapshuk wrote: >> >> On Sun, Aug 4, 20

Re: [go-nuts] is not executable

2019-08-04 Thread Qais Patankar
Please share the solution. -- Qais On Sun, 4 Aug 2019 at 16:50, Allan Edwards wrote: > I am sorry, ignore me, I figured it out. Problem in goland > configuration. Thanks for the response. > > On Sunday, August 4, 2019 at 10:44:12 AM UTC-5, Alexander Kapshuk wrote: >> >> On Sun, Aug 4, 2019 a

Re: [go-nuts] Quick question about the new Contracts Draft Proposal

2019-07-30 Thread Qais Patankar
In this: func Map(type S, Element)(s S, f func(Element) Element) S { Why is Slice not mentioned anywhere? Shouldn't it be: func Map(type S, Element Slice) [..] On Tuesday, 30 July 2019 09:04:26 UTC+9, Ian Lance Taylor wrote: > > On Mon, Jul 29, 2019 at 2:35 PM Mandolyte > > wrote: > > >

[go-nuts] Contracts Draft: unsatisfiable contracts

2019-07-30 Thread Qais Patankar
For unsatisfiable contracts like the one mentioned just above this , copied below: > Another, pedantic, example: > contract unsatisfiable(T) { > T int > T uint > } > This