bdw429s
03/11/2022, 3:14 PMwil-shiftinsert
03/11/2022, 3:27 PMryan
03/11/2022, 3:40 PMbdw429s
03/11/2022, 3:41 PMryan
03/11/2022, 3:41 PMbdw429s
03/11/2022, 3:42 PMvar function = 'foo';
var abstract = 'bar';
but CF 2021 blows chunks on thosestatic
when I got Lucee workingstatic="true"
in the coderyan
03/11/2022, 3:43 PMbdw429s
03/11/2022, 3:44 PMryan
03/11/2022, 3:44 PMbdw429s
03/11/2022, 3:44 PMvariables.static.FOO = "Geez, i wish CF supported actual real static vars!";
ryan
03/11/2022, 3:45 PMAdam Cameron
UghCopy codevariables.static.FOO
bdw429s
03/11/2022, 8:50 PMryan
03/11/2022, 8:55 PMbdw429s
03/11/2022, 9:12 PMstatic=true
in MXunit that didn't come up in my search before.Dave Merrill
03/14/2022, 3:39 PMbdw429s
03/14/2022, 4:48 PMcoldbox create app
server start
• Lucee 5/Java 11: 4.1 seconds
• ColdFuson 2018 U10/Java 11: 63 Seconds
• ColdFuson 2016 U16/java 11: 64 seconds
Lucee will compile all the CFCs in the ColdBox framework and sample app and display the first page in 4 seconds! It's over a minute for Adobe.