Start second attempt at absurd world(+entity) overhaul. #3120
push.yml
on: push
Build
11s
Update Contributors
0s
Deploy
0s
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/
|