digitalmars.D.bugs - [Issue 8190] New: Externally defined struct error message
- d-bugmail puremagic.com (24/24) Jun 03 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8190
- d-bugmail puremagic.com (10/10) Jun 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8190
- d-bugmail puremagic.com (11/11) Jun 11 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8190
- d-bugmail puremagic.com (11/11) Jun 11 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8190
http://d.puremagic.com/issues/show_bug.cgi?id=8190 Summary: Externally defined struct error message Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: major Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc --- Comment #0 from bearophile_hugs eml.cc 2012-06-03 03:54:43 PDT --- extern(C) struct Foo; extern (C) Foo bar() { assert(0); } void main() {} DMD 2.060alpha gives no line numbers: Error: struct test.Foo unknown size Error: struct test.Foo no size yet for forward reference (Severiry is Major according to Don wishes on this kind of errors.) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 03 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8190 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-06-06 06:05:20 PDT --- https://github.com/D-Programming-Language/dmd/pull/985 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 06 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8190 --- Comment #2 from github-bugzilla puremagic.com 2012-06-11 05:49:07 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e23c00319834052639aaee473fa28cb614be4b9d fix Issue 8190 - Externally defined struct error message https://github.com/D-Programming-Language/dmd/commit/dd0d9c7cd96dd1b39dbb91bbc015308b241ca835 Merge pull request #985 from 9rnsr/fix8190 Issue 8190 - Externally defined struct error message -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 11 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8190 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Version|D2 |D1 & D2 Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 11 2012