ZOSOpenTools / wharf

Apache License 2.0
6 stars 4 forks source link

Unable to handle github.com/zyedidia/micro/v2 #54

Open bluecivet opened 1 month ago

bluecivet commented 1 month ago

Wharf can not handle github.com/zyedidia/micro/v2 All I did to port the package was add zos tags and create files for zos.


ZHILONG@ZOSCAN59 [~/demo/micro2/micro]go work init .
ZHILONG@ZOSCAN59 [~/demo/micro2/micro]wharf ./cmd/micro

Build errors occurred in: github.com/zyedidia/micro/v2/cmd/micro
Build errors occurred in: github.com/zyedidia/micro/v2/internal/action
Package require manual porting: github.com/zyedidia/micro/v2/internal/action
        unknown type error(s) occurred in github.com/zyedidia/micro/v2/internal/action: [bufpane.go:834:42: (*BufPane).Suspend undefined (type *BufPane has no field or method Suspend)]
Backed up workspace to /home/zhilong/demo/micro2/micro/go.work.backup
unknown type error(s) occurred in github.com/zyedidia/micro/v2/internal/action: [bufpane.go:834:42: (*BufPane).Suspend undefined (type *BufPane has no field or method Suspend)]

Porting failed due to errors mentioned above```
MacMalainey commented 1 month ago

@bluecivet please update the ticket with the version of micro you were trying to port