OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
1 stars 0 forks source link

Lambda locations are wrong #9

Closed OrenGitHub closed 2 months ago

OrenGitHub commented 2 months ago
    "lambdas": [
        {
            "lambdaLocation": {
                "colEnd": 0,
                "colStart": 0,
                "filename": "",
                "lineEnd": 0,
                "lineStart": 0
            }
        },
        {
            "lambdaLocation": {
                "colEnd": 0,
                "colStart": 0,
                "filename": "",
                "lineEnd": 0,
                "lineStart": 0
            }
        },
        {
            "lambdaLocation": {
                "colEnd": 0,
                "colStart": 0,
                "filename": "",
                "lineEnd": 0,
                "lineStart": 0
            }
        }
    ],

The number is correct (there are indeed 3) but the locations are wrong.

OrenGitHub commented 2 months ago
OrenGitHub commented 2 months ago

delegated to codegen here

OrenGitHub commented 2 months ago

No changes needed in kbgen - it was just a codegen bug ...