[Issue 5728] "rol" in core.bitop

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5728 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6376] core.thread.thread_scanAll doesn't scan the stack due to ASLR on Mac OS X 10.7

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6376 Brad Roberts changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6398] Regression(2.054 beta): Property getter/setter confusion

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6398 Brad Roberts changed: What|Removed |Added CC||lud...@informatik.uni-luebe

[Issue 6398] Regression(2.054 beta): Property getter/setter confusion

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6398 Brad Roberts changed: What|Removed |Added Keywords||patch CC|

[Issue 6259] Regression(2.054 beta): Property getters returning ref const() cause setters to be hidden

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6259 Brad Roberts changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5790] "Error: variable result used before set" when -release -inline -O

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com AssignedTo|

[Issue 4251] Hole in the const system: immutable values can be overwritten (const(T) is appendable to const(T)[])

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 --- Comment #15 from yebblies 2011-08-04 13:31:41 EST --- (In reply to comment #14) > I've removed the patch keyword from this bug since the pull request was > withdrawn. I don't suppose you've had a chance to fix the issues with the > first v

[Issue 5596] Regression(2.052): Different template alias parameters to the same literal result in different template instances

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5596 Brad Roberts changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4251] Hole in the const system: immutable values can be overwritten (const(T) is appendable to const(T)[])

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 Brad Roberts changed: What|Removed |Added Keywords|patch | CC|

[Issue 5728] "rol" in core.bitop

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5728 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment

[Issue 4375] Require explicit braces when 'else' is ambiguous

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4375 --- Comment #17 from bearophile_h...@eml.cc 2011-08-03 18:59:30 PDT --- I've being hit by a "dangling else" bug in D, traslating this Python code: def foo(sol): global best if is_solution(sol[-1]): if best or len(sol) < len(bes

[Issue 6418] [CTFE] Cannot call a struct member function with name 'length'.

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6418 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4021] [CTFE] AA rehash

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4021 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3512] dchar iteration over string in CTFE fails

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3512 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5239] optimizer misreports an used before set error

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5239 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6435] New: Regression (2.054) Cannot append to a string member of a struct in CTFE

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6435 Summary: Regression (2.054) Cannot append to a string member of a struct in CTFE Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Seve

[Issue 5790] "Error: variable result used before set" when -release -inline -O

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 6233] Compiler lists wrong module in an expression error

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6233 Andrej Mitrovic changed: What|Removed |Added Severity|normal |major --- Comment #1 from Andrej Mit

[Issue 6427] Templated ctor cannot set immutable member variables

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6427 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6355] Template constructor cannot initialize non-mutable field

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6355 yebblies changed: What|Removed |Added CC||simend...@gmail.com --- Comment #3 from yeb

[Issue 6434] New: opDispatch must be considered before alias this.

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6434 Summary: opDispatch must be considered before alias this. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Com

[Issue 5364] optimizer kills high dword of -1

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5364 --- Comment #3 from Ellery Newcomer 2011-08-03 05:52:39 PDT --- I am still seeing this behavior on DMD32 2.054, Fedora 14 64 bit. I don't have internet access at home, so I can't test against DMD from git master. -- Configure issuemail: http

[Issue 6433] New: Meta-Bug AA type propagation

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6433 Summary: Meta-Bug AA type propagation Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 5660] yield syntax sugar

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5660 --- Comment #3 from bearophile_h...@eml.cc 2011-08-03 05:08:13 PDT --- Just as an example, this is Python2.6 code: def process((i, j), a, b): if i == 0: yield (a, j) if j == 0: yield (i, b) if i == a: yield (0, j) if j == b: yield (i,

[Issue 5660] yield syntax sugar

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5660 --- Comment #2 from bearophile_h...@eml.cc 2011-08-03 04:48:48 PDT --- More programming in D shows me that syntax sugar like this one will be very useful to me: yield(int) foo() { yield(1); } So, is it possible to automatically convert su

[Issue 6365] AutoTupleDeclaration

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6365 --- Comment #28 from bearophile_h...@eml.cc 2011-08-03 04:35:25 PDT --- See also the discussion here: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=141640 -- Configure issuemail: http://d.puremagic.com/is

[Issue 6432] New: Compilation doesn't terminate on a recursive mixin error

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6432 Summary: Compilation doesn't terminate on a recursive mixin error Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal

[Issue 5239] optimizer misreports an used before set error

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5239 --- Comment #1 from Brad Roberts 2011-08-03 00:06:43 PDT --- Part of the test case for bug 6293 triggers this bug when built with -O. See runnable/xtet46.d, test6293(). The buggy part is hidden behind version(none). class C6293 { C6293