JakobOvrum

Results 77 comments of JakobOvrum

None of it, as far as I can tell.

> We're trying to get DMD as stable as possible, which should reduce the need to lock the compiler version in the long term. Good point, although there is still...

The `modules.ddoc` file has to exist in some capacity, it's original purpose is to populate the module list in the sidebar. The format of this file is traditional; it was...

btw, I'm completely open to this as long as it fits nicely. Currently, the generate tool uses the first argument as the location of the root of the project, i.e.,...

@jkm, yes, you can use the `-op` command line option to leave the path as-is. I think the generator tool avoids this problem by calling DMD once for every file...

@jkm, command line arguments that aren't processed by the generator tool are passed onto the compiler. You can just pass `-Isomepath` as with the compiler.

I don't really recommend using class conversions yet. It's not done: it will error with a huge amount of classes, lacking a lot of features and having some bugs. See...

I would have wanted you to post this in the issue "Expand on class conversion support". This feature is not of very high priority right now, there are a lot...

I think a model tailored for deriving from D classes would be best, and keep functionality aimed at that and little else. If the user wants a broader object model,...