KamasamaK

Results 135 comments of KamasamaK

@steinbrueckri Assigned. That's the issue I tried to resolve by updating Gradle, which seemed to work for Build 1393, but none after that.

@steinbrueckri Sure. We're not married to Travis CI.

@ryaneberly That does not initialize it as an ordered struct. There is a literal syntax for ordered structs (see #534), but that cannot be used for initializing an empty ordered...

So I'm not sure how I missed this, but I just found that there actually is a way to declare an empty ordered struct using the literal syntax. It is:...

For functions and tags, this can be determined using data from [CFDocs](https://github.com/foundeo/cfdocs/tree/master/data/en). Unfortunately, the data is not currently granular enough for attributes.

ACF also fails with this example because `case` is a reserved keyword in script syntax, but Lucee is fine with it.

I'm not sure how I feel about a purely informational rule. There's nothing in the code you can reasonably change to "fix" it. CF2016 at least has the application setting...

@justinmclean I'm not sure what's a reasonable alternative to an array. If they're simple values then I suppose it could be a list instead, but that's passed by value as...

@ryaneberly If we are going to have a rule like this, then I guess I would be OK with the first option. There's nothing wrong with passing an array, but...