D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 12976 - ModuleInfo should be immutable on Solaris
Summary: ModuleInfo should be immutable on Solaris
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: x86 Solaris
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks: 8859
  Show dependency treegraph
 
Reported: 2014-06-24 00:28 UTC by Jason King
Modified: 2014-07-06 14:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jason King 2014-06-24 00:28:39 UTC
Changes to src/rt/sections.d requires ModuleInfo to be immutable.  This was done for other platforms, but not Solaris (which prevents it from being built).