Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
April 29, 2016 [Issue 15968] deep-version of equals | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15968 greensunny12@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greensunny12@gmail.com -- |
May 06, 2016 [Issue 15968] deep-version of equals | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15968 Per Nordlöw <per.nordlow@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per.nordlow@gmail.com --- Comment #1 from Per Nordlöw <per.nordlow@gmail.com> --- Typo: Should be [[2,2],[1,2]].equals([[2,2],[1,2]]) So this means comparing ranges of ranges, right? -- |
May 06, 2016 [Issue 15968] deep-version of equals | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15968 --- Comment #2 from Per Nordlöw <per.nordlow@gmail.com> --- Note that [[2,2],[1,2]].equals([[2,2],[1,2]]) currently works because arrays can be compared with ==. Example needs to replaced with range of range (RoR) example. -- |
May 06, 2016 [Issue 15968] deep-version of equals | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15968 --- Comment #3 from Per Nordlöw <per.nordlow@gmail.com> --- Correction: [[2,2],[1,2]].equal([[2,2],[1,2]]) currently works (without the s). -- |
December 17, 2022 [Issue 15968] deep-version of equals | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15968 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 15968] deep-version of equals | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15968 --- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10173 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation