John Högberg

Results 123 comments of John Högberg

I've opened https://github.com/erlang/otp/pull/8259 that ought to fix this, please try it out :)

Thanks, these are two separate issues. I've fixed the first in #8101 and will look into the second now :)

~~I've pushed a commit that fixes the second one now too, on the same branch because I'm feeling lazy. :D~~ Nevermind, it traded one bug for another -- to be...

Thanks for the PR! > Note update_preloaded must be invoked before merging this pull request. It would also be very appreciated if we could merge this for the next Erlang/OTP...

Seeing as there's three different fragments with a backoff loop in there, and there's a thread stuck in all three versions, I think it's safe to say that this is...

Thanks for raising this issue! > If this is unimplemented, why has it not been implemented? Your C++ compiler is the one saying this, and not our build system as...

> However the not unimplemented issue still occurs on both 14 and 15 using: GNU Make 4.4.1 Which C++ compiler? Can you share the output of `c++ --version`?

The spec says it may return an empty list (and has always done so). `[X]` means it may return a non-empty list of `X` or the empty list. Hence, the...

> > Is the new behavior inconsistent with this? > > Unless I'm missing something, it is. But maybe someone else should cross-check this, Perl is not exactly on the...

> I'm not sure this is a bug, but I am observing that in some circumstances calling a function with the wrong type makes dialyzer consider the return type is...