search : first class functions

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Member functions are not first class
Functions are first class citizens
Comment on Member functions are not first class by Vamseekrishna N.
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 expressions by Rupesh K.
Comment on Functions are first class citizens by aliaspooryorik
Comment on Functions are first class citizens by Gary Fenton
Promote built-in functions to be first-class
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 Suchika S.
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.
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 return values by External U.
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.
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 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
Comment on Built-in functions as "first class" glitch in function return values by Aaron N.
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
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
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.
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.
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
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
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
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
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Piyush K.
-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
Ability to class load via createobject(java, class, jars/class array) and new function to class load
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
cfcontent returning only first eight bytes
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.
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
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
Comment on Ability to class load via createobject(java, class, jars/class array) and new function to class load by External U.
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
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
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 External U.
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.
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 External U.
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 External U.
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 CFwatson U.
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.
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.
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 External U.
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 Adobe D.
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.
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 Jeroen v.
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.
Comment on Mixed-in functions cannot access SUPER "scope" on first hit to a function by Robert S.
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
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
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.
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
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
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
CFCLIENT: Functions : Function ljustify, rjustify gives error when number is passed as a first argument
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.