KamasamaK
KamasamaK
> existing code may rely on the in-place mutation of the query. Any major release can contain breaking changes. This is not the first time ColdFusion has done this, and...
I didn't look at addressing "New flags and features in Application.cfc" or see what's already been done. The rest seems to be done.
`add` is just supposed to append the literal value -- no additional grouping or sanitizing. It should actually be private, but that would be a breaking change. What you want...
It's not that unusual. Other linters, such as ESLint, also use the `rc` ending. What issue are you finding with it?
There's no need for you to keep closing your PRs. Just add a new commit for your changes. This is the 7th PR you've made to add this function.
Sorry I didn't respond yet. I was waiting to hear back from Adobe but after a week still nothing -- unsurprising. It turns out that their History section is wrong...
These errors actually started with version `3.2.9`.
Related to #683
This was an unfortunate choice for LSP. I opened microsoft/language-server-protocol#1471 but I'm not sure when it will be addressed.
I haven't looked into it enough to know what the special cases were that might have been an obstacle. Having recently updated those files, I can say that the main...