mirror of
https://github.com/mappu/miqt.git
synced 2025-01-21 06:00:38 +00:00
genbindings: add diagnostic for skipped inner classes, matching skipped outer classes
This commit is contained in:
parent
2a27c4e62f
commit
4451a592ab
@ -285,6 +285,7 @@ nextMethod:
|
||||
child, err := processClassType(node, nodename+"::")
|
||||
if err != nil {
|
||||
if errors.Is(err, ErrNoContent) {
|
||||
log.Printf("-> Skipping inner class because: %v", err)
|
||||
continue
|
||||
}
|
||||
panic(err) // A real problem
|
||||
|
Loading…
x
Reference in New Issue
Block a user