Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001352 [Torsion] general feature always 09-28-09 16:17 09-28-09 16:17
Reporter guest View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0001352: Preprocessor
Description We, that are more advanced programmers really miss a precompiler.

Example:
Lets say that the name of the "Configuration Setting" is available as a #define.

#if DEBUG
  echo("Code OK down here at line " __LINE__ );
#endif

I know that the # is not supported in Torque, so it could be written in a comment instead, like this.

// #if DEBUG
  echo("Code OK down here at line " __LINE__ );
// #endif

I also know it will be hard to implement because you really need to "create" a new script for Torque to run. Hard but not impossible ;)
Additional Information
Attached Files

- Relationships

- Upload File
Select File
(Max size: 5,000k)

- Add Note
Note

There are no notes attached to this issue.
Add Note ]

- Issue History
Date Modified Username Field Change
09-28-09 16:17 guest New Issue


Mantis 1.0.1[^]
Copyright © 2000 - 2006 Mantis Group
24 total queries executed.
22 unique queries executed.
Powered by Mantis Bugtracker