displaying top 100 results
Tracker Issue Member functions are not first class
Member functions are not first class
Portal Topic Functions are first class citizens
Functions are first class citizens
Tracker Comment Comment on Member functions are not first class by External U.
Comment on Member functions are not first class by External U.
Comment on Member functions are not first class by Vamseekrishna N.
Tracker Comment Comment on Member functions are not first class by External U.
Comment on Member functions are not first class by External U.
Tracker Comment Comment on Member functions are not first class by External U.
Comment on Member functions are not first class by External U.
Tracker Comment Comment on Built-in functions as "first class" glitch in function return values by External U.
Comment on Built-in functions as "first class" glitch in function return values by External U.
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by Rupesh K.
Comment on Built-in functions as "first class" glitch in function expressions by Rupesh K.
Comment on Functions are first class citizens by aliaspooryorik
Portal Comment Comment on Functions are first class citizens by Gary Fenton
Comment on Functions are first class citizens by Gary Fenton
Tracker Issue Promote built-in functions to be first-class
Promote built-in functions to be first-class
Tracker Comment Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Awdhesh K.
Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Awdhesh K.
Tracker Comment Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Suchika S.
Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Suchika S.
Tracker Comment Comment on Built-in functions as "first class" glitch in function return values by External U.
Comment on Built-in functions as "first class" glitch in function return values by External U.
Tracker Comment Comment on Built-in functions as "first class" glitch in function return values by External U.
Comment on Built-in functions as "first class" glitch in function return values by External U.
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by External U.
Comment on Built-in functions as "first class" glitch in function expressions by External U.
Tracker Comment Comment on Built-in functions as "first class" glitch in function return values by External U.
Comment on Built-in functions as "first class" glitch in function return values by External U.
Portal Topic More Modern CFML features
daniel fredericks More Modern CFML features More Modern features in ColdFuison, what are these features? Here are some and examples for each: CFScript QueryExecute Member Functions Elvis Operator Colusures Map Reduce Filter Each First Class Functions Safe Navigator CFScript: Seems like first
Comment on Promote built-in functions to be first-class by Rupesh K.
Comment on Promote built-in functions to be first-class by Awdhesh K.
Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Rupesh K.
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by Rupesh K.
Comment on Built-in functions as "first class" glitch in function expressions by Rupesh K.
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by Awdhesh K.
Comment on Built-in functions as "first class" glitch in function expressions by Awdhesh K.
Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Aaron N.
Comment on Promote built-in functions to be first-class by Awdhesh K.
Built-in functions as "first class" glitch in function expressions
Tracker Comment Comment on Built-in functions as "first class" glitch in function return values by Aaron N.
Comment on Built-in functions as "first class" glitch in function return values by Aaron N.
Tracker Comment Comment on [ANeff] Bug for: CF10 vs CF11 wrt now; and <cfset now> (for example) by S P.
2609136 CF-3923814 S P. Hi Aaron,
This is an expected behaviour with ColdFusion 11, where except these functions : "ParameterExists,Trace,PreserveSingleQuotes,Location,IsNull,WriteDump,ValueList,Throw,QuotedValueList,WriteLog" , the other built-in functions are now being treated as ‘first-class
Serious bug in #ColdFusion 11 BIFs-as-first-class-functions
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by External U.
Comment on Built-in functions as "first class" glitch in function expressions by External U.
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by External U.
Comment on Built-in functions as "first class" glitch in function expressions by External U.
Built-in functions as "first class" glitch in function return values
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by Rupesh K.
Comment on Built-in functions as "first class" glitch in function expressions by Rupesh K.
call to get the pageVar then it injects nested resolve function calls for key1 and key2. So, these functions due to internal compiler optimizations and transformations can't be made first class.
Hence , closing the bug.
Tracker Comment Comment on Built-in functions as "first class" glitch in function expressions by External U.
Comment on Built-in functions as "first class" glitch in function expressions by External U.
Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by Rupesh K.
Tracker Comment Comment on sort member functions should accept compare and compareNoCase functions as comparator callbacks by Aaron N.
3048633 CF-4198573 Aaron N. Hi all,
And -any- BIF, not just -certain- BIFs, right?
Adobe closed https://tracker.adobe.com/#/view/CF-4202219 w/ "these functions due to internal compiler optimizations and transformations can't be made first class".
Thanks!,
-Aaron
Tracker Comment Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by External U.
Comment on Serious bug in #ColdFusion 11 BIFs-as-first-class-functions by External U.
to (automatically behind the scenes). Therefore, any BIFs that can operate on a simple value (stringy) should work as a member function. CFML doesn't even provide a first-class method to test a simple value to see what actual java class is being used behind the scenes (and it shouldn't-- that
Tracker Comment Comment on String member functions don't cast by Bradley W.
be cast to (automatically behind the scenes). Therefore, any BIFs that can operate on a simple value (stringy) should work as a member function. CFML doesn't even provide a first-class method to test a simple value to see what actual java class is being used behind the scenes (and it shouldn't-- that
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
:
//concrete classcomponent implements="IPerson" {property string firstName;public Person function init(){return this;}}//interfaceinterface {public string function getFirstName();public void function setFirstName(string firstName);}
Result:
CFC Person does not implement the interface IPerson
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
Tracker Issue [ANeff] Bug for: if bif(simpleValue) works then simpleValue.memberFunction() member functions must also work
-the-scenes is an implementation detail, and it wouldn't even make sense for CF to provide a first-class method to test a simple variable to see what actual java class is being used.
Therefore, it is incorrect to expect developers to know what java classes have been used behind the scenes and to limit functionality based on that
Tracker Issue Ability to class load via createobject(java, class, jars/class array) and new function to class load
Ability to class load via createobject(java, class, jars/class array) and new function to class load
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Issue cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
Tracker Comment Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
Tracker Comment Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
Tracker Issue [ANeff] Bug for: some BIFs are not 1st class
4267605 CF-4202219 Language : Functions [ANeff] Bug for: some BIFs are not 1st class Issue: isNULL, location, parameterExists, preserveSingleQuotes, quotedValueList, throw, trace, valueList, writeDump and writeLog are not 1st class
Repro:
myNULL = NULL
function f(a) {
write
Mixed-in functions cannot access SUPER "scope" on first hit to a function
Portal Topic memoize functions in CFML
aliaspooryorik memoize functions in CFML Memoize functions in CFML
The post memoize functions in CFML appeared first on ColdFusion. Blog,ColdFusion,Language,2018,blog,language,modern cfml
Tracker Comment Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
Tracker Issue .NET object failure error while calling System/Collections/Specialized/StringCollection class
Object(".NET", "System.Collections.Specialized.StringCollection");
writeDump(sys);
Result:
.NET object failure Error: (class: System/Collections/Specialized/StringCollection, method: Get_Item signature: (I)LSystem/Object;) Wrong return type in function
Expected:
Should invoke System
Tracker Issue Dumping an entire object that extends a parent class displays metadata for overridden functions from parent instead of child
Dumping an entire object that extends a parent class displays metadata for overridden functions from parent instead of child
.
This would open great flexibility for modular development and not monolithic development for Java integrations.
Here are some proposals for implementation:
1. Top level functions
addJavaClassPath( paths )
getJavaClassPaths()
removeJavaClassPaths()
2. Objectifyed
getPageContext().addClassPaths()
getPageContext().getClass
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Jeroen v.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Jeroen v.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by CFwatson U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by CFwatson U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Aaron N.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Aaron N.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Adobe D.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Adobe D.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Jeroen v.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Jeroen v.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by External U.
Tracker Comment Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Robert S.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Robert S.
Tracker Issue Raijin crashed on first time to CF Admin
2673395 CF-4126649 General Server Drew Nathanson Raijin crashed on first time to CF Admin Problem Description:
Once CF was installed, and the initial setup page was complete, it prompted to go into CF Admin. Upon entering that page, CF simply froze. After several attempts to get it to function
Portal Topic Practical uses for reduce functions
aliaspooryorik Practical uses for reduce functions Practical uses for reduce functions
The post Practical uses for reduce functions appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml,question
Tracker Comment Comment on Member functions for encoding by External U.
Comment on Member functions for encoding by External U.
Portal Topic OOP and ColdFusion – Part 2
modern programming languages. Covariant Method Return Type Most modern programming languages support ‘subtyping’. Let me explain subtyping by an example. If the return type of my class function is ‘Animal’ while overriding the function in a subclass, you can specify the […]
The post OOP and Cold
Comment on Improve cfdump of a java class to include more information by Bradley W.
Tracker Issue Bug 85391:ColdFusion throws attempted duplicate class definition when accessing a web service
fine)5. run the test file. It should complain about function1Response.cfc not being found.6. rename the cfc back to function1Response.cfc7. run the test file. On my server (9.0.1) it alternates between'java.lang.LinkageError : loader (instance ofcoldfusion/xml/rpc/SkeletonClassLoader): attempted
Tracker Comment Comment on Closure instances are not thread safe to execute in separate threads by Jonathan C.
the function is complete. When scoped in to the application, a closure must be static and thread-safe - just like any first class CFML language method.
"A closure represents a function. As such it encapsulates behaviour. Behaviour has, by design, local context. "
I'm not following your point here, unless
Tracker Issue Dictionary changes to list functions
Dictionary changes to list functions
4267605 CF-4202219 Aaron N.
bifs = getFunctionList().keyList().listSort("textnocase")
notSoClassyBIFs=[]
for(bif in bifs) {
try {
foo = evaluate(bif)
//writeOutput(bif & ': ' & foo.getClass().getName() & '')
}
catch(any e) {
notSoClassyBIFs.append(bif)
write
Tracker Issue CFCLIENT: Functions : Function ljustify, rjustify gives error when number is passed as a first argument
CFCLIENT: Functions : Function ljustify, rjustify gives error when number is passed as a first argument
Tracker Comment Comment on Member functions for encoding by S V.
Comment on Member functions for encoding by S V.
new function for finding the first element using a closure or enhance find()
Comment on Internal coldfusion.util.CaseInsensitiveMap class is not synchronized (thread safe). Leads to 100% CPU usage/server failure. by External U.