Issues
- destructuring argumentsLDEV-5350
- improve queryToStructLDEV-5327Resolved issue: LDEV-5327Zac Spitzer
- Struct copy minimal initial capacity should be at least the struct copied sizeLDEV-5149Resolved issue: LDEV-5149Michael Offner
- Separate Request Scope from HttpServletRequest Attributes with Configurable OptionLDEV-5148Michael Offner
- dump text sorts unordered structs keys on display - unlike structKeyList or cfloopLDEV-4876Zac Spitzer
- Implement Shorthand Notation for Literal StructsLDEV-4790Resolved issue: LDEV-4790Pothys - MitrahSoft
- ACF returns a text sorted StructKeyList() / cfloop collection for unordered structsLDEV-4725Michael Offner
- Unexpected behaviour with dot-pathed final static structLDEV-4531Resolved issue: LDEV-4531Michael Offner
- Implicit case sensitive structure notationLDEV-4505
- `Struct.find` should support a callback as the first arguments, as per CFLDEV-4495Michael Offner
- java.util.ConcurrentModificationException - application scopeLDEV-4347Michael Offner
- another structGet() incompatibility with ACFLDEV-4118Michael Offner
- add non thread safe structNew typeLDEV-4082
- SerializeJSON: add an optional keyCase parameterLDEV-4069Resolved issue: LDEV-4069
- struct.clone crashes with non-Map members (see also LDEV-709)LDEV-3655Michael Offner
- function with return type array accepts certain forms of structs to be returnedLDEV-3650Resolved issue: LDEV-3650
- Add support for array/struct metadata typingLDEV-3601Michael Offner
- onMissingKey listener for structLDEV-3579Resolved issue: LDEV-3579Pothys - MitrahSoft
- add an unthreadsafe struct type (unsafe/fast)LDEV-3550
- QueryToStructLDEV-3249Resolved issue: LDEV-3249Pothys - MitrahSoft
- ArrayToStruct: add valueAsKey, use arrayValue as structkeyLDEV-3171Resolved issue: LDEV-3171Pothys - MitrahSoft
- add array like key functions/methods for ordered structsLDEV-3162
- ACF2021 - Case Sensitive structsLDEV-3133Resolved issue: LDEV-3133Michael Offner
- Add function structValueArray()LDEV-2686Resolved issue: LDEV-2686Igal Sapir
- Issue with underscore (_) when iterating over a structLDEV-2681Michael Offner
- structToSorted not available in Lucee (but in CF2016+)LDEV-2662Resolved issue: LDEV-2662michael
- move existing keys information to exception detail instead of messageLDEV-2416Michael Offner
- URL query parameters with . (period) in name interpreted as complex objects.LDEV-2388Resolved issue: LDEV-2388
- structEach() on arguments scope sends incorrect values to callback functionLDEV-2346Resolved issue: LDEV-2346Pothys - MitrahSoft
- (lucee scope).keyExists( someKey ) performs very differently from StructKeyExists( (lucee scope), someKey )LDEV-2335
- Lucee 5 converts array of structs into struct containing structsLDEV-2283Resolved issue: LDEV-2283
- Object Property Value ShorthandLDEV-2200David Rogers
- Struct equality in Lucee and ACF differs on Collection interfaceLDEV-1851Michael Offner
- Support new sorted struct options in structNew() BIFLDEV-1656Michael Offner
- Support structToSorted() BIFLDEV-1655Resolved issue: LDEV-1655Pothys - MitrahSoft
- bracket notation creates new variable as struct instead of arrayLDEV-1329
- add support for env var "lucee.preserve.case"LDEV-996Resolved issue: LDEV-996Michael Offner
- struct.clone() does not reliably preserve types of cloned child fieldsLDEV-709Michael Offner
- Cannot use a Map as a struct with null valueLDEV-622Resolved issue: LDEV-622Michael Offner
- structKeyExists reports false in CFC but true in CFM for null valueLDEV-154Resolved issue: LDEV-154
- allow construct for ordered structsLDEV-113Resolved issue: LDEV-113Michael Offner
- improve StructSort() to accept a comparer UDFLDEV-112Resolved issue: LDEV-112Pothys - MitrahSoft
42 of 42
destructuring arguments
Description
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 26 February 2025 at 15:51
Updated 25 March 2025 at 10:42
Activity
Show:
Michael Offner25 March 2025 at 10:42
looks messy to me
Adobe calls them parameters!
Destructuring in function parameters
Multiple destructuring parameters (nested)
Mixed parameters (Simple parameter and destructuring) similar to argumentCollection