PR# 13570 string constants can not be evaluated

Problem Report Summary
Submitter: jfiat_es
Category: Debugger
Priority: Medium
Date: 2007/11/09
Class: Bug
Severity: Serious
Number: 13570
Release: 6.0.6.9367, 6.1 (HEAD)
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7; .NET CLR 2.0.50727) Gecko/20070914 Firefox/2.0.0.7
Synopsis: string constants can not be evaluated

Description
STRING constants are implemented as once function
at compile time the corresponding FEATURE_I.is_constant is True, FEATURE_I.is_once is True, but FEATURE_I.is_function is False.
To Reproduce

										
Problem Report Interactions
From:jfiat_es    Date:2007/11/09    Status: Closed    Download   
Fixed by revision rev#71109