Vladimir Panteleev
Vladimir Panteleev
> A different idea would be that the client sends a unique key and the server keeps the data separate based on that key. There is no need for a...
The request would specify the Druntime and Phobos include path.
Yes. There is no downside to it.
> How are the links supposed to work when all we include is dlangspec.html? They should point to different parts in the same file.
I don't see the point of this change. There is nothing prescriptive about the ebook that says that it has to contain just the spec; hypothetically one day (probably not...
> it's really off-putting to newcomers to have four pages of files in the root folder Citation needed. That seems like such a subjective and unverifiable statement that you might...
Do we really need to add another HTTP request for that CSS file?
Thanks. Keeping things in separate files would be more amenable if they were concatenated during the build, but even so, I'm not sure it's worth it.
> Should I also inline the regarding JS code? Honestly, I think doing the ANSI->HTML translation ought to be done by the server. There is no value in sending raw...
I'm not going to block this PR, but I still don't like this. DMD uses a very tiny subset of ANSI, parsing which should be absolutely trivial by hand. This...