digitalmars.D - Forum for language feature requests?
- "Tommi" <tommitissari hotmail.com> Jul 02 2012
- "Tobias Pankrath" <panke tzi.de> Jul 02 2012
- Timon Gehr <timon.gehr gmx.ch> Jul 02 2012
- "Tommi" <tommitissari hotmail.com> Jul 12 2012
I've made a couple of language feature requests: This & Super: http://forum.dlang.org/thread/csjqswdlermlnbjbxmct forum.dlang.org Improving pseudo function call syntax: http://forum.dlang.org/thread/uufohvapbyceuaylostl forum.dlang.org But... is this the correct forum for language feature requests? I can't help but think there should be a more dedicated place for those. Or is it already too late in the game to be even making language changing feature requests?
Jul 02 2012
On Monday, 2 July 2012 at 10:49:07 UTC, Tommi wrote:I've made a couple of language feature requests: This & Super: http://forum.dlang.org/thread/csjqswdlermlnbjbxmct forum.dlang.org Improving pseudo function call syntax: http://forum.dlang.org/thread/uufohvapbyceuaylostl forum.dlang.org But... is this the correct forum for language feature requests? I can't help but think there should be a more dedicated place for those. Or is it already too late in the game to be even making language changing feature requests?
You can write a DIP (D Improvement Proposal). Imo those should get mandatory for language changes and deserve more love, i.e. they should not rot but be either accepted or denied. (After vote or veto from Walter)
Jul 02 2012
On 07/02/2012 12:49 PM, Tommi wrote:I've made a couple of language feature requests: This & Super: http://forum.dlang.org/thread/csjqswdlermlnbjbxmct forum.dlang.org
We already have this. typeof(this) and typeof(super).Improving pseudo function call syntax: http://forum.dlang.org/thread/uufohvapbyceuaylostl forum.dlang.org
This is not a feature request. It is a feature sketch at best.But... is this the correct forum for language feature requests? I can't help but think there should be a more dedicated place for those. Or is it already too late in the game to be even making language changing feature requests?
You could post them as enhancement requests into the bug tracker.
Jul 02 2012
On Monday, 2 July 2012 at 11:44:27 UTC, Timon Gehr wrote:Improving pseudo function call syntax: http://forum.dlang.org/thread/uufohvapbyceuaylostl forum.dlang.org
This is not a feature request. It is a feature sketch at best.
Sketchy or not, I posted that one as an enhancement request there: http://d.puremagic.com/issues/show_bug.cgi?id=8381
Jul 12 2012









"Tobias Pankrath" <panke tzi.de> 