Thread overview | ||||||
---|---|---|---|---|---|---|
|
April 29, 2013 [Issue 10003] New: void* UFCS regression | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10003 Summary: void* UFCS regression Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: thecybershadow@gmail.com --- Comment #0 from Vladimir Panteleev <thecybershadow@gmail.com> 2013-04-29 03:10:53 EEST --- void* p; void foo(void *p) {} void main() { p.foo(); } Compiles on 2.062, but on git complains: test.d(3): Error: expression *p is void and has no value test.d(3): Error: expression *p is void and has no value -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 29, 2013 [Issue 10003] void* UFCS regression | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | http://d.puremagic.com/issues/show_bug.cgi?id=10003 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, rejects-valid --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-04-28 18:44:18 PDT --- https://github.com/D-Programming-Language/dmd/pull/1946 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 07, 2013 [Issue 10003] void* UFCS regression | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | http://d.puremagic.com/issues/show_bug.cgi?id=10003 --- Comment #2 from github-bugzilla@puremagic.com 2013-05-07 11:39:46 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/3704b6a333e7476f98e010b1c1930492bde987b6 fix Issue 10003 - void* UFCS regression https://github.com/D-Programming-Language/dmd/commit/541ec62ff262b93c702da02d77f26d87b17cfda1 Merge pull request #1946 from 9rnsr/fix10003 [REG2.063a] Issue 10003 - void* UFCS regression -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 07, 2013 [Issue 10003] void* UFCS regression | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | http://d.puremagic.com/issues/show_bug.cgi?id=10003 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation