-
I've noticed this happening intermittently, but now it's consistent. When I dump the Arguments scope of my onOpen callback, I'm getting a null sessionScope.
![image](https://user-images.githubuserc…
-
On and off K8 application facing the error as below. The temporary directory is set during application initialise which poses the risk when temporary directory is changed by Lucee. The changes I made …
-
Does this work with Adobe ColdFusion? If so, which version?
I attempted to use v3.0.7 with Adobe ColdFusion 2016 and there are errors due to incompatible syntax. (I now that CF2016 is deprecated.…
-
When submitting pull requests, which CFML engines/versions should we consider?
-
A terribly handy feature of the Ortus Redis connector is the ability to specify a cache prefix on a per-cache basis. The use case here is if we have several instances of an application and we want som…
-
Hi, I'm getting the following in the last two releases of `luceedebug`
[luceedebug] exception during attempted classfile rewrite
org/apache/felix/framework/Felix
java.lang.ClassCircularityError: …
-
Is it possible to update the parser to allow the word "case" to be used as variable names and inside for loops. Take the example code below, it will cause a NPE.
```
for(var case in cases) {
…
-
I am mainly concerned about the usage of `getFunctionCalledName()` and `throw()` methods from CF9. There may be other syntax issues that we missed during clean up.
@webonix can you help me with testi…
-
I'm thinking every page in the book that is nested under another page and/or a section should have breadcrumbs in the header of that page. We probably need to deal with the possibility of a very deep …
-
When parsing a changelog in this format:
```md
## [Unreleased]
## [5.4.29.25] - 2023-05-23
## Changed
- Switched to Maven for a faster, more stable build process
- Improved entity event …