Issues
- improve AbstrCFMLScriptTransformer templateExceptionsLDEV-5496Zac Spitzer
- modern style cfcs are parsed into lines twice into pageSourceCodes during compilationLDEV-5165
- initial stackoverflow compiling source code in CFMLTransformerLDEV-5164Resolved issue: LDEV-5164Michael Offner
- parser gets slower and slower with larger source filesLDEV-4603Resolved issue: LDEV-4603Michael Offner
- java.lang.StackOverflowError with 1.5mb cfml fileLDEV-4602Resolved issue: LDEV-4602Zac Spitzer
- improve contextual json deserializing error feedback, Syntax Error, invalid ExpressionLDEV-4225Resolved issue: LDEV-4225Pothys - MitrahSoft
- Lucee attempts to process a CF tag embedded as characters within a string within a function within a componentLDEV-3402Michael Offner
- CFScript Parser confused by <cfcomponent> stringLDEV-3228Michael Offner
- parseDateTime doesn't work with offsets greater than 12 hoursLDEV-1256Resolved issue: LDEV-1256Igal Sapir
- CFScript parses outputLDEV-1152Resolved issue: LDEV-1152Michael Offner
- Lucee try to parse coldfusion tag in commented line.LDEV-285Michael Offner
11 of 11
improve AbstrCFMLScriptTransformer templateExceptions
Description
relates to
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created 3 days ago
Updated 3 days ago
Activity
Show:
Zac Spitzer3 days agoEdited
we don’t have the path as the source is eval-ed, but now the error includes the line:col
as a more helpful clue
often they have no context, especially in stacktraces
the new
addContext
is good, but it throws away the line and col number whensourceCode
isn’tPageSourceCode
solving this would help solve mysteries like this vague error
being
jsr223
and eval doesn’t help