June 16, 2020 Learn » unit test that show more than one failure | |||
|---|---|---|---|
| |||
...this:
```
@("dummy");
unittset {
0.shouldEqual(0);
1.shouldEqual(2);
2.shouldEqual(3);
}
```
Test: dummy
test... | |||
June 13, 2020 General » Re: What does 'inline' mean? | |||
|---|---|---|---|
| |||
...traits(getOverloads, __traits(parent, bar), "bar")); // ()
// etc...
Dummy templates are not a cool workaround. Sometimes... | |||
June 11, 2020 General » Re: What does 'inline' mean? | |||
|---|---|---|---|
| |||
...suggested by Stefan ('just make it a dummy template') doesn't work in general - it... | |||
June 10, 2020 Learn » Re: Interfacing with C++ std::shared_ptr and std::unique_ptr | |||
|---|---|---|---|
| |||
...port whole template to D, or make dummy wrapper in C++ that forces the compiler... | |||
May 29, 2020 Learn » How to pre build vibe-d dub package | |||
|---|---|---|---|
| |||
...is for the moment to create a dummy dub application and compile it: ``` dockerfile # Prebuild... | |||
May 12, 2020 General » Re: First life-signs of type functions | |||
|---|---|---|---|
| |||
...used for ctfe could put in a dummy parameter, or they could take the string... | |||
May 12, 2020 General » Re: First life-signs of type functions | |||
|---|---|---|---|
| |||
...and the ability to assign to alias. Having a dummy alias parameter just means ctfeOnly. | |||
May 12, 2020 General » Re: First life-signs of type functions | |||
|---|---|---|---|
| |||
...foo(string[] symbolnames, alias dummy = __dummy)
{
// do something with symbolnames, ignore dummy
}
to force a... | |||
April 29, 2020 General » Re: Who is managing/updating the wiki? | |||
|---|---|---|---|
| |||
...my email address (I initially gave a dummy one) to be able to edit a... | |||
April 07, 2020 General » synchronized class bugs? | |||
|---|---|---|---|
| |||
...synchronized class. My example is the following dummy class:
synchronized class Shared {
public:
void increment... | |||
Copyright © 1999-2021 by the D Language Foundation