Thread overview | |||||
---|---|---|---|---|---|
|
September 11, 2018 [Issue 18939] Wrong order slice lengths in array length mismatch error message | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18939 Heromyth <bitworld@qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bitworld@qq.com --- Comment #1 from Heromyth <bitworld@qq.com> --- Here is another test: __gshared string[] zeros; shared static this() { zeros[] = new string[64]; // There is no callstatck info. // It just give these error: // object.Error@(0): Array lengths don't match for copy: 64 != 0 // If I have a big source file, it really hard to locate the error. } void main() { // zeros[] = new string[64]; // Can get the callstatck info } -- |
December 17, 2022 [Issue 18939] Wrong order slice lengths in array length mismatch error message | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18939 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 13 [Issue 18939] Wrong order slice lengths in array length mismatch error message | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18939 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19443 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation