displaying top 100 results
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by John W.
Comment on The parser / compiler falsely identifies methods as operators. by John W.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by John W.
Comment on The parser / compiler falsely identifies methods as operators. by John W.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by John W.
Comment on The parser / compiler falsely identifies methods as operators. by John W.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by John W.
Comment on The parser / compiler falsely identifies methods as operators. by John W.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by Doug C.
Comment on The parser / compiler falsely identifies methods as operators. by Doug C.
The parser / compiler falsely identifies methods as operators.
Tracker Issue CFML Compiler Memory Bug
6765207 CF-4206983 Core Runtime : Parser/Compiler CFML Compiler Memory Bug Problem Description: When a file is structured in just the right way the compiler will parse different parts of the file incorrectly.
Steps to Reproduce: See included files
Actual Result: Coldfusion error
Message
Tracker Issue Context validation error for cfcase
3707850 CF-4200150 Core Runtime : Parser/Compiler Edward Keighley Context validation error for cfcase Problem Description:
An implicit array inside a tag appears to cause a compiler exception in an unrelated tag, but only if there are enough other variable references within the same script
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
4768365 CF-4203301 Core Runtime : Parser/Compiler Struct and Array Literals in parenthesis cannot be returned. Problem: Any expression(s) should be able to be wrapped in parenthesis (to either aid in order of operands or not) however simply trying to compile "return ([]);" or "return ({});" throws
Tracker Issue Struct Member Function is invalid construct
5485904 CF-4204099 Core Runtime : Parser/Compiler Struct Member Function is invalid construct Problem Description:
I som situations I want to find out how some code was called. I use function callStackGet and loop through the result.
ColdFusion throws an exception.
Steps to Reproduce:
{code
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by John W.
Comment on The parser / compiler falsely identifies methods as operators. by John W.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
Tracker Issue Trusted cache does not eliminate all file io checking
2608169 CF-4173282 Core Runtime : Parser/Compiler Henry Ho Trusted cache does not eliminate all file io checking Problem Description:
With trusted cache enabled, one would expect it to not stress the disk io as much but CPU snapshot in VisualVM tells us that if cfinterface is used, or if a cfc
ignored. Now that it's not being ignored, the code actually has to be legit ;-). Fair enough, In that case.
Whilst I've got you: it sounds like it's a syntax error from the CF parser / compiler though. Shouldn't [whatever the value is] be passed to the driver, and simply let a runtime JDBC or DB error
Tracker Issue Error message when compile
6085541 CF-4205012 Core Runtime : Parser/Compiler Error message when compile Problem Description: Receive error message - ..\wwwroot\WEB-INF\web.xml (The system cannot find the path specified)
Steps to Reproduce: Use compiler
Actual Result:
- ..\wwwroot\WEB-INF\web.xml (The system cannot find
Tracker Issue Compiler sometimes fails to compile the java classes for function expressions (or closures)
2929349 CF-4198407 Core Runtime : Parser/Compiler e-domizil License Team Compiler sometimes fails to compile the java classes for function expressions (or closures) Problem Description: When large numbers of classes are compiled at once, the compiler sometimes fails to compile the java classes
Tracker Issue CF 2016 Update 12 on Windows Server returns nesting errors in cases where CF 2016 Update 11 and lower does not
6262707 CF-4205257 Core Runtime : Parser/Compiler CF 2016 Update 12 on Windows Server returns nesting errors in cases where CF 2016 Update 11 and lower does not Problem Description:
We have found out that CF 2016 Update 12 on Windows Server returns nesting errors in cases where CF 2016 Update 11
5364792 CF-4204027 Core Runtime : Parser/Compiler Error when returning the result of QueryExecute from a function in CFC. Problem:
Error when returning the result of QueryExecute from a function in CFC.
Method:
see attached test case.
Result:
Issue on CF2016:
Exception #1:
"Error
5352090 CF-4204019 Core Runtime : Parser/Compiler Unable to assign result of a QueryExecute to a bracket style variable reference Problem Description: Assigning the result of a QueryExecute directly to a bracket style variable reference results in an exception in the compiler.
Steps to Reproduce
Tracker Issue java.lang.VerifyError for code construct within CFC/try-catch (<cfreturn anyFunction({})>)
6210274 CF-4205210 Core Runtime : Parser/Compiler java.lang.VerifyError for code construct within CFC/try-catch () Problem Description: When the java-compiled CFC class is loaded it throws a java.lang.VerifyError. It seems like the java bytecode compiled by the ColdFusion's compiler is invalid