July 24 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
...to introduce ``this`` and ``return`` as function parameters. However they would not be mandatory. I... | |||
July 23 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
...immutable;
}
}
```
It simplify code and make forwarding parameters unnecessary.
Yes but `typeof(this)` in this... | |||
July 23 Issues » [Issue 24673] New: [DIP1000] Usage of `scope` parameters should require an explicit `@safe`-ty annotation | |||
|---|---|---|---|
| |||
...ID: 24673
Summary: [DIP1000] Usage of `scope` parameters should require
an explicit `@safe`-ty annotation... | |||
July 23 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
Reminds me of C++23’s explicit object parameters. In C++, using D lingo, `this` was... | |||
July 23 Issues » [Issue 24671] New: Improve error message on override mismatch | |||
|---|---|---|---|
| |||
...base class that has exactly as many parameters as the would-be overload, only do... | |||
July 22 DIP Ideas » Re: Final type qualifier | |||
|---|---|---|---|
| |||
...that function is `pure` and has no parameters through which parts of the returned list... | |||
July 19 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...pull requests where you refactor globals into parameters, those improve the `@safe` situation for real... | |||
July 18 DIP Ideas » Properties | |||
|---|---|---|---|
| |||
...with one exception. C# does not allow parameters for properties, which I would allow. Example... | |||
July 16 DIP Ideas » Foreach application function | |||
|---|---|---|---|
| |||
...function. This is undesirable. However, regular function parameters can be passed to the aggregate function... | |||
July 15 Issues » [Issue 17170] ddoc shows parameters that are not used in function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17170 Nick Treleaven <nick@geany.org> changed... | |||
Copyright © 1999-2021 by the D Language Foundation