Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / arnodel/golua issues and pull requests

#103 - Running the Test Suite

Issue - State: open - Opened by Chillance 7 months ago - 9 comments

#102 - stopping a function from running

Issue - State: open - Opened by TorchedSammy 10 months ago

#101 - high memory usage on loop

Issue - State: open - Opened by TorchedSammy 10 months ago - 5 comments

#100 - allow safe goroutine usage

Issue - State: open - Opened by TorchedSammy about 1 year ago - 6 comments

#99 - Forbid newindex for non-tables without __newindex

Pull Request - State: closed - Opened by TheCount over 1 year ago - 6 comments

#98 - Fix overflow on 32-bit archs

Pull Request - State: closed - Opened by TheCount over 1 year ago - 5 comments

#97 - runtime.Call keeps running continuations

Issue - State: open - Opened by TheCount over 1 year ago

#96 - Support equality comparison of userdata

Pull Request - State: closed - Opened by TheCount over 1 year ago - 2 comments

#95 - Allow os.date with no argument - fixes #91

Pull Request - State: closed - Opened by arnodel over 1 year ago - 1 comment

#94 - Fix embedding quickstart example - fixes #92

Pull Request - State: closed - Opened by arnodel over 1 year ago - 1 comment

#93 - Spurious nil table keys during iteration

Issue - State: open - Opened by TheCount over 1 year ago - 2 comments

#92 - Embedding quickstart example does not compile

Issue - State: closed - Opened by TheCount almost 2 years ago - 1 comment

#91 - os.date requires format arg

Issue - State: closed - Opened by TorchedSammy about 2 years ago

#90 - print traceback by default

Issue - State: closed - Opened by TorchedSammy about 2 years ago - 4 comments

#89 - Add FSActionsChecker and FSAccessRule to safeio

Pull Request - State: open - Opened by arnodel over 2 years ago

#88 - feat: implement io.popen

Pull Request - State: closed - Opened by TorchedSammy over 2 years ago - 36 comments

#87 - panic: Cannot compile r2 := Op(257)(r1, r4) on go 1.18

Issue - State: closed - Opened by TorchedSammy over 2 years ago - 5 comments

#86 - Benchmarks

Issue - State: closed - Opened by TorchedSammy over 2 years ago

#85 - Repl

Pull Request - State: closed - Opened by arnodel over 2 years ago - 2 comments

#84 - Ensure gc operates per runtime

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#83 - Cap soft limits from parent context

Pull Request - State: closed - Opened by arnodel over 2 years ago

#82 - Document runtime api

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#81 - Make Golua build and pass tests on Windows

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: bug

#80 - Better handling of expressions in repl

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#79 - Lua5.4

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: do not merge

#78 - Implement the file __close metamethod

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#77 - Implement new Lua 5.4 math random modes

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: 5.4 feature

#76 - Better error messages for numeric for

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#75 - No backlabels in a block with return

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: bug

#74 - Implement line debug hook

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#73 - Lua 5.4 coroutine library changes

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#72 - Fix Thread.IsMain()

Pull Request - State: closed - Opened by arnodel over 2 years ago

#71 - Lua 5.4 new debug upvalueid return value

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#70 - Check for bounds in utf8.len

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: bug

#69 - Only allocate a string if substitutions were made

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: 5.4 feature

#68 - Limit GoFunction call depth to prevent Go stack overflows

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: bug

#67 - Fix order of debug hooks and close actions

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: bug

#66 - Fix error when missing close metamethod

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: bug

#65 - Fix tail calls in to be closed context

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: bug

#64 - Best effort to name anonymous functions

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#63 - Ensure constant upvalues are enforced

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: bug

#62 - Remove capitalization in scanner errors

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#61 - Lua 5.4 unicode support

Pull Request - State: closed - Opened by arnodel over 2 years ago - 2 comments
Labels: breaks 5.3 test suite, 5.4 feature

#60 - Better error message in table.concat

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#59 - Lua 5.4 forbid modifiers for %q specifier in format strings

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: 5.4 feature

#58 - Infinite floats quote to huge float literals

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#57 - Huge float literals

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#56 - Lua 5.4 math randomseed

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#55 - Lua 5.4 numeric for loop

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#54 - Implement to-be-closed argument in generic for loop (Lua 5.4)

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: 5.4 feature

#53 - Lua 5.4: Error when declaring a label with an existing name

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: breaks 5.3 test suite, 5.4 feature

#52 - Lua 5.4 no string coercion in bitwise operations

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: breaks 5.3 test suite, 5.4 feature

#51 - Lua 5.4 no inferred __le metamethod

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: breaks 5.3 test suite, 5.4 feature

#50 - Lua 5.4 non-wrapping decimal literals

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#49 - Implement warning system (Lua 5.4)

Pull Request - State: closed - Opened by arnodel over 2 years ago
Labels: 5.4 feature

#48 - Lua 5.4 string arithmetic

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#47 - Implement init argument for string.gmatch

Pull Request - State: closed - Opened by arnodel over 2 years ago - 4 comments
Labels: 5.4 feature

#46 - Implement Lua 5.4 pointer format specifier

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#45 - Implement Lua 5.4 to-be-closed

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#44 - Implement local const syntax for Lua 5.4

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment
Labels: 5.4 feature

#43 - Refactor cleanup of libs, use to cleanup iolib

Pull Request - State: closed - Opened by arnodel over 2 years ago - 1 comment

#42 - Quotas in the repl seems to be broken

Issue - State: closed - Opened by cderici almost 3 years ago - 2 comments

#41 - Rename context api

Pull Request - State: closed - Opened by arnodel almost 3 years ago - 1 comment

#40 - Quotas

Pull Request - State: closed - Opened by arnodel almost 3 years ago - 1 comment

#39 - Custom table implementation

Pull Request - State: closed - Opened by arnodel over 3 years ago - 1 comment

#38 - Try to speed up table by having array

Pull Request - State: closed - Opened by arnodel almost 4 years ago - 1 comment

#37 - Buffer stdout

Pull Request - State: closed - Opened by arnodel almost 4 years ago - 1 comment

#36 - Replace Value type with struct

Pull Request - State: closed - Opened by arnodel almost 4 years ago - 1 comment
Labels: wip

#35 - Split ir compiler

Pull Request - State: closed - Opened by arnodel almost 4 years ago - 1 comment

#34 - Refactor ast compilation

Pull Request - State: closed - Opened by arnodel almost 4 years ago - 1 comment

#33 - Golib

Pull Request - State: closed - Opened by arnodel about 5 years ago - 1 comment

#32 - hand-made parser

Pull Request - State: closed - Opened by arnodel almost 6 years ago - 1 comment

#31 - Implement string.dump

Pull Request - State: closed - Opened by arnodel about 6 years ago - 1 comment

#30 - Implement string.pack, string.unpack and string.packsize

Pull Request - State: closed - Opened by arnodel over 6 years ago - 1 comment

#29 - Implement (f(...))

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#28 - Implement {f(x)}

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#27 - Implement {...}

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#26 - Implement assignment from ..., e.g. a, b = ...

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#25 - Implement pattern anchors

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#24 - Fix panic when capture used in illegal place in pattern

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: bug

#23 - Implement string.unpack()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#22 - Implement string.packsize()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#21 - Implement string.pack()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#20 - Implement string.match()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#19 - Implement string.gsub()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#18 - Implement string.gmatch()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#17 - Compliant implementation of string.format()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#16 - Implement string.find()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#15 - Implement string.dump()

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#14 - Decide whether and how to implement weak tables

Issue - State: open - Opened by arnodel over 6 years ago
Labels: question

#13 - Delete table entry when value set to nil

Issue - State: closed - Opened by arnodel over 6 years ago - 1 comment
Labels: enhancement

#12 - Remove runtime.NilType

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: enhancement

#11 - Decide what to do about implementing collectgarbage()

Issue - State: closed - Opened by arnodel over 6 years ago - 1 comment
Labels: question

#10 - Implement xpcall()

Issue - State: closed - Opened by arnodel over 6 years ago - 2 comments
Labels: enhancement

#9 - Delete temp files automatically when no longer used

Issue - State: closed - Opened by arnodel over 6 years ago
Labels: bug

#8 - Implement file:setvbuf()

Issue - State: closed - Opened by arnodel over 6 years ago - 1 comment
Labels: enhancement

#7 - Implement io.popen()

Issue - State: closed - Opened by arnodel over 6 years ago - 2 comments
Labels: enhancement

#6 - Implement file:read("n")

Issue - State: closed - Opened by arnodel over 6 years ago - 2 comments
Labels: enhancement

#5 - Bad variable in luacont.go

Issue - State: closed - Opened by Humpheh over 6 years ago - 1 comment
Labels: bug

#4 - Implementation of io library

Pull Request - State: closed - Opened by arnodel over 6 years ago