Re: [go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Victor Giordano
Ian thanks! Yes.. I admit that I haven't read those issues entirely Now I have finished reading and also reach this very interesting issue At first glance I noticed these comments - Adg commentt

Re: [go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Ian Lance Taylor
On Fri, Oct 20, 2023 at 2:14 PM Victor Giordano wrote: > > My intention is to actually know any reason about not pushing forward that > proposal... because I need to understand why... *Is there any reason out > there? I don't know where to ask * > The first step is to read https://go.dev/iss

Fwd: [go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Victor Giordano
-- Forwarded message - De: Victor Giordano Date: vie, 20 oct 2023 a las 19:09 Subject: Re: [go-nuts] Re: About allowing conversion from bool to int To: Volker Dobler Volker I'm very grateful for your answer! Thanks!!! > A lot of people (me included) do not see this c

Re: [go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Volker Dobler
I have to admit I do not understand your intention. You made a proposal to change the language. A lot of people (me included) do not see this change as good (not needed, other solutions are available, lots of drawbacks, bad experience with such stuff in general, edge case, can be done in trivial co

Re: [go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Victor Giordano
My intention is to actually know any reason about not pushing forward that proposal... because I need to understand why... *Is there any reason out there? I don't know where to ask * I tried to put on the table pros and cons.. but no further feedback was received. *Request* [image: image.png]

Re: [go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Victor Giordano
Volker. I don't know how to reply to what you state. I'm open to listen or read any thoughts you have about not using bool to int. El vie, 20 oct 2023 a las 12:20, Volker Dobler () escribió: > I use 1 a lot and 4 (or the suggested bool<-->int conv) never. > I have no idea what you want to expres

[go-nuts] Re: About allowing conversion from bool to int

2023-10-20 Thread Volker Dobler
I use 1 a lot and 4 (or the suggested bool<-->int conv) never. I have no idea what you want to express with 2 and 4 addresses a kind of problem that has no simple solution like a one-line function. V. On Friday, 20 October 2023 at 15:12:06 UTC+2 Victor Giordano wrote: > Hello fellow gopherships.