GitHub / yuin/gopher-lua issues and pull requests
#530 - support hook/debug
Issue -
State: open - Opened by UserLeeZJ 2 months ago
#529 - Coroutine thread does not return go stack trace during panics
Issue -
State: open - Opened by 766b 3 months ago
#528 - Issue #514 : Fix compileRegAssignment cardinality
Pull Request -
State: open - Opened by faelys 4 months ago
#527 - Consider implementing functionality similar to Luac, that is, Lua FunctionalProto dumps into a file through encoding/gob
Issue -
State: open - Opened by shixiawuheng 5 months ago
#526 - fix: stack overflow in table.concat function
Pull Request -
State: open - Opened by thierry-f-78 5 months ago
#525 - Handle "stack overflow" panic on huge input with regex functions
Pull Request -
State: open - Opened by msoap 5 months ago
#524 - Panic on attempt to index a string value
Issue -
State: open - Opened by ligurio 5 months ago
#523 - disable LOADNIL code generation optimisation
Pull Request -
State: open - Opened by tul 7 months ago
- 1 comment
#522 - LOADNIL merging optimisation (still) produces invalid code
Issue -
State: open - Opened by tul 7 months ago
#521 - `SetContext(context.WithTimeout(...))` potentially uneffective
Issue -
State: open - Opened by suidpit 7 months ago
#520 - Request support for UTF-8 variable names (e.g., Chinese characters)
Issue -
State: open - Opened by 592530326 7 months ago
- 1 comment
#519 - use `__index` metamethod in `ipairs`
Pull Request -
State: open - Opened by matthias314 7 months ago
#517 - loadstring("{1,2},,{2,3}") success
Issue -
State: open - Opened by liangmanlin 7 months ago
#516 - args in lua functions nil
Issue -
State: open - Opened by raynorchen 7 months ago
- 2 comments
#515 - Fix issue https://github.com/yuin/gopher-lua/issues/214
Pull Request -
State: open - Opened by VigorFox 8 months ago
- 3 comments
#514 - for loop misbehavior
Issue -
State: open - Opened by faelys 8 months ago
#512 - Create coroutine memory leak
Issue -
State: open - Opened by starzc-galaxy 8 months ago
#511 - codegeneration support
Issue -
State: open - Opened by unera 8 months ago
#509 - goto doesn't work
Issue -
State: closed - Opened by ArcherSean 9 months ago
- 3 comments
#505 - [email protected]/vm.go:29 panic: runtime error: index out of range [32] with length 32
Issue -
State: open - Opened by jasonwangh 11 months ago
#503 - Improving the documentation
Issue -
State: open - Opened by Klaus-Tockloth 11 months ago
#502 - Allowed Chinese character
Pull Request -
State: open - Opened by jian308 11 months ago
#501 - table cannot malloc correctly with number
Issue -
State: open - Opened by cofelinz 11 months ago
#500 - Memory usage is too high
Issue -
State: open - Opened by qt-wu 12 months ago
#499 - Run tests in Parallel where possible
Pull Request -
State: open - Opened by toqueteos 12 months ago
#498 - Remove io/ioutil usages (deprecated since Go 1.16)
Pull Request -
State: closed - Opened by toqueteos 12 months ago
#497 - fix: return value error for CompileLua example
Pull Request -
State: closed - Opened by warjiang about 1 year ago
- 1 comment
#496 - fix compiler producing incorrect LOADNIL byte code
Pull Request -
State: closed - Opened by tul about 1 year ago
- 1 comment
#495 - Incorrect code generation for `LOADNIL`
Issue -
State: closed - Opened by tul about 1 year ago
#492 - Issue #491 : Add a condition to check to parseFloat or parseInt
Pull Request -
State: open - Opened by longquan0104 about 1 year ago
#491 - Error from parsing from LString to LNumber
Issue -
State: open - Opened by longquan0104 about 1 year ago
#490 - Extra PC increment in JMP instruction
Issue -
State: open - Opened by KSpaceer about 1 year ago
#488 - docs: update README.rst
Pull Request -
State: closed - Opened by Root-lee over 1 year ago
#486 - chore: fix function names in comment
Pull Request -
State: open - Opened by youngwendy over 1 year ago
- 1 comment
#485 - LFunction: remove IsG
Pull Request -
State: open - Opened by serprex over 1 year ago
#483 - Add github.com/PeerDB-io/gluabit32 to README.rst
Pull Request -
State: closed - Opened by serprex over 1 year ago
- 2 comments
#482 - Update go.mod dependencies
Pull Request -
State: open - Opened by serprex over 1 year ago
#481 - Fix typos in 2 comments
Pull Request -
State: open - Opened by serprex over 1 year ago
#480 - Remove reflect.SliceHeader usage
Pull Request -
State: open - Opened by serprex over 1 year ago
#479 - vm: replace jump table with switch
Pull Request -
State: open - Opened by serprex over 1 year ago
- 1 comment
#478 - Result of L.DoString with coercion is not correct
Issue -
State: open - Opened by Voychek1024 over 1 year ago
#477 - Wf/feature hooks
Pull Request -
State: closed - Opened by wufei-png over 1 year ago
#476 - os.execute not behaving correctly on windows
Issue -
State: open - Opened by tsukinoko-kun over 1 year ago
#475 - 【BUG】panic: runtime error: index out of range [1048577] with length 1048577
Issue -
State: closed - Opened by wwhai over 1 year ago
- 2 comments
#473 - Issue #472: tonumber does not handle E notation correctly
Pull Request -
State: open - Opened by hugebubu over 1 year ago
#472 - tonumber doesn't handle E notation correctly
Issue -
State: open - Opened by hugebubu over 1 year ago
- 1 comment
#470 - Can't require lua-cjson
Issue -
State: closed - Opened by Hammad1029 over 1 year ago
#469 - Issue #468 : change LNumber.String() from fmt.Sprint to strconv.Forma…
Pull Request -
State: open - Opened by MrParano1d over 1 year ago
- 1 comment
#468 - LNumber.String() use strconv instead of fmt.Sprint
Issue -
State: open - Opened by MrParano1d over 1 year ago
- 1 comment
#467 - Bugfix/xpcall number args
Pull Request -
State: open - Opened by waschik over 1 year ago
- 1 comment
#466 - Return a closure without arguments in gfind
Pull Request -
State: open - Opened by waschik over 1 year ago
- 1 comment
#465 - Improve `os.date` / `strftime`
Pull Request -
State: open - Opened by bvisness over 1 year ago
- 1 comment
#464 - stuck when xpcall
Issue -
State: open - Opened by Junyang-Liu over 1 year ago
- 3 comments
#463 - Re-add link to relocated gluasocket library
Pull Request -
State: closed - Opened by drauschenbach over 1 year ago
#462 - Incorrect behavior for string.gmatch
Issue -
State: open - Opened by zyedidia over 1 year ago
#460 - popen: support nil in second argument
Pull Request -
State: closed - Opened by 0x501D almost 2 years ago
- 1 comment
#459 - different behavior in io.popen function
Issue -
State: closed - Opened by 0x501D almost 2 years ago
#458 - fopen: expand supported file modes
Pull Request -
State: open - Opened by 0x501D almost 2 years ago
- 1 comment
#457 - Expand fopen modes
Issue -
State: open - Opened by 0x501D almost 2 years ago
#456 - iolib: fix different behavior in read function
Pull Request -
State: closed - Opened by 0x501D almost 2 years ago
- 1 comment
#455 - different behavior in read function
Issue -
State: closed - Opened by 0x501D almost 2 years ago
- 1 comment
#454 - The parameter passed by xpcall is nil
Issue -
State: open - Opened by CNicer almost 2 years ago
#453 - Fix xpcall error in error handler
Pull Request -
State: closed - Opened by mzki almost 2 years ago
#452 - xpcall with error in error handler returns (nil, nil)
Issue -
State: closed - Opened by mzki almost 2 years ago
#450 - Spelling
Pull Request -
State: open - Opened by jsoref almost 2 years ago
#449 - Supress expected error output
Pull Request -
State: open - Opened by jsoref almost 2 years ago
#448 - bug: pcall affecting function upvalues
Issue -
State: open - Opened by cloudwindy about 2 years ago
- 4 comments
#447 - chore: use strings.Contains instead strings.Index
Pull Request -
State: open - Opened by testwill about 2 years ago
#445 - Virtual machine interfaces need to be advertised
Issue -
State: closed - Opened by log4gin about 2 years ago
#441 - Function names do not support UTF-8/Unicode
Issue -
State: closed - Opened by onrirr about 2 years ago
#440 - Wrong result of multi-assignment
Issue -
State: open - Opened by AlexanderYastrebov about 2 years ago
- 2 comments
#439 - L.DoFile does not work when i require a so in lua script
Issue -
State: closed - Opened by littleningmeng about 2 years ago
#438 - Fix lua coroutine context leak
Pull Request -
State: closed - Opened by deflinhec about 2 years ago
- 2 comments
#435 - Preload other lua files
Issue -
State: closed - Opened by whati001 over 2 years ago
#433 - fix: fix os.date("!*t", os.time()) will not get UTC date time issue
Pull Request -
State: closed - Opened by ttys3 over 2 years ago
- 2 comments
#431 - [ HELP!] How to revert Lua AST to lua source code?
Issue -
State: closed - Opened by wwhai over 2 years ago
#429 - 【Help】Panic when call Close(), May be bug?
Issue -
State: closed - Opened by wwhai over 2 years ago
- 1 comment
#428 - fix some comments
Pull Request -
State: open - Opened by cuishuang over 2 years ago
#427 - Write trunc
Pull Request -
State: closed - Opened by waschik over 2 years ago
#426 - io.open(filename, "w") should truncate file
Issue -
State: closed - Opened by waschik over 2 years ago
#425 - Convert string math params to number instead of failing with error
Pull Request -
State: closed - Opened by mdogan over 2 years ago
#424 - String inputs of math functions should be implicitly converted to number
Issue -
State: closed - Opened by mdogan over 2 years ago
#423 - 1.0.0 Comparing 'string' with number, but old gopher-lua printed a proper number after tonumber syntax
Issue -
State: closed - Opened by djonskin over 2 years ago
#421 - feat: add the ability to load a Lua filesystem instead of from OS
Pull Request -
State: open - Opened by mikefero over 2 years ago
#420 - Issue #417: support nil params on os.date()
Pull Request -
State: open - Opened by cezarguimaraes over 2 years ago
#419 - Fix lua modulo
Pull Request -
State: closed - Opened by Unrud over 2 years ago
- 1 comment
#418 - negative modulo gives negative result
Issue -
State: closed - Opened by technomancy over 2 years ago
#417 - os.date(nil) gives an error instead of acting like os.date()
Issue -
State: open - Opened by technomancy over 2 years ago
#416 - GetTop() is incorrect after SkipOpenLibs
Issue -
State: open - Opened by 592530326 over 2 years ago
#415 - Error encountered while compiling our binary
Issue -
State: closed - Opened by XiShanYongYe-Chang over 2 years ago
- 1 comment
#414 - Request a official release for gopher-lua
Issue -
State: closed - Opened by RainbowMango over 2 years ago
#413 - Bug with `debug.getlocal` (mismatch compared to official Lua 5.1)
Issue -
State: open - Opened by zyedidia over 2 years ago
- 1 comment
#412 - modulo operator
Issue -
State: closed - Opened by SuperOuro almost 3 years ago
#410 - How to use List in lua
Issue -
State: closed - Opened by dingdinglz almost 3 years ago
#409 - Add ForEachWithError to LTable
Pull Request -
State: open - Opened by TechyShishy almost 3 years ago
#407 - Status of this project?
Issue -
State: closed - Opened by aundis almost 3 years ago
#405 - How to set "package.path" in go code?
Issue -
State: closed - Opened by ckcfcc almost 3 years ago
#404 - Fix the popen with "w" by closing the writer (otherwise wait never terminates)
Pull Request -
State: open - Opened by scr-oath almost 3 years ago
- 1 comment
#403 - Add ForEachWithBreak method for LTable
Pull Request -
State: open - Opened by wangsongyan about 3 years ago
- 1 comment
#402 - Add CompileWithParNames Func
Pull Request -
State: open - Opened by SeigeC about 3 years ago