1
7
Fork
You've already forked debugger.lua
0

fix: use table.pack instead of table.maxn #40

Merged
aleclarson merged 1 commit from print-1 into master 2018年04月20日 06:07:45 +02:00
aleclarson commented 2018年04月20日 06:06:32 +02:00 (Migrated from github.com)
Copy link

Now, the print command works with:

-- ordinary tuples
p 1, 2, 3
-- sparse tuples
p 1, nil, 2
-- trailing nils
p 1, 2, nil
-- just nil
p nil
-- nothing
p (function() end)()

Fixes ee4da2ed66

Now, the print command works with: ```lua -- ordinary tuples p 1, 2, 3 -- sparse tuples p 1, nil, 2 -- trailing nils p 1, 2, nil -- just nil p nil -- nothing p (function() end)() ``` Fixes ee4da2ed66b3eeb63809e98cd0991759f2190c5e
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
slembcke/debugger.lua!40
Reference in a new issue
slembcke/debugger.lua
No description provided.
Delete branch "print-1"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?