On Sun, 27 Oct 2019, 12:33 Gert, <gert.cuyk...@gmail.com> wrote:

>
> On Sunday, October 27, 2019 at 9:54:29 AM UTC+1, rog wrote:
>>
>>
>> On Sun, 27 Oct 2019, 00:04 Gert, <gert....@gmail.com> wrote:
>>
>>> I believe it's going to be to hard to write a go vet analyser that could
>>> warn to detect unintended state change on a array from two different
>>> pointers.
>>>
>>
>> Isn't that why we have the race detector?
>>
>
> I think it only catches concurrent access to the same address, so not sure
> if it catches everything.
>

If two things aren't writing concurrently to the same address, what's the
problem?

> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/39c04bde-2c9c-4396-84c1-a71143de5e39%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/39c04bde-2c9c-4396-84c1-a71143de5e39%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAJhgacj1P6bzWDMA77F1zE7A-2zzeGqFYhFfG95%2Beu9ZMfa4hQ%40mail.gmail.com.

Reply via email to