Skip to content

Methods in the file will cause result parsing errors #42

@bootun

Description

@bootun

astdiff returns true when parsing a function/method when doing DFS internally, resulting in no further traversal of other nodes. For example:

type Foo struct {
   // ...
}

func (f *Foo) FooMethod() {
  // ...
}

type Bar struct {
  // ...
}

Bar is now not parsed correctly by astdiff

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions