[Issue 12212] Static array assignment makes slice implicitly
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Apr 18 19:32:00 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12212
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/5bf0788710de257e0186d94ede25512d1951c697
fix Issue 12212 - Static array assignment makes slice implicitly
Do not make implicit slicing in front-end, then support proper codegen for
`(sarray = sarray)` assignment and construction in glue-layer.
https://github.com/D-Programming-Language/dmd/commit/dd0cf86b43877b18c0e93830b193a48ad66ff17a
Merge pull request #3467 from 9rnsr/fix12212
Issue 12212 - Static array assignment makes slice implicitly
--
More information about the Digitalmars-d-bugs
mailing list