Jonathan Goodwin
Jonathan Goodwin
@RalfJung "AFAIK classes can turn into superclasses even below pointer indirections, right?" No. I just wrote a C++ program trying to implicitly coerce Class** to Superclass**. This won't compile due...
@RalfJung Your response ascribes to me an extreme position I did not articulate nor hold. I came here with the intent to be helpful. I have acknowledged that we define...
My word appreciates that. Thanks. I am sorry I confused you. I am no expert on C++, but my understanding is that the standard templates are all invariant on T....
The biggest problem I see with your code is that you define fopen as accepting two array references (slices). fopen is written to expect pointers. An array reference is a...
Thank you for your helpful, detailed reply. I will respond below as per your sections, adding back anything missing. My intent here is to be helpful, and to that end,...
@sbc100 It appears that your changes to https://lld.llvm.org/WebAssembly.html have successfully landed. Here are my edit suggestions for this document that I believe would be extremely valuable to anyone who wants...