Alex Rønne Petersen
                                            Alex Rønne Petersen
                                        
                                    > I'm also curious if future pruning is significantly quicker (it should be). Yes, I did prune it once before it got to this huge size, and that didn't take...
There is indeed a table in §1.2 "Privilege Levels" looking similar to that, but there is no mention of how H fits in there. That plus the overall wording in...
One way you could solve this problem is to walk the file system hierarchy of your source base and generate modules.ddoc from that. Perhaps some utility to do this could...
@jkm Would you prefer passing all your modules to the generator script on the command line, or just pointing it to a root directory which it walks to find all...
@JakobOvrum I think the idea is that we'll feed modules to the generator script on the command line and it'll just populate `modules.ddoc` with that; that way, you can trivially...
> what is the content of `main.c` ? Anything, e.g. `int main() {}`.
Just checking: Is it expected that, with 0.10.0, I now get: ``` $ cat main.cxx #include int main() { std::cout
The attribute has been added to the BCL but it does not actually do anything yet: https://github.com/dotnet/csharplang/issues/287
Note that N allows renaming to e.g. `this` without using backticks, while Y requires backticks, currently making N more convenient in some cases.
> Some furious internal discussion prompted this picture which most people seemed to like better than my text description above 😅 Couple of questions: 1. How would this pre-selection work...