Nicholas Wilson

Results 280 comments of Nicholas Wilson
trafficstars

@MoonlightSentinel seems like all tests with a `// LINK:` directive seem to be still looking for `phobos32mscoff.lib`, I'm not sure where in `tools/d_do_test.d` this is coming from. Any ideas?

> which causes the makefiles to name Druntime / Phobos as druntime32.lib / phobos32.lib which is the intended outcome. An example failing command ``` \path\to\dmd.exe -conf= -m32 -Ifail_compilation -verrors=0 -Icompilable...

Indeed it does. Thanks. FYI when pasting diffs after the three \` put `diff` to get the syntax highlights (i've done that for you here).

Lightbulb: function (as opposed to function pointers) are immutable.

Are we never going to need more than 10 of them?

@nmeum this PR needs to be retargeted to dlang/dmd as this repo is effectively archive only (it was merged into `dlang/dmd` to reduce hassle of multiple git modules). It can...

Oh I just realised this PR is targeted to the dmd-cxx branch. I'm not sure how that factors into the merging of the druntime repo in to the compiler repo.

``` Searching for trailing whitespace ./spec/function.dd:411:$(P A pure function that passes all tests for strongly pure functions except (4) is called a ```

Right, and for C it doesn't matter anyway because there is no mangling.