Nick Treleaven

Results 134 comments of Nick Treleaven

There's more discussion of this in https://github.com/dlang/dmd/issues/18315.

> runnable/testaa3.d(118): Error: cannot cast `[5:4]` to `int[int]` at compile time I don't know why that happens.

> Error in script "/build/geany-build/geany.nsi" on line 144 -- aborting creation process Not sure what is causing that on w64, perhaps unrelated.

> the list of languages seems way too short and I suspect many more are missing. Maybe, though SCLEX_CPP is used for various file types. Possibly other lexers are reused...

> if the list of comment styles came from the filetype file so custom styles could alter it AFAIK the styles are just compile-time constants so it's not obvious how...

Without inheriting from `C1`, dmd gives: ``` outid.d(7): Error: constructor `outid.C2.this` `in` and `out` contracts can only appear without a body when they are virtual interface functions or abstract ```...

I've split out #3450 which should be merged first. After that, I'd like to merge this.

@techee Thanks for reviewing. I've approved #3576.

@kugel- what bad thing would happen if this was merged? the strings here would still lookup the correct translations, right?