Skip to content

Commit

Permalink
Test version for Sumneko bug report
Browse files Browse the repository at this point in the history
Just added a `local x` for the bug report.
LuaLS/lua-language-server#1467
  • Loading branch information
muppet9010 committed Aug 13, 2022
1 parent 61deeb3 commit f0a90cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/tasks/deconstruct-entities-in-chunk-details.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ DeconstructEntitiesInChunkDetails.ActivateTask = function(job, parentTask, surfa
startingChunkPosition = startingChunkPosition,
robotAssignedChunks = {}
}

local x = chunkDetailsByAxis.xChunks[1]
-- Populate the chunk deconstruction states list with all the chunks that need things doing.
local chunksState = thisTask.taskData.chunksState
for _, xChunkObject in pairs(chunkDetailsByAxis.xChunks) do
Expand Down
2 changes: 1 addition & 1 deletion scripts/tasks/scan-areas-for-actions-to-complete.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local math_floor = math.floor
---@class Task_ScanAreasForActionsToComplete_ChunksInCombinedAreas_XChunkObject
---@field minYValue int # The lowest Y chunk position value in the yChunks table.
---@field maxYValue int # The highest Y chunk position value in the yChunks table.
---@field yChunks table<int, Task_ScanAreasForActionsToComplete_ChunkDetails> # A table of Y values that have included chunks within them. This can be a gappy list.
---@field yChunks table<int, Task_ScanAreasForActionsToComplete_ChunkDetails> # A table of Y values that have included chunks within them. This can be a gappy list.

---@class Task_ScanAreasForActionsToComplete_ChunkDetails
---@field chunkPosition ChunkPosition
Expand Down

0 comments on commit f0a90cc

Please sign in to comment.