Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
May 29, 2018 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky <dmitry.olsh@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry.olsh@gmail.com -- |
May 29, 2018 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky <dmitry.olsh@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bootcamp -- |
December 17, 2022 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P4 -- |
November 21, 2023 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@geany.org --- Comment #1 from Nick Treleaven <nick@geany.org> --- It could parse `*==` as `*` and `==`. How can it tell that `*=` should be `*` and `=`? -- |
November 21, 2023 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 --- Comment #2 from Nick Treleaven <nick@geany.org> --- > It could parse `*==` as `*` and `==`. Here I meant the tokenizer. > How can it tell that `*=` should be `*` and `=`? You mean a workaround in the parser to deconstruct the `*=` token? -- |
December 13 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 --- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18366 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation