Skip to content

config netview now working again. #71

config netview now working again.

config netview now working again. #71

Triggered via push June 17, 2024 09:55
Status Failure
Total duration 2m 14s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: examples/choose/armaze/gui.go#L260
vw.SceneView.Config undefined (type *xyzcore.SceneEditor has no field or method Config)
build: examples/choose/armaze/gui.go#L339
vw.World.InitName undefined (type *physics.Group has no field or method InitName)
build: examples/choose/armaze/gui.go#L348
vw.Emery.ChildByName("head", 1).ChildByName undefined (type tree.Node has no field or method ChildByName)
build: examples/choose/armaze/gui.go#L359
cannot use name (variable of type string) as tree.Node value in argument to physics.NewGroup: string does not implement tree.Node (missing method AsTree)
build: examples/choose/armaze/gui.go#L360
cannot use "floor" (constant of type string) as tree.Node value in argument to physics.NewBox: string does not implement tree.Node (missing method AsTree)
build: examples/choose/armaze/gui.go#L368
cannot use "arms" (constant of type string) as tree.Node value in argument to physics.NewGroup: string does not implement tree.Node (missing method AsTree)
build: examples/choose/armaze/gui.go#L375
cannot use anm (variable of type string) as tree.Node value in argument to physics.NewGroup: string does not implement tree.Node (missing method AsTree)
build: examples/choose/armaze/gui.go#L380
cannot use "left-wall" (constant of type string) as tree.Node value in argument to physics.NewBox: string does not implement tree.Node (missing method AsTree)
build: examples/choose/armaze/gui.go#L383
cannot use "right-wall" (constant of type string) as tree.Node value in argument to physics.NewBox: string does not implement tree.Node (missing method AsTree)
build: examples/choose/armaze/gui.go#L393
cannot use name (variable of type string) as tree.Node value in argument to physics.NewGroup: string does not implement tree.Node (missing method AsTree)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.