Skip to content

Start second attempt at absurd world(+entity) overhaul. #3120

Start second attempt at absurd world(+entity) overhaul.

Start second attempt at absurd world(+entity) overhaul. #3120

Triggered via push October 16, 2024 09:05
Status Failure
Total duration 24s
Artifacts

push.yml

on: push
Update Contributors
0s
Update Contributors
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: server/world/conf.go#L67
cannot use make(map[Entity]ChunkPos) (value of type map[Entity]ChunkPos) as map[*EntityHandle]ChunkPos value in struct literal
Build: server/world/tick.go#L79
t.w.updateMu undefined (type *World has no field or method updateMu)
Build: server/world/tick.go#L87
t.w.updateMu undefined (type *World has no field or method updateMu)
Build: server/world/tick.go#L90
t.w.Block undefined (type *World has no field or method Block, but does have block)
Build: server/world/tick.go#L103
t.w.updateMu undefined (type *World has no field or method updateMu)
Build: server/world/tick.go#L106
t.w.updateMu undefined (type *World has no field or method updateMu)
Build: server/world/tick.go#L110
t.w.Block undefined (type *World has no field or method Block, but does have block)
Build: server/world/tick.go#L144
t.w.chunkMu undefined (type *World has no field or method chunkMu)
Build: server/world/tick.go#L150
c.Lock undefined (type *Column has no field or method Lock)
Build: server/world/tick.go#L177
c.Unlock undefined (type *Column has no field or method Unlock)
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/