[Issue 7724] 'final:' doesn't work

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #13 from Manu turkey...@gmail.com 2012-04-22 04:02:16 PDT --- (In reply to comment #12) (In reply to comment #8) I need to reiterate the consistency issue. Other superfluous attributes appear to be silently ignored where they

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #3 from Manu turkey...@gmail.com 2012-04-21 07:06:33 PDT --- (In reply to comment #2) Where is it said in the spec that this should be possible ? As I've been lead to believe, final shouldn't be applicable to data members.

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Dejan Lekic dejan.le...@gmail.com changed: What|Removed |Added CC|

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com ---

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #6 from Manu turkey...@gmail.com 2012-04-21 09:39:11 PDT --- (In reply to comment #4) This is not a bug - you can't use final with variables. Examine following D2 code: import std.stdio; class Issue7724 {

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #7 from Dejan Lekic dejan.le...@gmail.com 2012-04-21 10:28:29 PDT --- @Manu: I see your point. However, I disagree - one should learn the language, and understand where and how final: can be used. I have no problems with the

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #8 from Manu turkey...@gmail.com 2012-04-21 11:30:09 PDT --- (In reply to comment #7) @Manu: I see your point. However, I disagree - one should learn the language, and understand where and how final: can be used. I have no

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #9 from SomeDude lovelyd...@mailmetrash.com 2012-04-21 12:21:57 PDT --- I'm not fond of the C++ syntax either. But it's a matter of taste, I guess. Either way, unless you can point it in the spec, I think this issue should be

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #10 from Manu turkey...@gmail.com 2012-04-21 12:30:41 PDT --- (In reply to comment #9) I'm not fond of the C++ syntax either. But it's a matter of taste, I guess. Either way, unless you can point it in the spec, I think this

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Bernard Helyer blood.of.l...@gmail.com changed: What|Removed |Added CC|

[Issue 7724] 'final:' doesn't work

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 --- Comment #12 from Stewart Gordon s...@iname.com 2012-04-21 16:38:03 PDT --- (In reply to comment #8) I need to reiterate the consistency issue. Other superfluous attributes appear to be silently ignored where they are not applicable.

[Issue 7724] 'final:' doesn't work

2012-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---