bykof/go-plantuml

Unknown field type assertion

erdemtuna opened this issue · 9 comments

Hello, I am receiving the following error when I run the package.

% go-plantuml generate -d . -o graph.puml
2022/11/25 12:18:07 unknown Field Type *ast.IndexListExpr

No other output or description is provided.

bykof commented

Could you please provide the source files you want to extract?

The files belong to a private repository. Can I do anything else to help revealing the problem?

bykof commented

I think this is a bug... have to investigate but I don't have time currently. Will do it probably next week

bykof commented

@erdemtuna which go version are you using?

@bykof thank you for inspecting the issue. My go version is go version go1.18.3 darwin/arm64.

facing same error on Mac OS.
go version go1.21.5 darwin/amd64

bykof commented

unfortunately i cannot reproduce this bug because for me it works. I am on go version go1.22.0 darwin/arm64.

Happening to me as well