Whoome

Results 15 comments of Whoome

I am unable to get this to compile under .NET 6. The line that includes "CompileToMethod" seems to not compile as that method does not exist. How did you solve...

I can see where it is going wrong, but I don't have a feel for why it is written the way it is. In LuaTable.cs, around line 642: ```C# class...

Hmm, I wasn't aware of that syntax (It isn't standard lua, but it is pretty neat). I think moving it to the compiler would be the way to go if...

Sure... Maybe I'll extend my brilliant examples above :) Are there test cases in the source base? I'll have to go look.

Nothing off the top of my head... I'll think about it. Hopefully look at it a bit later this week.

Wow... super fast. I'm still trying to unbury myself from work issues :)

My stupid test scenarios now run as I would expect them to. Sorry it too me so long to get back to things.

I shall tomorrow when I get back to work.

I see what it is doing, it isn't treating it quite like the standard lua loader. The ? in the path isn't replacing the standard path. I'll work on fixing...