Rainer Schuetze
Rainer Schuetze
> I want to pull this shortly after 2.066 releases, that way it'll get a long beta cycle. Ping me if I forget. Cool, will do.
@WalterBright: > I want to pull this shortly after 2.066 releases, that way it'll get a long beta cycle. Ping me if I forget. @9rnsr: I wonder if Kenji has...
> Auto-merge toggled on Thanks. At least, it started a discussion ;-) @9rnsr I'm not sure how the desired semantic analysis model is supposed to be. Can I read about...
> Instead of that, if a type T is in non-root module, compiler can just skip the RTInfo!T codegen. It is consistent with current template instantiation model. TypeInfo is only...
> Why type info generation for structs and enums are different from class and interfaces? I think all user-defined types TypeInfo generations should follow class/inferrfaces. Even though this breaks some...
> Today, if a template is explicitly instantiated in non-root module, compiler will skip its codegen. It's a new behavior from 2.064, introduced in #2550. I guess there is a...
Yeah, that's what I meant. The name of the option doesn't really describe its purpose, though. `exceptionsCaptureCallStack` would be clearer but a little verbose ;-) On second thought: as there...
Thanks for reporting. dmd 2.100 added this extra check, which is a false positive in this case. I'll rename the function to `win_main`.
The documentation is a bit dated. When running the 64-bit version under VS2019 in a debugger, I see that cv2pdb loads ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\mspdb140.dll ``` and the...
AFAICT VS2008 hasn't been tested in a while. Are you running on Win7 or earlier, too? 32 or 64 bit OS? Maybe some (background) colors are not working, you might...