Code Troubleshooting

From D Wiki
Revision as of 17:10, 25 November 2012 by Shd (talk | contribs) (Created page with "Trouble with compilation problems might be a little bit elevated in D because: * it has big metaprogramming capabilities, so mapping template chain onto compiled code might ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Trouble with compilation problems might be a little bit elevated in D because:

  • it has big metaprogramming capabilities, so mapping template chain onto compiled code might cause some trouble
  • language is not as popular as i.e. C++, so compilers aren't that well tested and may contain more bugs


D community already addressed this problem by working really hard on compilers, and producing tools that can help you with finding the root of compilation problem.

Troubleshooting compilation problems

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
DustMite, is a D source code minimization tool. It's helpful in finding toolchain problems. Public Domain Windows/POSIX