View Issue Details

IDProjectCategoryView StatusLast Update
0002341Composrcorepublic2016-03-23 14:01
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0002341: Drop SET_NOPREEVAL symbol and directive
DescriptionWe can just use the existing "-" hint for the symbol.

E.g.

{$SET_NOPREEVAL,foo,bar}

can just be

{$SET-,foo,bar}


For the directive, we can wrap with the NO_PREPROCESSING directive, which is also already supported.


Making these changes will simplify Tempcode a bit, in terms of understanding, consistency, and code complexity.
TagsNo tags attached.
Time estimation (hours)1
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-03-23 13:37 Chris Graham New Issue
2016-03-23 14:01 Chris Graham Status non-assigned => resolved
2016-03-23 14:01 Chris Graham Resolution open => fixed
2016-03-23 14:01 Chris Graham Assigned To => Chris Graham