search : parser/compiler

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
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.
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.
Comment on The parser / compiler falsely identifies methods as operators. by Doug C.
The parser / compiler falsely identifies methods as operators.
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
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
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
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
Comment on The parser / compiler falsely identifies methods as operators. by John W.
Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
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
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
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
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
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