View Issue Details

IDProjectCategoryView StatusLast Update
2341Composrcorepublic2016-03-23 14:01
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary2341: 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.
Attach Tags
Time estimation (hours)1
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

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 Not Assigned => Resolved
2016-03-23 14:01 Chris Graham Resolution open => fixed
2016-03-23 14:01 Chris Graham Assigned To => Chris Graham