where can not parse source if contains empty lines #88
No reviewers
Labels
No labels
bug
c API
duplicate
enhancement
help wanted
invalid
LuaJIT
PUC Lua
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
slembcke/debugger.lua!88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
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?
assume source input string, and load from C by
luaL_loadstring:there are two problems:
info.currentlinewould be5, while thesource's empty lines would be ignored, result to length4---@type's@would be used as filename pattern, which was not rightboth of these problems would results to
Error: Source not available for xxxPull request closed