cflint / CFLint

Static code analysis for CFML (a linter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse error for ordered struct

afurey0 opened this issue · comments

I'm getting a parse error for ordered structs. CFLint version 1.4.1; CFParser version 2.8.0.

variables.foobar = [
    "foo": "bar"
];

I see there are some similar issues, but they're marked as closed.

Duplicate of #534

The reason it's closed is because it's fixed in the latest snapshot. You can follow the build instructions if you'd like to try it.

Thanks for the response and explanation. I had simply tried to download the latest JAR from the releases page, but that was for version 1.4.1. I was able to build it, and now it's working perfectly.