Thread overview | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
April 06, 2009 [Issue 2805] New: Many modules not labbeled as system | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2805 Summary: Many modules not labbeled as system Product: D Version: 2.026 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: baryluk@smp.if.uj.edu.pl $ dmd -safe -w -profile -debug -unittest -g -gc -D -Dddoc -version=rop -ofexample_wrap example_wrap.d btd_t.d onp/utils/timer.d onp/utils/log.d /usr/include/d/dmd2-posix/phobos/include/std/c/linux/linux.d(389): Error: cast from int to void* not allowed in safe mode In this file. // D import file generated from 'std/c/linux/linux.d' module std.c.linux.linux; should be module(system) std.c.linux.linux; BTW. Why this file have .d extension? Should this be .di? -- |
April 06, 2009 [Issue 2805] Many modules not labbeled as system | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2805 ------- Comment #1 from jarrett.billingsley@gmail.com 2009-04-06 10:07 ------- How is labbel formed? -- |
April 07, 2009 [Issue 2805] Many modules not labbeled as system | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2805 ------- Comment #2 from baryluk@smp.if.uj.edu.pl 2009-04-07 07:00 ------- http://www.digitalmars.com/d/2.0/module.html#ModuleDeclaration -- |
October 11, 2009 [Issue 2805] Many modules not marked as system | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2805 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei@metalanguage.com AssignedTo|nobody@puremagic.com |andrei@metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 12, 2011 [Issue 2805] Many modules not marked as system | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2805 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |yebblies@gmail.com Resolution| |INVALID --- Comment #3 from yebblies <yebblies@gmail.com> 2011-06-12 15:07:22 PDT --- No longer valid as the old safety scheme has been abandoned. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 12, 2011 [Issue 2805] Many modules not marked as system | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2805 --- Comment #4 from Witold Baryluk <baryluk@smp.if.uj.edu.pl> 2011-06-12 15:15:57 PDT --- (In reply to comment #3) > No longer valid as the old safety scheme has been abandoned. Can you please give some references about it? I cannot find any information on digitalmars.com about it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 12, 2011 [Issue 2805] Many modules not marked as system | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2805 --- Comment #5 from yebblies <yebblies@gmail.com> 2011-06-12 15:22:34 PDT --- http://www.digitalmars.com/d/2.0/changelog.html I guess -safe was removed from the compiler in 2.037 The 'Function Safety' section in http://www.digitalmars.com/d/2.0/function.html describes what the new safety spec is supposed to be. -- 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