[Issue 4866] Static-to-dynamic converted manifest constant array gets non-converted type in static/constraint if

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4866

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8c1f68d6e3dca39de6bcef36d5e6bdf7d44ce70c
Remove now-unneeded workaround for bug# 4866.

--


[Issue 4866] Static-to-dynamic converted manifest constant array gets non-converted type in static/constraint if

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4866



--- Comment #1 from Shin Fujishiro rsi...@gmail.com 2010-09-22 10:11:55 PDT 
---
Created an attachment (id=763)
Patch against dmd r680, fixes VarDeclaration::semantic()

The problem was that VarDeclaration::semantic() doesn't take it into account
when the variable is a manifest constant or the initializer is non-scalar.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---