zackster
07/14/2022, 7:11 PMAdam Cameron
Adam Cameron
dswitzer
07/14/2022, 7:14 PMAdam Cameron
dswitzer
07/14/2022, 7:17 PMAdam Cameron
Adam Cameron
zackster
07/14/2022, 7:46 PMzackster
07/14/2022, 7:49 PMzackster
07/14/2022, 7:51 PMAdam Cameron
Igal would like to make localmode=true defaultDo you mean the application setting, or the attribute on a function (and a component?) If the latter... I can't see why not? One would have to tread cautiously if one is writing cross-platform code (basically: don't use it). Other than that, it's intrinsically opt-in, and it's localised to the code leveraging it, so doesn't cause any "surprises".
dswitzer
07/14/2022, 8:00 PMwhat is the problem with an opt in gzip setting?I know there was a thread somewhere about this issue, but it's more likely to cause issues than not. It's really something the web server should be doing for you. Since it's not really a feature that's needed, it makes sense to remove it. Less code = less bugs, less issues, less code to support. Sometimes it's easy to go "oh that's easy to add, let's just add it so we have more features/options", but I'd rather Lucee concentrate on the hard stuff and leave stuff like this out that's better handled elsewhere. Unless I'm missing some use case where having this enabled is critical functionality.
zackster
07/14/2022, 8:07 PMzackster
07/14/2022, 8:08 PMzackster
07/14/2022, 8:09 PMzackster
07/14/2022, 8:10 PMthis.scopeCascading = "strict";
this.searchResults = false;
are all great defaults
something like an opt in compat level via single setting, which is hard cross platform, never will we use modern againAdam Cameron
it's about OOTB being modern cfml (localmode)Absolutely not then. For the reasons you cite. Indeed the application-setting implementation would be a good one to remove for being "too clever". It just can't work with modern applications that use third-party libs. It woulda been fine back in 2003. It's too late now.
zackster
07/14/2022, 8:11 PMAdam Cameron
Adam Cameron
zackster
07/14/2022, 8:12 PMAdam Cameron
danmurphy
07/14/2022, 8:44 PMdswitzer
07/14/2022, 8:50 PMjohnfarrar
07/14/2022, 9:46 PMjohnfarrar
07/14/2022, 9:48 PMfoundeo
foundeo
Adam Cameron
Adam Cameron
zackster
07/15/2022, 1:15 PMdswitzer
07/15/2022, 1:24 PMzackster
07/15/2022, 1:26 PMdswitzer
07/15/2022, 1:26 PMzackster
07/15/2022, 1:26 PMjohnfarrar
07/15/2022, 1:26 PMdswitzer
07/15/2022, 1:27 PMdswitzer
07/15/2022, 1:27 PMdswitzer
07/15/2022, 1:29 PMzackster
07/15/2022, 1:29 PMEvil Ware
07/15/2022, 5:18 PM