File.lockingBinaryWriter is not output range?

Vladimir Panteleev thecybershadow.lists at gmail.com
Tue Mar 19 13:29:18 UTC 2019


On Tuesday, 19 March 2019 at 13:25:27 UTC, Denis Feklushkin wrote:
> On Tuesday, 19 March 2019 at 13:20:37 UTC, Vladimir Panteleev 
> wrote:
>> On Tuesday, 19 March 2019 at 13:14:52 UTC, Denis Feklushkin 
>> wrote:
>>> /+ dub.sdl:
>>> name "hello_world"
>>> +/
>>
>> This doesn't seem necessary :)
>
> I add it ~everywhere for faster reproducing of cases.

Not sure what you mean by this, because 1) it's not even doing 
anything if there are no dependencies on Dub packages, and 2) 
test cases should be self-contained and not have external 
dependencies anyway. If the test case can only be reproduced with 
some compiler switches, a shebang using rdmd (with --shebang for 
multiple switches) can be used to illustrate it.



More information about the Digitalmars-d-learn mailing list