issues
search
neolithos
/
neolua
A Lua implementation for the Dynamic Language Runtime (DLR).
https://neolua.codeplex.com/
Apache License 2.0
472
stars
76
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
#188 Set license expression
#191
thompson-tomo
opened
6 months ago
0
#189 Optimise dependencies
#190
thompson-tomo
opened
6 months ago
0
Optimise dependencies
#189
thompson-tomo
opened
6 months ago
0
Set license expression on nuget package
#188
thompson-tomo
opened
6 months ago
0
Creating a sandboxed environment?
#187
ghost
opened
7 months ago
1
Improper Type Conversion for Overloads
#186
Falkitop
opened
7 months ago
0
Update 04_04_table.md
#185
Falkitop
closed
6 months ago
0
No proper dispose of delegates at new environment creation.
#184
Falkitop
closed
8 months ago
0
str.format call Exception
#183
ilyfairy
opened
10 months ago
0
update DLR repo link in read me
#182
zarlo
opened
11 months ago
0
Always init local variables to null, even if there is no assignment.
#181
powercode
closed
1 year ago
0
Improving debugging with DebuggerProxy for LuaTable and LuaTraceLineEventArgs
#180
powercode
closed
1 year ago
1
Fixes a case where native lua has an escaped _ but .net regex doesn't
#179
powercode
closed
1 year ago
0
Fixing FindMember in Release Configuration
#178
powercode
closed
1 year ago
0
Fixing #174 - Using multiple discards leads to compilation error
#176
powercode
closed
1 year ago
1
Maybe remove support for out-of-support framework versions
#175
powercode
opened
1 year ago
1
Using multiple discards leads to compilation error
#174
powercode
closed
1 year ago
0
Fixes to overload resolution and exceptions
#173
powercode
closed
1 year ago
3
Ensure lua can replace '?' in packa path with module name when requiring modules.
#172
powercode
closed
1 year ago
1
Fixing Concat method for tables with metamethod
#171
powercode
closed
1 year ago
1
Fixing Concat method for tables with metamethod
#170
powercode
closed
1 year ago
0
Table concat with metamethod fails when the table is RHS
#169
powercode
closed
1 year ago
1
Standalone interpreter like IronPython/IronRuby
#166
2dpdlja496or43iq
opened
1 year ago
1
.NET runtime that does not support code generation?
#165
2dpdlja496or43iq
opened
1 year ago
1
Coroutines are not threads! A.K.A. lightweight async/await support
#164
IS4Code
opened
1 year ago
6
How to assign a value to a custom Struct?
#162
sunmerx
opened
1 year ago
1
Extending LuaTable
#161
thoj
opened
1 year ago
1
Added overloaded atan
#160
dlamkins
closed
1 year ago
1
[Question] Is there a reliable way to get the full path of the Lua file that called a C# method?
#159
AppeazeTheCheese
opened
2 years ago
3
NeoLua fails to get the correct overload of System.Type.GetMethod
#158
Meigyoku-Thmn
closed
1 year ago
1
Passing an argument by reference
#157
Meigyoku-Thmn
closed
1 year ago
2
Stacktrace Lua line number.
#156
EvaisaDev
closed
1 year ago
2
Empty if block and DebugEngine = LuaExceptionDebugger.Default causes exception in LuaExceptionVisitor
#155
thoj
closed
2 years ago
2
Fix: table.ToJson emitting invalid Json on Nan amd +/-Inf #151
#152
thoj
closed
2 years ago
0
ToJson still creates invalid Json when encoding +/- infinity and NaN
#151
thoj
closed
2 years ago
0
Fix require
#149
Whoome
opened
2 years ago
3
Fixed precompiler flag to work with Net6
#148
Whoome
closed
2 years ago
0
packages and "require" do not behave as expected
#147
Whoome
closed
1 year ago
7
string and math libraries are not tables, so function differently than native lua
#146
Whoome
closed
1 year ago
5
Bugfix for Assembly.ReflectionOnlyLoad under .Net 5+ and expose faster assembly load option
#143
ShadowMarker789
closed
1 year ago
3
.Net 6 - Assembly.ReflectionOnlyLoad always throws exceptions for your classes
#142
ShadowMarker789
closed
1 year ago
5
LuaTable behaves strangely (and uniquely) during type coercion
#139
Whoome
opened
2 years ago
11
NeoLua silently behaves differently than Lua 5.3 when doing math
#138
Whoome
closed
1 year ago
2
Allow forward declaration of local function
#137
ojb500
closed
3 years ago
3
Abort or Cancel Lua code execution
#136
ShadowMarker789
closed
2 years ago
2
ToJson creates invalid Json when encoding +/- infinity
#135
thoj
closed
2 years ago
1
Problem with using C# UInt32 variable as a lua table key ("No conversion defined from UInt32 to indexKey")
#134
Nevlabs
closed
2 years ago
2
+ operator to concat strings
#132
lofcz
closed
2 years ago
3
Issues using table.insert ?
#131
jesusgumbau
closed
2 years ago
3
NeoLua without DLL (static / embedded in C#)
#130
yuppox
closed
2 years ago
2
Next